#	MiscGaugePalette Makefile.postamble
#	basically lifted from MiscClockView which was
#	basically lifted from a mini-example (TTools, I would guess)
#	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

libMiscGaugeView.a: $(LIBOFILES)
	$(LIBTOOL) $@ $(LIBOFILES)

