- Timestamp:
- Aug 3, 2011 2:24:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/Makefile.kmk
r38226 r38302 5 5 6 6 # 7 # Copyright (C) 2006-201 0Oracle Corporation7 # Copyright (C) 2006-2011 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 133 133 # The source tarball (further down). 134 134 # 135 INSTALLS += rdesktop-bin 136 rdesktop-bin_INSTTYPE = stage 137 rdesktop-bin_INST = misc-staging/$(VBOX_RDESKTOP_SRC_SUBDIR)/ 138 rdesktop-bin_MODE = a+rx,u+w 139 rdesktop-bin_SOURCES = \ 135 INSTALLS += rdesktop-src 136 rdesktop-src_INSTTYPE = stage 137 rdesktop-src_INST = misc-staging/$(VBOX_RDESKTOP_SRC_SUBDIR)/ 138 rdesktop-src_EXEC_SOURCES = \ 140 139 configure \ 141 140 config.sub \ … … 144 143 install-sh \ 145 144 keymaps/convert-map=>keymaps/convert-map 146 147 INSTALLS += rdesktop-nonbin 148 rdesktop-nonbin_INSTTYPE = stage 149 rdesktop-nonbin_INST = $(rdesktop-bin_INST) 150 rdesktop-nonbin_MODE = a+r,u+w 151 rdesktop-nonbin_SOURCES = \ 145 rdesktop-src_SOURCES = \ 152 146 bitmap.c=>bitmap.c \ 153 bootstrap=>bootstrap \154 147 cache.c=>cache.c \ 155 148 channels.c=>channels.c \ 156 149 cliprdr.c=>cliprdr.c \ 157 config.guess=>config.guess \158 config.sub=>config.sub \159 configure=>configure \160 150 configure.ac=>configure.ac \ 161 151 constants.h=>constants.h \ … … 175 165 doc/redirection.txt=>doc/redirection.txt \ 176 166 ewmhints.c=>ewmhints.c \ 177 install-sh=>install-sh \178 167 iso.c=>iso.c \ 179 168 keymaps/fr-ch=>keymaps/fr-ch \ … … 372 361 rdesktop-tarball_CLEAN = $(rdesktop-tarball_0_OUTDIR)/rdesktop-vrdp.tar.gz 373 362 $$(rdesktop-tarball_0_OUTDIR)/rdesktop-vrdp.tar.gz: \ 374 $$(rdesktop-bin_1_TARGET) \ 375 $$(rdesktop-nonbin_1_TARGET) \ 363 $$(rdesktop-src_1_TARGET) \ 376 364 | $$(dir $$@) 377 365 $(call MSG_TOOL,tar/gzip,,$@) 378 $(QUIET)cd $(PATH_STAGE)/$(rdesktop- bin_INST).. && tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR)/ | gzip - > $@366 $(QUIET)cd $(PATH_STAGE)/$(rdesktop-src_INST).. && tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR)/ | gzip - > $@ 379 367 380 368
Note:
See TracChangeset
for help on using the changeset viewer.