# # 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 bsd-base64.h bufaux.h buffer.h cipher.h compat.h dsa.h entropy.h\ event.h fake-socket.h getput.h getstuff.h index.h index_manager.h kex.h\ key.h listops.h multi_call.h ni_dir.h ni_file.h ni_globals.h ni_notify.h\ ni_server.h proxy_pids.h psauth.h ranstrcmp.h readconf.h rsa.h\ safe_stdio.h shauth.h sanitycheck.h ssh.h strstore.h uuencode.h xmalloc.h CFILES =\ alert.c atomicio.c bsd-base64.c bufaux.c buffer.c cipher.c dsa.c\ entropy.c event.c getstuff.c index.c index_manager.c key.c listops.c\ multi_call.c ni.c ni_dir.c ni_file.c ni_globals.c ni_notify.c\ ni_lookupprop.c ni_main.c ni_prot_proc.c ni_svc_run.c proxy_pids.c\ psauth.c ranstrcmp.c readall.c rsa.c safe_stdio.c sanitycheck.c\ shauth.c strstore.c uuencode.c xmalloc.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 = -lcrypto -lsasl2.2.0.1 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