home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / SoundAndMusic / Hyperupic / Hyperupic.app / Makefile < prev    next >
Makefile  |  1992-08-10  |  900b  |  40 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 = Hyperupic
  11.  
  12. INTERFACES = Help.nib Hyperupic.nib
  13. CLASSES = Help.m HyperupicApp.m HyperupicControl.m HyperupicGen.m \
  14.           TextView.m
  15. MFILES = Hyperupic_main.m space.m
  16. CFILES = rand.c
  17. TIFFFILES = Hyperupic.tiff Hyperupic2.tiff rexy.tiff taste-tee.tiff
  18. APPICON = Hyperupic2.tiff
  19.  
  20.  
  21. SOURCEMODE = 444
  22.  
  23. LIBS = -lNeXT_s -lsys_s
  24. DEBUG_LIBS = $(LIBS)
  25. PROF_LIBS = -lNeXT_p -lsys_p
  26.  
  27. MAKEFILEDIR = /usr/lib/nib
  28. ICONSECTIONS =    -sectcreate __ICON app Hyperupic2.tiff
  29.  
  30. INSTALLDIR = $(HOME)/Apps
  31. INSTALLFLAGS = -c -s -m 755
  32.  
  33. -include Makefile.preamble
  34.  
  35. include $(MAKEFILEDIR)/app.make
  36.  
  37. -include Makefile.postamble
  38.  
  39. -include Makefile.dependencies
  40.