The R Project SVN R

Rev

Rev 35760 | Rev 38794 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35760 Rev 35941
Line 9... Line 9...
9
endif
9
endif
10
 
10
 
11
LIBS=-L../../../lib $(LIBUNICOWS) -lR
11
LIBS=-L../../../lib $(LIBUNICOWS) -lR
12
CFLAGS=-Wall
12
CFLAGS=-Wall
13
 
13
 
14
rtest-CFLAGS=-I.. -I../../include
14
rtest-CFLAGS=-I.. -I../../include $(DEBUGFLAG)
15
Rtest.exe: rtest.o R.dll Rblas.dll
15
Rtest.exe: rtest.o R.dll Rblas.dll
16
	$(CC) -o $@ rtest.o R.dll
16
	$(CC) $(LINKFLAGS) -o $@ rtest.o R.dll
17
 
17
 
18
rtest.c: ../../include/Rversion.h
18
rtest.c: ../../include/Rversion.h
19
 
19
 
20
R.dll: ../R.dll
20
R.dll: ../R.dll
21
	$(CP) -p $^ $@
21
	$(CP) -p $^ $@