blob: 1a3326400472d0c7bc0e6cc98abe26250d4f06af [file] [log] [blame]
#-*- Makefile -*-
## this is for Win32, no import libs
include ../MkRules
LINKFLAGS=-Wl,--stack=0xA00000
ifdef DEBUG
DEBUGFLAG=$(G_FLAG)
else
DEBUGFLAG=
LINKFLAGS+=-s
endif
CFLAGS=-Wall -O2 -pedantic
rtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)
Rtest.exe: rtest.o
$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../$(IMPDIR) -lR -lRgraphapp
rtest.c: ../../include/Rversion.h
clean:
$(RM) rtest.o Rtest.exe *~