Changeset 38082 in vbox for trunk/src/VBox/RDP/client
- Timestamp:
- Jul 20, 2011 2:26:24 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73029
- Location:
- trunk/src/VBox/RDP/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/Makefile.kmk
r37224 r38082 130 130 # The source tarball (further down). 131 131 # 132 ## @todo change this to an INSTALLS target.133 OTHERS += $(PATH_BIN)/rdesktop-vrdp.tar.gz134 OTHER_CLEAN += $(OTHERS)135 136 132 INSTALLS += rdesktop-bin 137 rdesktop-bin_INST = obj/rdesktop-src/$(VBOX_RDESKTOP_SRC_SUBDIR)/ 138 rdesktop-bin_MODE = a+rx,u+w 139 rdesktop-bin_SOURCES = \ 133 rdesktop-bin_INSTTYPE = stage 134 rdesktop-bin_INST = misc-staging/$(VBOX_RDESKTOP_SRC_SUBDIR)/ 135 rdesktop-bin_MODE = a+rx,u+w 136 rdesktop-bin_SOURCES = \ 140 137 configure \ 141 138 config.sub \ 142 139 config.guess \ 143 140 bootstrap \ 144 install-sh 141 install-sh \ 142 keymaps/convert-map=>keymaps/convert-map 145 143 146 144 INSTALLS += rdesktop-nonbin 147 rdesktop-nonbin_INST = obj/rdesktop-src/$(VBOX_RDESKTOP_SRC_SUBDIR)/ 148 rdesktop-nonbin_MODE = a+r,u+w 145 rdesktop-nonbin_INSTTYPE = stage 146 rdesktop-nonbin_INST = $(rdesktop-bin_INST) 147 rdesktop-nonbin_MODE = a+r,u+w 148 ## @todo move the content of files_rdesktop-vrdp here. There is no call for a separate file in this case. 149 149 include $(PATH_SUB_CURRENT)/files_rdesktop-vrdp 150 150 151 $(PATH_BIN)/rdesktop-vrdp.tar.gz: \ 151 INSTALLS += rdesktop-tarball 152 rdesktop-tarball_INST = $(INST_BIN) 153 rdesktop-tarball_MODE = a+r,u+w 154 rdesktop-tarball_SOURCES = $(rdesktop-tarball_0_OUTDIR)/rdesktop-vrdp.tar.gz 155 rdesktop-tarball_CLEAN = $(rdesktop-tarball_0_OUTDIR)/rdesktop-vrdp.tar.gz 156 $$(rdesktop-tarball_0_OUTDIR)/rdesktop-vrdp.tar.gz: \ 152 157 $$(rdesktop-bin_1_TARGET) \ 153 $$(rdesktop-nonbin_1_TARGET) 158 $$(rdesktop-nonbin_1_TARGET) \ 159 | $$(dir $$@) 154 160 $(call MSG_TOOL,tar/gzip,,$@) 155 $(QUIET)cd $(PATH_ INS)/obj/rdesktop-src/&& tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR)/ | gzip - > $@161 $(QUIET)cd $(PATH_STAGE)/$(rdesktop-bin_INST).. && tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR)/ | gzip - > $@ 156 162 157 163 -
trunk/src/VBox/RDP/client/files_rdesktop-vrdp
r37955 r38082 122 122 $(PATH_ROOT)/src/VBox/RDP/client/keymaps/en-us=>keymaps/en-us \ 123 123 $(PATH_ROOT)/src/VBox/RDP/client/keymaps/et=>keymaps/et \ 124 $(PATH_ROOT)/src/VBox/RDP/client/keymaps/convert-map=>keymaps/convert-map \125 124 $(PATH_ROOT)/src/VBox/RDP/client/keymaps/en-dv=>keymaps/en-dv \ 126 125 $(PATH_ROOT)/src/VBox/RDP/client/keymaps/mk=>keymaps/mk \
Note:
See TracChangeset
for help on using the changeset viewer.