The R Project SVN R

Rev

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

Rev 42607 Rev 42634
Line 20... Line 20...
20
DISTFILES = \
20
DISTFILES = \
21
	README Makefile.in Makefile.win $(SOURCES) $(HEADERS) \
21
	README Makefile.in Makefile.win $(SOURCES) $(HEADERS) \
22
	dllversion.rc
22
	dllversion.rc
23
 
23
 
24
internet_la = internet$(SHLIB_EXT)
24
internet_la = internet$(SHLIB_EXT)
25
internet_la_LIBADD = $(LIBR)
25
internet_la_LIBADD = $(LIBR) @DYLIB_UNDEFINED_ALLOWED_FALSE@ $(LIBINTL)
26
 
26
 
27
ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@
27
ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@
28
 
28
 
29
all: Makefile Makedeps R
29
all: Makefile Makedeps R
30
 
30