EXEC= imager CFLAGS = -g INCL= image.h params.h LIBS= -lX11 -lm OBJECTS= initx.o drawx.o quitx.o windowx.o image.o subrs.o params.o OBJECTS= initx.o quitx.o windowx.o image.o subrs.o params.o OBJECTS= xwindow.o image.o params.o ## Command to compile and link objects together $(EXEC): $(OBJECTS) gcc -o $(EXEC) $(OBJECTS) $(LIBS) $(OBJECTS): $(INCL) params.h params.c: params.d /home/fac/pga/bin/params clean: rm -f $(OBJECTS) params.c params.h rm -i imager