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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = ART_test.iconheader.tiff
DOCICONS = ART_Doc_File.tiff

LOCAL_RESOURCES = ART.nib ARTAnimator.nib ARTDoc.nib \
                  InfoPanel.nib

GLOBAL_RESOURCES = ART_Doc_File.tiff ART_test.iconheader.tiff

CLASSES = ART2_Basic.m ARTDoc.m ART_Animator.m ART_Func.m ART_LTM.m \
          ART_STM.m ART_VektorView.m Controller.m Pattern.m

HFILES = ART2_Basic.h ARTDoc.h ART_Animator.h ART_Func.h ART_LTM.h \
         ART_STM.h ART_VektorView.h Controller.h Pattern.h

MFILES = ART_main.m

OTHERSRCS = Makefile


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

ICONSECTIONS =	-sectcreate __ICON app ART_test.iconheader.tiff \
		-sectcreate __ICON ART_Doc_File ART_Doc_File.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
