Makefile 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. NAME = QuakeEd
  10. PROJECTVERSION = 1.1
  11. LANGUAGE = English
  12. APPICON = i_quakeed.tiff
  13. LOCAL_RESOURCES = QuakeEd.nib
  14. GLOBAL_RESOURCES = DownArrow.tiff i_90d.tiff i_add.tiff i_brushes.tiff\
  15. i_fliph.tiff i_flipv.tiff i_quakeed.tiff i_sub.tiff\
  16. short.tiff tall.tiff UpArrow.tiff
  17. CLASSES = CameraView.m Clipper.m Dict.m DictList.m Entity.m\
  18. EntityClass.m InspectorControl.m KeypairView.m Map.m\
  19. PopScrollView.m Preferences.m Project.m QuakeEd.m SetBrush.m\
  20. TexturePalette.m TextureView.m Things.m UserPath.m XYView.m\
  21. ZScrollView.m ZView.m
  22. HFILES = CameraView.h Clipper.h Dict.h DictList.h Entity.h\
  23. EntityClass.h InspectorControl.h KeypairView.h Map.h\
  24. PopScrollView.h Preferences.h Project.h QuakeEd.h SetBrush.h\
  25. TexturePalette.h TextureView.h Things.h UserPath.h XYView.h\
  26. ZScrollView.h ZView.h render.h cmdlib.h mathlib.h
  27. MFILES = misc.m QuakeEd_main.m render.m
  28. CFILES = cmdlib.c mathlib.c
  29. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  30. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  31. MAKEFILE = app.make
  32. INSTALLDIR = /LocalApps
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35. ICONSECTIONS = -sectcreate __ICON app i_quakeed.tiff
  36. LIBS = -lMedia_s -lNeXT_s
  37. DEBUG_LIBS = $(LIBS)
  38. PROF_LIBS = $(LIBS)
  39. -include Makefile.preamble
  40. include $(MAKEFILEDIR)/$(MAKEFILE)
  41. -include Makefile.postamble
  42. -include Makefile.dependencies