#	MiscClockView Preamble
#	basically lifted from a mini-example
#	this is 3.1 specific, and will enable the building of FAT palletes!

OTHER_PRODUCT_DEPENDS = libMiscShell.a

# The first 3 files are the cool objects on the palette; the last 2 are
# temporary files that contain some fixes that should be folded into
# MiscKit objects.

LIBOFILES = MiscShell.subproj/MiscShell.o \
	MiscShell.subproj/EmacsText.o \
	MiscShell.subproj/MiscAwakeAction.o 

OTHER_CFLAGS = -IMiscShell.subproj -IPaletteNeeds.subproj -I../../Headers

OTHER_GARBAGE = libMiscShell.a

INSTALLDIR = /LocalDeveloper/Palettes
