| 1 | # |
| 2 | # Generated by the NeXT Project Builder. |
| 3 | # |
| 4 | # NOTE: Do NOT change this file -- Project Builder maintains it. |
| 5 | # |
| 6 | # Put all of your customizations in files called Makefile.preamble |
| 7 | # and Makefile.postamble (both optional), and Makefile will include them. |
| 8 | # |
| 9 | |
| 10 | NAME = include |
| 11 | |
| 12 | PROJECTVERSION = 2.8 |
| 13 | PROJECT_TYPE = Component |
| 14 | |
| 15 | HFILES = boot_args.h ci.h device_tree.h fs.h libclite.h sl.h\ |
| 16 | sl_words.h |
| 17 | |
| 18 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble |
| 19 | |
| 20 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles |
| 21 | CODE_GEN_STYLE = DYNAMIC |
| 22 | MAKEFILE = subproj.make |
| 23 | LIBS = |
| 24 | DEBUG_LIBS = $(LIBS) |
| 25 | PROF_LIBS = $(LIBS) |
| 26 | |
| 27 | |
| 28 | |
| 29 | |
| 30 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc |
| 31 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc |
| 32 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc |
| 33 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac |
| 34 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe |
| 35 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac |
| 36 | |
| 37 | include $(MAKEFILEDIR)/platform.make |
| 38 | |
| 39 | -include Makefile.preamble |
| 40 | |
| 41 | include $(MAKEFILEDIR)/$(MAKEFILE) |
| 42 | |
| 43 | -include Makefile.postamble |
| 44 | |
| 45 | -include Makefile.dependencies |