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

PROJECTVERSION = 2.6
PROJECT_TYPE = Tool
LANGUAGE = English

MFILES = Launcher_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = tool.make
NEXTSTEP_INSTALLDIR = $(HOME)/Apps/foo2
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORK_PATHS =\
                  -F/Disk/AppsMostRecent/Calliope/Source/Calliope.debug/Resources
NEXTSTEP_PB_LDFLAGS = -sectcreate __ICON __header ../Calliope.iconheader -segprot __ICON r r -sectcreate __ICON app ../CallAppIcon.tiff -sectcreate __ICON CallDocIcon ../CallDocIcon.tiff
FRAMEWORKS = -framework System


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
