diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-10 14:10:56 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-10 14:10:56 +0000 |
commit | 431658d74a5f7435788b9743902ee69307b93538 (patch) | |
tree | 95b869a1bca2f63f91bcb1d9e4144ed211653d5d /xsltproc | |
parent | d03254ec538e5dbdb05663cf704348fe7739b978 (diff) | |
download | libxslt-431658d74a5f7435788b9743902ee69307b93538.tar.gz libxslt-431658d74a5f7435788b9743902ee69307b93538.tar.bz2 libxslt-431658d74a5f7435788b9743902ee69307b93538.zip |
1.0.7 release, Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index 0f69a524..b92f42a6 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -2,24 +2,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \ -I$(top_builddir) -I$(top_builddir)/libxslt \ -I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS) -if DV_STATIC_LINK -# -# Try to bypass the braindead libtool processing of shared libs -# -all: xsltproc - -if WITH_DEBUGGER -xsltproc$(EXEEXT): xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../breakpoint/.libs/libxsltbreakpoint.a ../../XML/.libs/libxml2.a - gcc -g -O -o xsltproc$(EXEEXT) xsltproc.o ../libxslt/.libs/libxslt.a ../breakpoint/.libs/libxsltbreakpoint.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a -lz -lm -else -xsltproc$(EXEEXT): xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a - gcc -g -O -o xsltproc$(EXEEXT) xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a -lz -lm -endif - -programs= -else programs=xsltproc -endif bin_PROGRAMS = $(programs) |