The R Project SVN R

Rev

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

Rev 17488 Rev 26879
Line 7... Line 7...
7
CSOURCES=internet.c sockconn.c Rsock.c sock.c
7
CSOURCES=internet.c sockconn.c Rsock.c sock.c
8
CSOURCES2=nanoftp.c nanohttp.c
8
CSOURCES2=nanoftp.c nanohttp.c
9
 
9
 
10
CFLAGS=$(OPTFLAGS) -I../../include -I../../gnuwin32 -DHAVE_CONFIG_H
10
CFLAGS=$(OPTFLAGS) -I../../include -I../../gnuwin32 -DHAVE_CONFIG_H
11
 
11
 
12
DLLLIBS=-L../../gnuwin32 -lRm -lR -lwsock32
12
DLLLIBS=-L../../gnuwin32 -lR -lwsock32
13
internet2-DLLLIBS=-lwininet
13
internet2-DLLLIBS=-lwininet
14
 
14
 
15
../../../modules/internet.dll: internet.dll
15
../../../modules/internet.dll: internet.dll
16
	$(MKDIR) -p ../../../modules
16
	$(MKDIR) -p ../../../modules
17
	$(CP) $< $@
17
	$(CP) $< $@