Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
36 lines
878 B
Makefile
36 lines
878 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
|
|
-I$(top_builddir) -I$(top_builddir)/libxslt \
|
|
-I$(top_builddir)/libexslt
|
|
|
|
lib_LTLIBRARIES = libexslt.la
|
|
|
|
exsltincdir = $(includedir)/libexslt
|
|
|
|
exsltinc_HEADERS = \
|
|
exslt.h \
|
|
exsltexports.h
|
|
nodist_exsltinc_HEADERS = \
|
|
exsltconfig.h
|
|
|
|
libexslt_la_SOURCES = \
|
|
exslt.c \
|
|
common.c \
|
|
crypto.c \
|
|
math.c \
|
|
sets.c \
|
|
functions.c \
|
|
strings.c \
|
|
date.c \
|
|
saxon.c \
|
|
libexslt.h \
|
|
dynamic.c
|
|
|
|
libexslt_la_CFLAGS = $(AM_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
|
libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBGCRYPT_LIBS) $(LIBM)
|
|
libexslt_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \
|
|
-version-info $(LIBEXSLT_VERSION_INFO)
|
|
|
|
man_MANS = libexslt.3
|
|
|
|
EXTRA_DIST = $(man_MANS)
|