The R Project SVN R

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

CC=@CC@
CFLAGS=@CFLAGS@ -I../include
AR=@AR@
RANLIB=@RANLIB@

OBJS=   garrow.o \
    gbox.o \
    gcircle.o \
    gclip.o \
    gdevice.o \
    gdefault.o \
    ginit.o \
    glineto.o \
    glocator.o \
    gmapping.o  \
    gmetricinfo.o \
    gmode.o \
    gmoveto.o \
    gmtext.o \
    gnewplot.o \
    gpolygon.o \
    grect.o \
    greset.o \
    grestore.o \
    gsavepars.o \
    gsaveplot.o \
    gscale.o \
    gsetupaxis.o \
    gstate.o \
    gstrwidth.o \
    gsymbol.o \
    gtext.o \
    gunits.o \
    hsv2rgb.o

LIB=    ../lib/libgraphics.a

$(LIB): $(OBJS)
    $(AR) cr $(LIB) $(OBJS)
    $(RANLIB) $(LIB)

$(OBJS):    ../include/Graphics.h
gdevice.o:  ../include/Platform.h

clean:
        @echo cleaning in graphics
        @-rm -f *.o *.a

realclean:        
        @echo cleaning in graphics
        @-rm -f *.o *.a Makefile