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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = Application.tiff
DOCICONS = PICTdoc.tiff PICTdoc.tiff PICTdoc.tiff

LOCAL_RESOURCES = Convert_PICT.nib Help

GLOBAL_RESOURCES = Application.tiff EPSdoc.tiff PICTdoc.tiff

CLASSES = PictController.m PictConverter.m PICTFile.m RegionConverter.m

HFILES = PictController.h PictConverter.h PICTFile.h RegionConverter.h

MFILES = Convert_PICT_main.m

SUBPROJECTS = shared.subproj



MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app Application.tiff \
		-sectcreate __ICON PICTdoc PICTdoc.tiff

LIBS = -lMedia_s -lNeXT_s -lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
