# # Generated by the Apple Project Builder. # # NOTE: Do NOT change this file -- Project Builder maintains it. # # Put all of your customizations in files called Makefile.preamble # and Makefile.postamble (both optional), and Makefile will include them. # NAME = configd PROJECTVERSION = 2.8 PROJECT_TYPE = Tool HFILES = configd.h _SCD.h configd_server.h notify_server.h\ plugin_support.h session.h pattern.h notify.h MFILES = configd.m CFILES = _SCD.c configd_server.c notify_server.c plugin_support.c\ session.c pattern.c notify.c _configopen.c _configclose.c\ _configlock.c _configunlock.c _configlist.c _configadd.c\ _configadd_s.c _configget.c _configset.c _configremove.c\ _configtouch.c _confignotify.c _notifyadd.c _notifyremove.c\ _notifychanges.c _notifyviaport.c _notifyviafd.c\ _notifyviasignal.c _notifycancel.c _snapshot.c OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\ h.template config.defs configd.plist MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC MAKEFILE = tool.make NEXTSTEP_INSTALLDIR = /usr/sbin WINDOWS_INSTALLDIR = /Library/Executables PDO_UNIX_INSTALLDIR = /bin LIBS = -lobjc DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) NEXTSTEP_PB_LDFLAGS = -prebind_all_twolevel_modules FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc NEXTSTEP_JAVA_COMPILER = /usr/bin/javac WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac include $(MAKEFILEDIR)/platform.make -include Makefile.preamble include $(MAKEFILEDIR)/$(MAKEFILE) -include Makefile.postamble -include Makefile.dependencies