home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscDragViews / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1994-03-15  |  319 b   |  13 lines

  1. #    MiscClockView 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. libMiscDragViews.a: $(LIBOFILES)
  11.     $(LIBTOOL) $@ $(LIBOFILES)
  12.  
  13.