
# OS X Makefile
#
# Copied from file generated by the NeXT Project Builder.
#

NAME = CleanPath

PROJECTVERSION = 0.1
PROJECT_TYPE = Application
LANGUAGE = English

#CLASSES = Classfile.m

#HFILES = Classfile.h

MFILES = cleanpath.m

OTHERSRCS = Makefile


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = tool.make
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework Foundation


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
