The R Project SVN R

Rev

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

Rev 11169 Rev 15716
Line 4... Line 4...
4
  DEBUGFLAG=-g
4
  DEBUGFLAG=-g
5
else
5
else
6
  DEBUGFLAG=
6
  DEBUGFLAG=
7
endif
7
endif
8
 
8
 
9
CFLAGS=-I. -I.. -Wall $(DEBUGFLAG)  -O2 -DINDLL
9
CFLAGS=-I. -I.. -I../../include -Wall $(DEBUGFLAG)  -O2 -DINDLL -DR_DLL_BUILD
10
SOURCES=$(filter-out graphappmain.c, $(wildcard *.c))
10
SOURCES=$(filter-out graphappmain.c, $(wildcard *.c))
11
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
11
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
12
 
12
 
13
../ga.a: $(OBJS)
13
../ga.a: $(OBJS)
14
 
14