The R Project SVN R

Rev

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

Rev 5605 Rev 6098
Line 9... Line 9...
9
endif
9
endif
10
 
10
 
11
LIBS=-L.. -lR
11
LIBS=-L.. -lR
12
CFLAGS=-Wall
12
CFLAGS=-Wall
13
 
13
 
14
rtest-CFLAGS=-I.. -I../../include -DWin32
14
rtest-CFLAGS=-I.. -I../../include
15
Rtest.exe: rtest.o R.dll
15
Rtest.exe: rtest.o R.dll
16
	$(CC) -o $@ rtest.o -L.. -lR
16
#	$(CC) -o $@ rtest.o -L.. -lR
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 $^ $@
22
 
22
 
23
clean:
23
clean:
24
	$(RM) *.o *.exe *~ *.exp
24
	$(RM) rtest.o Rtest.exe *~ R.dll
25
 
25
 
26
 
26