home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-08 | 1.0 KB | 51 lines |
- #
- # 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 = Movie
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = appIcon.tiff
- DOCICONS = movieDoc.tiff movieDoc.tiff
-
- GLOBAL_RESOURCES = Movie.nib Prefs.nib Projectionist.nib appIcon.tiff \
- movieDoc.tiff
-
- CLASSES = Animator.m Controller.m MovieView.m Projectionist.m
-
- HFILES = Animator.h Controller.h MovieView.h Projectionist.h
-
- MFILES = Movie_main.m
-
- PSWFILES = wraps.psw
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app appIcon.tiff \
- -sectcreate __ICON movieDoc movieDoc.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
-