SGPSPENLIB= ./gpslib/Gpslib.a

Gpspen: Main_vplot.o Init_vplot.o proc_vplot.o dovplot.o $(SGPSPENLIB) $(TSEPLIB) ./gpslib/gpsconf.c
	cc -c $(CFLAGS) gpslib/rasconf.c
	cc $(CFLAGS) -o Gpspen Main_vplot.o Init_vplot.o proc_vplot.o dovplot.o gpsconf.o $(SGPSPENLIB)\
				$(GENLIB) $(UTILLIB) $(TSEPLIB) $(LIBS)
	rm -f gpsconf.o

$(SGPSPENLIB): gpslib/*.c
	cd gpslib; make sep CFLAGS="${CFLAGS}"

