home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-09 | 1.3 KB | 47 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface 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
-
- INTERFACES = HelpPanel.nib HighScore.nib InfoPanel.nib LicensePanel.nib \
- PacMan.nib PreferencesPanel.nib README.nib
- CLASSES = Animator.m FruitView.m GameActor.m GameBrain.m GameView.m \
- HighScoreTable.m InfoController.m Maze.m Monster.m PacManView.m \
- Player.m PlayerUpView.m PreferencesBrain.m WinDel.m
- MFILES = PacMan_main.m
- HFILES = MonsterMovement.h PacMovement.h
- TIFFFILES = DonFace4.tiff Fruit.tiff GameOver.tiff Ghosts.tiff Maze.tiff \
- PacMan.tiff PacManTitle.tiff Pacs.tiff Sunset.tiff lush.tiff
- EPSFILES = BackGround.eps Gradation.eps
- OTHERSRCS = highscores mazes
- APPICON = PacMan.tiff
-
-
- SOURCEMODE = 444
-
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app PacMan.tiff
- APPWRAPPER = YES
- NOMACHO = YES
-
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-