Changeset 59
- Timestamp:
- 03/13/06 15:56:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r58 r59 66 66 rm -rf pcscd_autostart.pkg 67 67 rm -f package-pcscd_autostart 68 rm -rf compiled-pcscd_autostart 69 rm -f build-pcscd_autostart package-pcscd_autostart 68 70 69 71 clean-opensc_tokend: 70 72 rm -rf compiled-opensc_tokend 71 73 rm -rf opensc_tokend.pkg 72 rm -f fetch-tokendbuild-tokend build-tokend-end package-opensc_tokend74 rm -f build-tokend build-tokend-end package-opensc_tokend 73 75 74 76 clean-sca: … … 166 168 build: build-openssl build-opensc build-libp11 build-engine \ 167 169 build-openssh build-libusb build-ifd-egate build-tokend \ 168 build- tokend-end170 build-pcscd_autostart 169 171 170 172 build-opensc: fetch-opensc … … 268 270 build-tokend-end: 269 271 hdiutil detach $(TOKEND_IMAGE_NAME) 270 touch build-tokend-end 272 273 build-pcscd_autostart: 274 mkdir compiled-pcscd_autostart 275 cp -R pcscd_autostart/files/* compiled-pcscd_autostart 276 touch build-pcscd_autostart 271 277 272 278 install: … … 291 297 chown -R root:wheel $(BUILDHOME)/compiled*/* 292 298 chmod -R g+w $(BUILDHOME)/compiled*/* 293 chown -R root:wheel $(BUILDHOME)/pcscd_autostart/files/*294 chmod -R g+w $(BUILDHOME)/pcscd_autostart/files/*295 299 296 300 package: package-opensc package-libp11 package-engine package-openssl package-openssh package-libusb package-pcscd_autostart package-ifd-egate package-opensc_tokend sca-$(SCAVERSION).dmg … … 331 335 touch package-ifd-egate 332 336 333 package-pcscd_autostart: 334 $(PACKAGEMAKER) -build -p pcscd_autostart.pkg -f pcscd_autostart/files-v -ds \337 package-pcscd_autostart: build-pcscd_autostart 338 $(PACKAGEMAKER) -build -p pcscd_autostart.pkg -f compiled-pcscd_autostart -v -ds \ 335 339 -i pcscd_autostart/Info.plist -r pcscd_autostart/resources -d pcscd_autostart/Description.plist 336 340 touch package-pcscd_autostart
