home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Palettes / MiscThreeStateButton / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1994-02-05  |  333 b   |  13 lines

  1. #    MiscThreeStateButton Postamble
  2. #    basically lifted from a mini-example
  3. #    this is 3.1 specific, and will enable the building of FAT palletes!
  4.  
  5. #LIBTOOL = /bin/ar r         # for 3.0
  6. LIBTOOL = /bin/libtool -o    # for 3.1, 3.2, fat palettes
  7.  
  8. RELOCATABLE_STRIP_OPTS = -x -u
  9.  
  10. libMiscThreeStateButton.a: $(LIBOFILES)
  11.     $(LIBTOOL) $@ $(LIBOFILES)
  12.  
  13.