home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-07 | 1.2 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 = NX_Invaders
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = InvadersIcon.tiff
- LOCAL_RESOURCES = HighScore.nib InfoPanel.nib NX_Invaders.nib \
- PreferencesPanel.nib Help
-
- GLOBAL_RESOURCES = Base.tiff Bullet.tiff Invaders.tiff Saucer.tiff
-
- CLASSES = NXIAlien.m NXIAlienOverseer.m NXIBullet.m NXIGameBrain.m \
- NXIGameView.m NXIPlayer.m NXISaucer.m
-
- HFILES = NXIAlien.h NXIAlienOverseer.h NXIBullet.h NXIGameBrain.h \
- NXIGameView.h NXIPlayer.h NXISaucer.h
-
- MFILES = NX_Invaders_main.m
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app InvadersIcon.tiff
-
- LIBS = -lgamekit_g -ldaymisckit -lMedia_s -lNeXT_s -lIndexing_s -lni_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-