File:  [NeXTSTEP 3.3 examples] / Examples / DriverKit / AMDPCSCSIDriver / Makefile.postamble
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:49:02 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

-include $(LOCALMAKEFILEDIR)/Makefile.local_postamble
include /NextDeveloper/Makefiles/driverkit/Makefile.bundle_postamble

bundle all::
	mv $(PRODUCT_ROOT)/English.lproj/DriverHelp \
	   $(PRODUCT_ROOT)/English.lproj/Help

clean::
	rm -rf *.lproj/DriverHelp/*~

#
# Install info file for RC. This might go away...
#
INFO_FILE_NAME=AMDPCSCSIDriver.info
INFO_FILE_DEST=/usr/local/InfoFiles

$(DSTROOT)/$(INFO_FILE_DEST):
	@$(MKDIRS) $(DSTROOT)/$(INFO_FILE_DEST)

install:: $(DSTROOT)/$(INFO_FILE_DEST)
	cp $(INFO_FILE_NAME) $(DSTROOT)/$(INFO_FILE_DEST)

EXAMPLE_DIR = $(DSTROOT)/NextDeveloper/Examples/DriverKit/$(NAME:.bproj=)

install_example::
	echo Installing $(NAME:.bproj=) into $(EXAMPLE_DIR)
	$(MAKE) copy "DEST=$(EXAMPLE_DIR)"
	chown -Rf root.wheel $(EXAMPLE_DIR)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.