
OBJECT = object.obj ioutil.obj mathcode.obj mathfn.obj gra.obj jnstring.obj \
         nstring.obj spline.obj ntime.obj config.obj shell.obj shellcm.obj \
         shellux.obj oroot.obj oint.obj odouble.obj ostring.obj oiarray.obj \
         odarray.obj osarray.obj osystem.obj oshell.obj omath.obj oprm.obj \
         ofit.obj odraw.obj ofile.obj axis.obj oaxis.obj oagrid.obj \
         omerge.obj olegend.obj oline.obj ocurve.obj orect.obj oarc.obj \
         opolygon.obj omark.obj otext.obj ogra.obj ogra2.obj ogra2nul.obj \
         ogra2fil.obj ogra2prn.obj 


kern.lib:	$(OBJECT)
	- rm kern.lib
	$(AR) kern.lib /a $(OBJECT)

.c.obj: 
	$(CC) $(TARGET) $(CCOPTION) $(DEFS) $(INCLUDE) -c -o$*.obj $< 

clean:
	- rm *.obj
	- rm *.lib
