OBJECTS = file.o getdat.o getfile.o gethowto.o iffw.o ilbmw.o message.o \
	mp.o packer.o physio.o plot.o safeclose.o screensave.o util.o

.c.o :
		lc $<

Multiplot :	$(OBJECTS)
		blink with mp.with

