home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-07 | 1.7 KB | 61 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 = PacMan
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = PacMan.tiff
- LOCAL_RESOURCES = HighScore.nib InfoPanel.nib PacMan.nib \
- PreferencesPanel.nib Help
-
- GLOBAL_RESOURCES = BackGround.eps DonFace4.tiff Fruit.tiff FruitBig.tiff \
- GameOver.tiff GameOverBig.tiff Ghosts.tiff \
- GhostsBig.tiff Gradation.eps lush.tiff Maze.tiff \
- MazeBig.tiff PacMan.tiff PacManTitle.tiff Pacs.tiff \
- PacsBig.tiff Sunset.tiff InfoMusic.snd Sound0.0.snd \
- Sound1.0.snd Sound2.0.snd Sound3.0.snd Sound4.0.snd \
- Sound5.0.snd
-
- CLASSES = FruitView.m Maze.m Monster.m PacManGameBrain.m \
- PacManInfoController.m PacManPreferencesBrain.m PacManView.m \
- Player.m
-
- HFILES = FruitView.h Maze.h Monster.h MonsterMovement.h PacManGameBrain.h \
- PacManInfoController.h PacManPreferencesBrain.h PacManView.h \
- PacMovement.h Player.h
-
- MFILES = PacMan_main.m
-
- PSWFILES = Text.psw
-
- OTHERSRCS = mazes
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app PacMan.tiff
-
- LIBS = -ldaymisckit -lgamekit -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
-