home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / RotationSlider / Example / Makefile < prev    next >
Encoding:
Makefile  |  1993-01-30  |  803 b   |  42 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project 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 = Example
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = RotationSlider.tiff
  16. LOCAL_RESOURCES = Example.nib
  17.  
  18. MFILES = Example_main.m
  19.  
  20. OTHERSRCS = Makefile
  21.  
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. INSTALLDIR = $(HOME)/Apps
  25. INSTALLFLAGS = -c -s -m 755
  26. SOURCEMODE = 444
  27.  
  28. ICONSECTIONS =    -sectcreate __ICON app RotationSlider.tiff
  29.  
  30. LIBS = -lMedia_s -lNeXT_s -lRotationSlider
  31. DEBUG_LIBS = $(LIBS)
  32. PROF_LIBS = $(LIBS)
  33.  
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/app.make
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.