The R Project SVN R

Rev

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

Rev 5178 Rev 5191
Line 13... Line 13...
13
 
13
 
14
rtest-CFLAGS=-I.. -I../../include -DWin32
14
rtest-CFLAGS=-I.. -I../../include -DWin32
15
Rtest.exe: rtest.o R.dll
15
Rtest.exe: rtest.o R.dll
16
	$(CC) -o $@ $^ -L.. -lR
16
	$(CC) -o $@ $^ -L.. -lR
17
 
17
 
18
rtest.c: ../../include/Version.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: