]>
Commit | Line | Data |
---|---|---|
1815bff5 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 | ||
10 | NAME = chpass | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Tool | |
14 | ||
c3a08f59 | 15 | HFILES = chpass.h pathnames.h pw_copy.h pw_scan.h pw_util.h directory_service.h |
1815bff5 | 16 | |
c3a08f59 A |
17 | CFILES = chpass.c edit.c field.c pw_copy.c table.c util.c \ |
18 | directory_service.c ds_pw_util.c | |
1815bff5 | 19 | |
20e66415 | 20 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble chpass.1 \ |
1815bff5 A |
21 | Makefile.dist |
22 | ||
23 | ||
24 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
25 | CODE_GEN_STYLE = DYNAMIC | |
26 | MAKEFILE = tool.make | |
27 | NEXTSTEP_INSTALLDIR = /usr/bin | |
28 | WINDOWS_INSTALLDIR = /usr/bin | |
29 | PDO_UNIX_INSTALLDIR = /usr/bin | |
30 | LIBS = | |
31 | DEBUG_LIBS = $(LIBS) | |
32 | PROF_LIBS = $(LIBS) | |
33 | ||
34 | ||
35 | HEADER_PATHS = -I../pwd_mkdb.tproj -I../vipw.tproj | |
c3a08f59 | 36 | FRAMEWORKS = -framework DirectoryService |
1815bff5 A |
37 | PROJECT_HEADERS = pw_copy.h |
38 | ||
39 | ||
40 | ||
41 | NEXTSTEP_BUILD_OUTPUT_DIR = /$(USER)/BUILD | |
42 | ||
43 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
44 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
45 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
46 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
47 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
48 | PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | |
49 | ||
50 | include $(MAKEFILEDIR)/platform.make | |
51 | ||
52 | -include Makefile.preamble | |
53 | ||
54 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
55 | ||
56 | -include Makefile.postamble | |
57 | ||
58 | -include Makefile.dependencies |