home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / DatabaseKit / PubsDemo / Makefile < prev    next >
Makefile  |  1992-07-09  |  844b  |  45 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #!1OTE: Do NOT change this file -- Project Builder maintains it.
  4. #
  5. # Put all of your customizations in files called Makefile.preamble
  6. # and Makefile.postamble (both optional), and Makefile will include them.
  7. #
  8.  
  9. NAME = PubsDemo
  10.  
  11. PROJECTVERSION = 1.1
  12. LANGUAGE = English
  13.  
  14. APPICON = demo.tiff
  15. LOCAL_RESOURCES = PubsDemo.nib
  16.  
  17. CLASSES = Controller.m
  18.  
  19. HFILES = Controller.h
  20.  
  21. MFILES = PubsDemo_main.m
  22.  
  23. OTHERSRCS = Makefile Makefile.preamble
  24.  
  25.  
  26. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29. SOURCEMODE = 444
  30.  
  31. ICONSECTIONS =    -sectcreate __ICON app demo.tiff
  32.  
  33. LIBS = -ldbkit_s -lMedia_s -lNeXT_s
  34. DEBUG_LIBS = $(LIBS)
  35. PROF_LIBS = $(LIBS)
  36.  
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/app.make
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.