.SUFFIXES: .c .o

.c.o:
	cc $(CFLAGS) -c $<

default: animator

animator:animator.o	coloredit.o	credits.o	prefs.o		colorsave.o	printfnct.o	fileread.o	prefchanges.o	hideshow.o
	cc -o animator animator.o coloredit.o credits.o prefs.o  colorsave.o printfnct.o fileread.o prefchanges.o hideshow.o -lXm -lXt -lX11
