The R Project SVN R

Rev

Rev 87954 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87954 Rev 90310
Line 35... Line 35...
35
test: test-static.exe test.exe
35
test: test-static.exe test.exe
36
endif
36
endif
37
 
37
 
38
 
38
 
39
## see R-admin for alternatives
39
## see R-admin for alternatives
40
test.exe: test.c
40
test.exe: test.c shared
41
	$(CC) -I../../include -DRMATH_DLL -o $@ $< -L. Rmath.dll
41
	$(CC) -I../../include -DRMATH_DLL -o $@ $< -L. Rmath.dll
42
	./$@
42
	./$@
43
test-static.exe: test.c
43
test-static.exe: test.c static
44
	$(CC) -I../../include -o $@ $< -L. libRmath.a
44
	$(CC) -I../../include -o $@ $< -L. libRmath.a
45
	./$@
45
	./$@
46
 
46
 
47
check: distclean
47
check: distclean
48
	@rm -f check.log
48
	@rm -f check.log