The R Project SVN R

Rev

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

Rev 51073 Rev 53401
Line 7... Line 7...
7
 
7
 
8
install: Riconv.dll
8
install: Riconv.dll
9
	@cp Riconv.dll ../../../$(BINDIR)
9
	@cp Riconv.dll ../../../$(BINDIR)
10
 
10
 
11
CPPFLAGS=-I../../include
11
CPPFLAGS=-I../../include
12
CFLAGS= $(OPTFLAGS)
-
 
13
 
12
 
14
CSOURCES= win_iconv.c
13
CSOURCES= win_iconv.c
15
OBJS=$(CSOURCES:.c=.o)
14
OBJS=$(CSOURCES:.c=.o)
16
 
15
 
17
Riconv.dll: $(OBJS)
16
Riconv.dll: $(OBJS)