Rev 38855 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../MkRulesifdef DEBUGDEBUGFLAG=$(G_FLAG)LINKFLAGS=elseDEBUGFLAG=LINKFLAGS=-sendifCFLAGS=-Wall -O2 -pedanticrtest-CFLAGS=-I.. -I../../include $(DEBUGFLAG)Rtest.exe: rtest.o R.dll Rblas.dll$(CC) $(LINKFLAGS) -o $@ rtest.o R.dllrtest.c: ../../include/Rversion.hR.dll: ../R.dll$(CP) -p $^ $@Rblas.dll: ../../../bin/Rblas.dll$(CP) -p $^ $@clean:$(RM) rtest.o Rtest.exe *~ R.dll Rblas.dll