The R Project SVN R

Rev

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

Rev 32750 Rev 32976
Line 7... Line 7...
7
else
7
else
8
  DEBUGFLAG=
8
  DEBUGFLAG=
9
endif
9
endif
10
 
10
 
11
CFLAGS=-I. -I.. -I../../include -Wall $(DEBUGFLAG)  -O2 -DINDLL -DR_DLL_BUILD
11
CFLAGS=-I. -I.. -I../../include -Wall $(DEBUGFLAG)  -O2 -DINDLL -DR_DLL_BUILD
12
ifdef SUPPORT_GUI_MBCS
-
 
13
CFLAGS += -DSUPPORT_GUI_MBCS
-
 
14
endif
-
 
15
ifdef SUPPORT_UTF8
-
 
16
CFLAGS += -DSUPPORT_UTF8
-
 
17
endif
-
 
18
SOURCES=$(filter-out graphappmain.c, $(wildcard *.c))
12
SOURCES=$(filter-out graphappmain.c, $(wildcard *.c))
19
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
13
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
20
 
14
 
21
ga.a: $(OBJS)
15
ga.a: $(OBJS)
22
 
16