home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / PacMan / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-09  |  1.3 KB  |  47 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = PacMan
  11.  
  12. INTERFACES = HelpPanel.nib HighScore.nib InfoPanel.nib LicensePanel.nib \
  13.              PacMan.nib PreferencesPanel.nib README.nib
  14. CLASSES = Animator.m FruitView.m GameActor.m GameBrain.m GameView.m \
  15.           HighScoreTable.m InfoController.m Maze.m Monster.m PacManView.m \
  16.           Player.m PlayerUpView.m PreferencesBrain.m WinDel.m
  17. MFILES = PacMan_main.m
  18. HFILES = MonsterMovement.h PacMovement.h
  19. TIFFFILES = DonFace4.tiff Fruit.tiff GameOver.tiff Ghosts.tiff Maze.tiff \
  20.             PacMan.tiff PacManTitle.tiff Pacs.tiff Sunset.tiff lush.tiff
  21. EPSFILES = BackGround.eps Gradation.eps
  22. OTHERSRCS = highscores mazes
  23. APPICON = PacMan.tiff
  24.  
  25.  
  26. SOURCEMODE = 444
  27.  
  28. LIBS = -lNeXT_s -lsys_s
  29. DEBUG_LIBS = $(LIBS)
  30. PROF_LIBS = -lNeXT_p -lsys_p
  31.  
  32. MAKEFILEDIR = /usr/lib/nib
  33. ICONSECTIONS =    -sectcreate __ICON app PacMan.tiff
  34. APPWRAPPER = YES
  35. NOMACHO = YES
  36.  
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/app.make
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.