CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ -Wpointer-arith -O2 -g LDFLAGS= TARGETS= ucgi ucgitarget all: $(TARGETS) OBJS= ucgi.o ucgitarget.o ucgicommon.o ucgi: ucgi.o ucgicommon.o ucgitarget: ucgitarget.o ucgicommon.o $(OBJS): ucgi.h