]>
Commit | Line | Data |
---|---|---|
44a7a5ab A |
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 | ||
864a4b6e | 10 | NAME = cksum |
44a7a5ab A |
11 | |
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Tool | |
14 | ||
864a4b6e | 15 | HFILES = extern.h |
44a7a5ab | 16 | |
864a4b6e | 17 | CFILES = cksum.c crc.c print.c sum1.c sum2.c crc32.c |
44a7a5ab | 18 | |
864a4b6e A |
19 | OTHERSRCS = Makefile Makefile.preamble Makefile.postamble cksum.1 |
20 | ||
21 | OTHER_CFLAGS=-D__FBSDID=__RCSID | |
44a7a5ab A |
22 | |
23 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
24 | CODE_GEN_STYLE = DYNAMIC | |
25 | MAKEFILE = tool.make | |
26 | NEXTSTEP_INSTALLDIR = /usr/bin | |
27 | LIBS = | |
28 | DEBUG_LIBS = $(LIBS) | |
29 | PROF_LIBS = $(LIBS) | |
30 | ||
31 | ||
32 | ||
33 | ||
864a4b6e | 34 | NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/doc_cmds/Build |
44a7a5ab A |
35 | |
36 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
37 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
38 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
39 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
40 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
864a4b6e | 41 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac |
44a7a5ab A |
42 | |
43 | include $(MAKEFILEDIR)/platform.make | |
44 | ||
45 | -include Makefile.preamble | |
46 | ||
47 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
48 | ||
49 | -include Makefile.postamble | |
50 | ||
51 | -include Makefile.dependencies |