The R Project SVN R

Rev

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

Rev 53401 Rev 56417
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
include ../../gnuwin32/MkRules
2
include ../../gnuwin32/MkRules
3
 
3
 
4
DEFS=-DWIN32 -D_X86_ -DHAVE_CONFIG_H
4
DEFS=-DWIN32 -DHAVE_CONFIG_H
5
ifdef LEA_MALLOC
5
ifdef LEA_MALLOC
6
DEFS+=-DLEA_MALLOC
6
DEFS+=-DLEA_MALLOC
7
endif
7
endif
8
 
8
 
9
CPPFLAGS=-I. -I../../include $(DEFS)
9
CPPFLAGS=-I. -I../../include $(DEFS)