# makefile for shib plotter on ovid&veron CC=gcc DEBUG=-g ARCH=aixv51 LIB=-L/tulsa/$(ARCH)/lib -lezp -lgd -ljpeg -lpng -lm INC=-I. -I/tulsa/include CFLAGS= $(DEBUG) $(INC) .c.o: $(CC) -c $(CFLAGS) $(@:.o=.c) all: idp-plot idp-plot: idp-plot.o cc -o idp-plot idp-plot.o $(DEBUG) $(LIB)