Rev 47175 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../MkRulesLINKFLAGS=-Wl,--stack=0xA00000ifdef DEBUGDEBUGFLAG=$(G_FLAG)elseDEBUGFLAG=LINKFLAGS+=-sendifCFLAGS=-Wall -O2 -pedanticrtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)Rtest.exe: rtest.o$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../bin -lR -lRgraphapprtest.c: ../../include/Rversion.hclean:$(RM) rtest.o Rtest.exe *~