~ubuntu-branches/ubuntu/natty/libxslt/natty

« back to all changes in this revision

Viewing changes to tests/docbook/common/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-24 16:26:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124162615-8ivleans2t5rdkjt
Tags: 1.1.20-0ubuntu1
* New upstream release.
* debian/rules:
  - bumped shlibs, new interfaces added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Generated automatically from Makefile.in by configure.
2
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
 
 
4
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5
 
# This Makefile.in is free software; the Free Software Foundation
6
 
# gives unlimited permission to copy and/or distribute it,
7
 
# with or without modifications, as long as this notice is preserved.
8
 
 
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
 
# PARTICULAR PURPOSE.
13
 
 
14
 
 
15
 
SHELL = /bin/sh
16
 
 
17
 
srcdir = .
18
 
top_srcdir = ../../..
19
 
prefix = /usr
20
 
exec_prefix = ${prefix}
21
 
 
22
 
bindir = ${exec_prefix}/bin
23
 
sbindir = ${exec_prefix}/sbin
24
 
libexecdir = ${exec_prefix}/libexec
25
 
datadir = ${prefix}/share
26
 
sysconfdir = ${prefix}/etc
27
 
sharedstatedir = ${prefix}/com
28
 
localstatedir = ${prefix}/var
29
 
libdir = ${exec_prefix}/lib
30
 
infodir = ${prefix}/info
31
 
mandir = ${prefix}/man
32
 
includedir = ${prefix}/include
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
 
pkgdatadir = $(datadir)/libxslt
38
 
pkglibdir = $(libdir)/libxslt
39
 
pkgincludedir = $(includedir)/libxslt
40
 
 
41
 
top_builddir = ../../..
42
 
 
43
 
ACLOCAL = aclocal
44
 
AUTOCONF = autoconf
45
 
AUTOMAKE = automake
46
 
AUTOHEADER = autoheader
47
 
 
48
 
INSTALL = /usr/bin/install -c
49
 
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = ${INSTALL} -m 644
51
 
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52
 
transform = s,x,x,
53
 
 
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
host_alias = i686-pc-linux
61
 
host_triplet = i686-pc-linux-gnu
62
 
AS = @AS@
63
 
CC = gcc
64
 
CFLAGS = -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
65
 
CPPFLAGS = 
66
 
DLLTOOL = @DLLTOOL@
67
 
EXTRA_LIBS = -L/usr/lib -lxml2 -lz -lm -lm
68
 
LDFLAGS = 
69
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
70
 
LIBXML_CFLAGS = -I/usr/include/libxml -I/usr/include
71
 
LIBXML_LIBS = -L/usr/lib -lxml2 -lz -lm
72
 
LIBXSLT_MAJOR_VERSION = 0
73
 
LIBXSLT_MICRO_VERSION = 0
74
 
LIBXSLT_MINOR_VERSION = 9
75
 
LIBXSLT_VERSION = 0.9.0
76
 
LIBXSLT_VERSION_INFO = 9:0:9
77
 
LIBXSLT_VERSION_NUMBER = 900
78
 
LN_S = ln -s
79
 
MAINT = 
80
 
MAKEINFO = makeinfo
81
 
OBJDUMP = @OBJDUMP@
82
 
PACKAGE = libxslt
83
 
RANLIB = ranlib
84
 
VERSION = 0.9.0
85
 
WITH_MEM_DEBUG = 1
86
 
WITH_XSLT_DEBUG = 1
87
 
XML_CONFIG = xml2-config
88
 
XSLT_INCLUDEDIR = -I${includedir}
89
 
XSLT_LIBDIR = -L${libdir}
90
 
XSLT_LIBS = -lxslt -L/usr/lib -lxml2 -lz -lm -lm
91
 
 
92
 
EXTRA_DIST =      ChangeLog LostLog ca.xml common.xsl cs.xml da.xml de.xml el.xml     en.xml es.xml et.xml fi.xml fr.xml hu.xml id.xml it.xml ja.xml     ko.xml l10n.dtd l10n.xml l10n.xsl nl.xml no.xml pl.xml pt.xml     pt_br.xml ro.xml ru.xml sk.xml sl.xml sv.xml zh_cn.xml zh_tw.xml
93
 
 
94
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95
 
CONFIG_HEADER = ../../../config.h
96
 
CONFIG_CLEAN_FILES = 
97
 
DIST_COMMON =  ChangeLog Makefile.am Makefile.in
98
 
 
99
 
 
100
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
 
 
102
 
TAR = gtar
103
 
GZIP_ENV = --best
104
 
all: all-redirect
105
 
.SUFFIXES:
106
 
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/docbook/common/Makefile
108
 
 
109
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
110
 
        cd $(top_builddir) \
111
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
 
 
113
 
tags: TAGS
114
 
TAGS:
115
 
 
116
 
 
117
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
 
 
119
 
subdir = tests/docbook/common
120
 
 
121
 
distdir: $(DISTFILES)
122
 
        here=`cd $(top_builddir) && pwd`; \
123
 
        top_distdir=`cd $(top_distdir) && pwd`; \
124
 
        distdir=`cd $(distdir) && pwd`; \
125
 
        cd $(top_srcdir) \
126
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/docbook/common/Makefile
127
 
        @for file in $(DISTFILES); do \
128
 
          d=$(srcdir); \
129
 
          if test -d $$d/$$file; then \
130
 
            cp -pr $$d/$$file $(distdir)/$$file; \
131
 
          else \
132
 
            test -f $(distdir)/$$file \
133
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
134
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
135
 
          fi; \
136
 
        done
137
 
info-am:
138
 
info: info-am
139
 
dvi-am:
140
 
dvi: dvi-am
141
 
check-am: all-am
142
 
check: check-am
143
 
installcheck-am:
144
 
installcheck: installcheck-am
145
 
install-exec-am:
146
 
install-exec: install-exec-am
147
 
 
148
 
install-data-am:
149
 
install-data: install-data-am
150
 
 
151
 
install-am: all-am
152
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
153
 
install: install-am
154
 
uninstall-am:
155
 
uninstall: uninstall-am
156
 
all-am: Makefile
157
 
all-redirect: all-am
158
 
install-strip:
159
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
160
 
installdirs:
161
 
 
162
 
 
163
 
mostlyclean-generic:
164
 
 
165
 
clean-generic:
166
 
 
167
 
distclean-generic:
168
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
169
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
170
 
 
171
 
maintainer-clean-generic:
172
 
mostlyclean-am:  mostlyclean-generic
173
 
 
174
 
mostlyclean: mostlyclean-am
175
 
 
176
 
clean-am:  clean-generic mostlyclean-am
177
 
 
178
 
clean: clean-am
179
 
 
180
 
distclean-am:  distclean-generic clean-am
181
 
        -rm -f libtool
182
 
 
183
 
distclean: distclean-am
184
 
 
185
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
186
 
        @echo "This command is intended for maintainers to use;"
187
 
        @echo "it deletes files that may require special tools to rebuild."
188
 
 
189
 
maintainer-clean: maintainer-clean-am
190
 
 
191
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
192
 
installcheck-am installcheck install-exec-am install-exec \
193
 
install-data-am install-data install-am install uninstall-am uninstall \
194
 
all-redirect all-am all installdirs mostlyclean-generic \
195
 
distclean-generic clean-generic maintainer-clean-generic clean \
196
 
mostlyclean distclean maintainer-clean
197
 
 
198
 
 
199
 
all: 
200
 
 
201
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
202
 
# Otherwise a system limit (for SysV at least) may be exceeded.
203
 
.NOEXPORT: