home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscShell / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1995-02-04  |  597 b   |  20 lines

  1. #    MiscClockView Preamble
  2. #    basically lifted from a mini-example
  3. #    this is 3.1 specific, and will enable the building of FAT palletes!
  4.  
  5. OTHER_PRODUCT_DEPENDS = libMiscShell.a
  6.  
  7. # The first 3 files are the cool objects on the palette; the last 2 are
  8. # temporary files that contain some fixes that should be folded into
  9. # MiscKit objects.
  10.  
  11. LIBOFILES = MiscShell.subproj/MiscShell.o \
  12.     MiscShell.subproj/EmacsText.o \
  13.     MiscShell.subproj/MiscAwakeAction.o 
  14.  
  15. OTHER_CFLAGS = -IMiscShell.subproj -IPaletteNeeds.subproj -I../../Headers
  16.  
  17. OTHER_GARBAGE = libMiscShell.a
  18.  
  19. INSTALLDIR = /LocalDeveloper/Palettes
  20.