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

  1. #    MiscGaugePalette Makefile.preamble
  2. #    basically lifted from MiscClockView which was
  3. #     basically lifted from a mini-example (TTools, I would guess)
  4. #    this is 3.1 specific, and will enable the building of FAT palletes!
  5.  
  6. OTHER_PRODUCT_DEPENDS = libMiscGaugeView.a
  7.  
  8. LIBOFILES    =MiscGaugeView.subproj/MiscGaugeCell.o    \
  9.              MiscGaugeView.subproj/MiscGaugeView.o \
  10.              MiscGaugeView.subproj/Gauge.o
  11.  
  12. OTHER_GARBAGE = libMiscGaugeView.a
  13.  
  14. INSTALLDIR = /LocalDeveloper/Palettes
  15.