home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 5 / MA_Cover_5.iso / ppc / mesa / openstep / mesaview / makefile < prev    next >
Encoding:
Makefile  |  1998-01-31  |  1.2 KB  |  56 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 = MesaView
  11.  
  12. PROJECTVERSION = 2.5
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. ICONSECTIONS =    -sectcreate __ICON app /NextLibrary/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff
  17.  
  18. LOCAL_RESOURCES = MesaView.nib
  19.  
  20. CLASSES = MesaView.m
  21.  
  22. HFILES = MesaView.h mesadraw.h
  23.  
  24. MFILES = MesaView_main.m
  25.  
  26. CFILES = mesadraw.c
  27.  
  28. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  29.             h.template
  30.  
  31.  
  32. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  33. CODE_GEN_STYLE = DYNAMIC
  34. MAKEFILE = app.make
  35. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  36. WINDOWS_INSTALLDIR = /MyApps
  37. LIBS = -lMesaaux -lMesaGL -lMesaGLU
  38. DEBUG_LIBS = $(LIBS)
  39. PROF_LIBS = $(LIBS)
  40.  
  41.  
  42. HEADER_PATHS = -I../../include/
  43. LIBRARY_PATHS = -L../../lib/
  44. FRAMEWORKS = -framework AppKit -framework Foundation
  45.  
  46.  
  47. include $(MAKEFILEDIR)/platform.make
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.