Annotation of Examples/DriverKit/AMDPCSCSIDriver/Makefile.postamble, revision 1.1.1.1

1.1       root        1: -include $(LOCALMAKEFILEDIR)/Makefile.local_postamble
                      2: include /NextDeveloper/Makefiles/driverkit/Makefile.bundle_postamble
                      3: 
                      4: bundle all::
                      5:        mv $(PRODUCT_ROOT)/English.lproj/DriverHelp \
                      6:           $(PRODUCT_ROOT)/English.lproj/Help
                      7: 
                      8: clean::
                      9:        rm -rf *.lproj/DriverHelp/*~
                     10: 
                     11: #
                     12: # Install info file for RC. This might go away...
                     13: #
                     14: INFO_FILE_NAME=AMDPCSCSIDriver.info
                     15: INFO_FILE_DEST=/usr/local/InfoFiles
                     16: 
                     17: $(DSTROOT)/$(INFO_FILE_DEST):
                     18:        @$(MKDIRS) $(DSTROOT)/$(INFO_FILE_DEST)
                     19: 
                     20: install:: $(DSTROOT)/$(INFO_FILE_DEST)
                     21:        cp $(INFO_FILE_NAME) $(DSTROOT)/$(INFO_FILE_DEST)
                     22: 
                     23: EXAMPLE_DIR = $(DSTROOT)/NextDeveloper/Examples/DriverKit/$(NAME:.bproj=)
                     24: 
                     25: install_example::
                     26:        echo Installing $(NAME:.bproj=) into $(EXAMPLE_DIR)
                     27:        $(MAKE) copy "DEST=$(EXAMPLE_DIR)"
                     28:        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.