The R Project SVN R

Rev

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

Rev 50921 Rev 81952
Line 14... Line 14...
14
 
14
 
15
CFLAGS=-Wall -O2 -pedantic
15
CFLAGS=-Wall -O2 -pedantic
16
 
16
 
17
rtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)
17
rtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)
18
Rtest.exe: rtest.o
18
Rtest.exe: rtest.o
19
	$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../bin -lR -lRgraphapp
19
	$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../$(IMPDIR) -lR -lRgraphapp
20
 
20
 
21
rtest.c: ../../include/Rversion.h
21
rtest.c: ../../include/Rversion.h
22
 
22
 
23
clean:
23
clean:
24
	$(RM) rtest.o Rtest.exe *~
24
	$(RM) rtest.o Rtest.exe *~