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

PROJECTVERSION = 2.61
PROJECT_TYPE = WebObjectsApplication
LANGUAGE = English

WO_COMPONENTS = Main.wo MainContent.wo

CLASSES = Application.m Main.m Session.m MainContent.m

HFILES = Application.h Main.h Session.h MainContent.h

MFILES = OWOTest_main.m

OTHERSRCS = CustomInfo.plist gdb.ini h.template java.template\
            m.template Makefile Makefile.postamble Makefile.preamble\
            wos.template


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = woapp.make
NEXTSTEP_INSTALLDIR = /NextLibrary/WOApps
WINDOWS_INSTALLDIR = /NextLibrary/WOApps
PDO_UNIX_INSTALLDIR = /NextLibrary/WOApps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


NEXTSTEP_PB_CFLAGS = -Wall -O2
WINDOWS_PB_CFLAGS = -Wall -O2 -D _NSBUILDING_$(NAME)_DLL
PDO_UNIX_PB_CFLAGS = -Wall -O2
FRAMEWORKS = -framework EOAccess -framework EOControl\
             -framework Foundation -framework OmniBase\
             -framework OmniEOAccess -framework OmniEOControl\
             -framework OmniFoundation -framework OmniNetworking\
             -framework OmniWebObjects -framework WebObjects\
             -framework WOExtensions


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
