home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-05 | 333 b | 13 lines |
- # MiscThreeStateButton Postamble
- # basically lifted from a mini-example
- # this is 3.1 specific, and will enable the building of FAT palletes!
-
- #LIBTOOL = /bin/ar r # for 3.0
- LIBTOOL = /bin/libtool -o # for 3.1, 3.2, fat palettes
-
- RELOCATABLE_STRIP_OPTS = -x -u
-
- libMiscThreeStateButton.a: $(LIBOFILES)
- $(LIBTOOL) $@ $(LIBOFILES)
-
-