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 = jam

PROJECTVERSION = 2.8
PROJECT_TYPE = Tool

HFILES = command.h compile.h execcmd.h expand.h filesys.h hash.h\
         headers.h jam.h jambase.h jamgramtab.h lists.h make.h\
         newstr.h option.h parse.h patchlevel.h regexp.h rules.h\
         scan.h search.h timestamp.h variable.h

OTHERLINKED = jamgram.y

CFILES = command.c compile.c execmac.c execunix.c execvms.c expand.c\
         filemac.c filent.c fileos2.c fileunix.c filevms.c glob.c\
         hash.c headers.c jam.c jambase.c lists.c make.c make1.c\
         newstr.c option.c parse.c pathmac.c pathunix.c pathvms.c\
         regexp.c rules.c scan.c search.c timestamp.c variable.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble mkjambase.c\
            pbxJambase RELNOTES README Porting Jamlang.html\
            Jamfile.html Jamfile Jambase.html Jambase Jam.html\
            Build.mpw Build.com

OTHERLINKEDOFILES = jamgram.o

MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = tool.make
NEXTSTEP_INSTALLDIR = /usr/bin
WINDOWS_INSTALLDIR = /Library/Executables
PDO_UNIX_INSTALLDIR = /bin
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework System


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