VirtualBox

source: vbox/trunk/src/libs/libxslt-1.1.22/libexslt/Makefile.am@ 19924

Last change on this file since 19924 was 7296, checked in by vboxsync, 17 years ago

Added libxslt-1.1.22 sources.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 808 bytes
Line 
1INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
2 -I$(top_builddir) -I$(top_builddir)/libxslt \
3 -I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
4
5AM_CFLAGS = $(LIBGCRYPT_CFLAGS)
6
7lib_LTLIBRARIES = libexslt.la
8
9exsltincdir = $(includedir)/libexslt
10
11exsltinc_HEADERS = \
12 exslt.h \
13 exsltconfig.h \
14 exslt.h \
15 exsltconfig.h \
16 exsltexports.h
17
18libexslt_la_SOURCES = \
19 exslt.c \
20 common.c \
21 crypto.c \
22 math.c \
23 sets.c \
24 functions.c \
25 strings.c \
26 date.c \
27 saxon.c \
28 libexslt.h \
29 dynamic.c
30
31libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
32libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@ $(LIBGCRYPT_LIBS)
33
34man_MANS = libexslt.3
35
36EXTRA_DIST = $(man_MANS)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette