home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscArrowButtonPalette / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-01-11  |  485 b   |  15 lines

  1. #    MiscArrowButton 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 = libMiscArrowButton.a
  7.  
  8. LIBOFILES    =MiscArrowButton.subproj/MiscArrowButtonCell.o    \
  9.              MiscArrowButton.subproj/MiscArrowButton.o \
  10.              MiscArrowButton.subproj/wraps.o
  11.  
  12. OTHER_GARBAGE = libMiscArrowButton.a
  13.  
  14. INSTALLDIR = /LocalDeveloper/Palettes
  15.