]> git.saurik.com Git - apple/configd.git/blob - configd.tproj/Makefile
configd-42.tar.gz
[apple/configd.git] / configd.tproj / Makefile
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\
16 plugin_support.h session.h notify.h
17
18 MFILES = configd.m
19
20 CFILES = _SCD.c configd_server.c notify_server.c plugin_support.c\
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
27
28 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
29 h.template config.defs
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
43 NEXTSTEP_PB_CFLAGS = -DUSE_SYSTEMCONFIGURATION_PUBLIC_APIS
44 FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration
45
46
47 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
48 WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
49 PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
50 NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
51 WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
52 PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
53
54 include $(MAKEFILEDIR)/platform.make
55
56 -include Makefile.preamble
57
58 include $(MAKEFILEDIR)/$(MAKEFILE)
59
60 -include Makefile.postamble
61
62 -include Makefile.dependencies