The R Project SVN R

Rev

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

Rev 43767 Rev 47175
Line 9... Line 9...
9
  LINKFLAGS+=-s
9
  LINKFLAGS+=-s
10
endif
10
endif
11
 
11
 
12
CFLAGS=-Wall -O2 -pedantic
12
CFLAGS=-Wall -O2 -pedantic
13
 
13
 
14
rtest-CFLAGS=-I.. -I../../include -I../../extra $(DEBUGFLAG)
14
rtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)
15
Rtest.exe: rtest.o
15
Rtest.exe: rtest.o
16
	$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../bin -lR -lgraphapp
16
	$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../bin -lR -lRgraphapp
17
 
17
 
18
rtest.c: ../../include/Rversion.h
18
rtest.c: ../../include/Rversion.h
19
 
19
 
20
clean:
20
clean:
21
	$(RM) rtest.o Rtest.exe *~
21
	$(RM) rtest.o Rtest.exe *~