# # Generated by the NeXT 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 = netinfod PROJECTVERSION = 2.8 PROJECT_TYPE = Tool HFILES =\ alert.h event.h getstuff.h index.h index_manager.h listops.h multi_call.h\ ni_dir.h ni_file.h ni_globals.h ni_server.h notify.h proxy_pids.h\ ranstrcmp.h safe_stdio.h sanitycheck.h strstore.h CFILES =\ alert.c event.c getstuff.c index.c index_manager.c listops.c multi_call.c\ ni.c ni_dir.c ni_file.c ni_globals.c ni_lookupprop.c ni_main.c\ ni_prot_proc.c ni_svc_run.c notify.c proxy_pids.c\ ranstrcmp.c readall.c safe_stdio.c sanitycheck.c strstore.c OTHERSRCS =\ Makefile.preamble Makefile Makefile.postamble\ netinfod.8 ni_prot.x nibind_prot.x\ rpcgen_HACK.sed MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC MAKEFILE = tool.make NEXTSTEP_INSTALLDIR = /usr/sbin LIBS = DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) FRAMEWORK_PATHS = -F$(DSTROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks FRAMEWORKS = -framework NetInfo 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