Makefile   [plain text]


#
# 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 = bootplib

PROJECTVERSION = 2.8
PROJECT_TYPE = Library

CLASSES = clientTypes.m subnetDescr.m

HFILES = afp.h arp.h bpflib.h clientTypes.h dhcp.h dhcplib.h\
         dprintf.h gen_dhcp_parse_table.h gen_dhcp_tags.h\
         gen_dhcp_types.h hostlist.h host_identifier.h inetroute.h\
         interfaces.h in_cksum.h netinfo.h NIDomain.h rfc_options.h\
         subnetDescr.h util.h ipcfg.h ipconfig_ext.h ipconfig_types.h\
         dhcp_options.h dynarray.h macnc_options.h ptrlist.h tftplib.h\
         bsdp.h NICache.h bootp_transmit.h NICachePrivate.h nbsp.h\
         NetBootServer.h ioregpath.h cfutil.h nbimages.h\
         NetBootImageInfo.h bsdplib.h

CFILES = arp.c bootp_transmit.c bpflib.c dhcplib.c dhcp_options.c\
         dynarray.c hostlist.c host_identifier.c inetroute.c\
         interfaces.c in_cksum.c ipcfg.c macnc_options.c nbsp.c\
         netinfo.c NICache.c NIDomain.c ptrlist.c tftplib.c util.c\
         ioregpath.c cfutil.c nbimages.c bsdplib.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
            genoptionfiles.c ipconfig.defs


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CURRENTLY_ACTIVE_VERSION = YES
DEPLOY_WITH_VERSION_NAME = A
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = library.make
NEXTSTEP_INSTALLDIR = /usr/lib
WINDOWS_INSTALLDIR = $(HOMEDRIVE)$(LOCAL_DEVELOPER_DIR)/Libraries
PDO_UNIX_INSTALLDIR = /usr/local/lib
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


HEADER_PATHS =\
               -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders
NEXTSTEP_PB_CFLAGS = -fconstant-cfstrings


WINDOWS_PUBLIC_HEADERS_DIR = $(HOMEDRIVE)$(LOCAL_DEVELOPER_DIR)/Headers/$(NAME)

PDO_UNIX_PUBLIC_HEADERS_DIR = $(LOCAL_DEVELOPER_DIR)/Headers/$(NAME)

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 = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies