]>
Commit | Line | Data |
---|---|---|
5958d7c0 A |
1 | # |
2 | # Generated by the Apple 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 = configd | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Tool | |
14 | ||
15 | HFILES = configd.h _SCD.h configd_server.h notify_server.h\ | |
0fae82ee | 16 | plugin_support.h session.h notify.h |
5958d7c0 A |
17 | |
18 | MFILES = configd.m | |
19 | ||
20 | CFILES = _SCD.c configd_server.c notify_server.c plugin_support.c\ | |
0fae82ee A |
21 | session.c notify.c _configopen.c _configclose.c _configlock.c\ |
22 | _configunlock.c _configlist.c _configadd.c _configadd_s.c\ | |
23 | _configget.c _configset.c _configremove.c _configtouch.c\ | |
24 | _confignotify.c _notifyadd.c _notifyremove.c _notifychanges.c\ | |
25 | _notifyviaport.c _notifyviafd.c _notifyviasignal.c\ | |
26 | _notifycancel.c _snapshot.c | |
5958d7c0 A |
27 | |
28 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\ | |
0fae82ee | 29 | h.template config.defs |
5958d7c0 A |
30 | |
31 | ||
32 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
33 | CODE_GEN_STYLE = DYNAMIC | |
34 | MAKEFILE = tool.make | |
35 | NEXTSTEP_INSTALLDIR = /usr/sbin | |
36 | WINDOWS_INSTALLDIR = /Library/Executables | |
37 | PDO_UNIX_INSTALLDIR = /bin | |
38 | LIBS = -lobjc | |
39 | DEBUG_LIBS = $(LIBS) | |
40 | PROF_LIBS = $(LIBS) | |
41 | ||
42 | ||
0fae82ee | 43 | FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration |
5958d7c0 A |
44 | |
45 | ||
46 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
47 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
48 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
49 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
50 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
51 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
52 | ||
53 | include $(MAKEFILEDIR)/platform.make | |
54 | ||
55 | -include Makefile.preamble | |
56 | ||
57 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
58 | ||
59 | -include Makefile.postamble | |
60 | ||
61 | -include Makefile.dependencies |