The R Project SVN R

Rev

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

include ../MkRules

CPPFLAGS=-DWin32 -I. -I../../include
CFLAGS=$(OPTFLAGS)
LINKFLAGS=-s

gl.a: getline.o wc_history.o

test: testgl.exe
    $(ECHO) starting testgl. Hit CRTL+BREAK to stop it.
    testgl.exe

testgl.exe: testgl.o getline.o  


clean:
    $(RM) *.o *~ *.exe *.exp gl.a