SIMAGLIB= ./imaglib/Imaglib.a

Ipen: Main_vplot.o Init_vplot.o proc_vplot.o dovplot.o $(SIMAGLIB) $(TSEPLIB) ./imaglib/imagconf.c
	cc -c $(CFLAGS) imaglib/imagconf.c
	cc $(CFLAGS) -o Ipen Main_vplot.o Init_vplot.o proc_vplot.o dovplot.o imagconf.o $(SIMAGLIB)\
				$(GENLIB) $(UTILLIB) $(TSEPLIB) $(LIBS)
	rm -f imagconf.o

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

