The R Project SVN R

Rev

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

Rev 56420 Rev 56421
Line 12... Line 12...
12
include $(top_builddir)/Makeconf
12
include $(top_builddir)/Makeconf
13
 
13
 
14
XDR_CPPFLAGS = -I$(srcdir)
14
XDR_CPPFLAGS = -I$(srcdir)
15
ALL_CPPFLAGS = $(XDR_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
15
ALL_CPPFLAGS = $(XDR_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
16
 
16
 
17
SOURCES = xdr.c xdr_float.c xdr_mem.c
17
SOURCES = xdr.c xdr_float.c xdr_mem.c xdr_stdio.c
18
DEPENDS = $(SOURCES:.c=.d)
18
DEPENDS = $(SOURCES:.c=.d)
19
OBJECTS = $(SOURCES:.c=.o)
19
OBJECTS = $(SOURCES:.c=.o)
20
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@
20
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@
21
 
21
 
22
 
-
 
23
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
22
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
24
DISTFILES = \
23
DISTFILES = \
25
  README.txt copyrght.txt Makefile.in Makefile.win $(SOURCES)
24
  README.txt copyrght.txt Makefile.in Makefile.win $(SOURCES)
26
SUBDIRS_WITH_NO_BUILD = rpc
25
SUBDIRS_WITH_NO_BUILD = rpc
27
 
26
 
28
noinst_LIBRARIES = @BUILD_XDR_TRUE@ libxdr.a
27
noinst_LIBRARIES = libxdr.a
29
libxdr_a_SOURCES = $(SOURCES)
28
libxdr_a_SOURCES = $(SOURCES)
30
libxdr_a_OBJECTS = $(OBJECTS)
29
libxdr_a_OBJECTS = $(OBJECTS)
31
 
30
 
32
 
31
 
33
all: Makefile Makedeps R
32
all: Makefile Makedeps R