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

  1. #    MiscGaugePalette Makefile.postamble
  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. #LIBTOOL = /bin/ar r         # for 3.0
  7. LIBTOOL = /bin/libtool -o    # for 3.1, 3.2, fat palettes
  8.  
  9. libMiscGaugeView.a: $(LIBOFILES)
  10.     $(LIBTOOL) $@ $(LIBOFILES)
  11.  
  12.