~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to tests/docbook/dtd/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2008-08-03 09:03:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080803090342-0gzx6fixj16lirxt
Tags: 1.1.24-2
libexslt/crypto.c: Apply upstream fix for CVE-2008-2935. Closes: #493162.

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
 
SUBDIRS = 3.1.7 4.0 4.1.2 simple
93
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94
 
CONFIG_HEADER = ../../../config.h
95
 
CONFIG_CLEAN_FILES = 
96
 
DIST_COMMON =  Makefile.am Makefile.in
97
 
 
98
 
 
99
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
 
 
101
 
TAR = gtar
102
 
GZIP_ENV = --best
103
 
all: all-redirect
104
 
.SUFFIXES:
105
 
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
106
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/docbook/dtd/Makefile
107
 
 
108
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
109
 
        cd $(top_builddir) \
110
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111
 
 
112
 
 
113
 
# This directory's subdirectories are mostly independent; you can cd
114
 
# into them and run `make' without going through this Makefile.
115
 
# To change the values of `make' variables: instead of editing Makefiles,
116
 
# (1) if the variable is set in `config.status', edit `config.status'
117
 
#     (which will cause the Makefiles to be regenerated when you run `make');
118
 
# (2) otherwise, pass the desired values on the `make' command line.
119
 
 
120
 
 
121
 
 
122
 
all-recursive install-data-recursive install-exec-recursive \
123
 
installdirs-recursive install-recursive uninstall-recursive  \
124
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
125
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
126
 
        dot_seen=no; \
127
 
        target=`echo $@ | sed s/-recursive//`; \
128
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
129
 
          echo "Making $$target in $$subdir"; \
130
 
          if test "$$subdir" = "."; then \
131
 
            dot_seen=yes; \
132
 
            local_target="$$target-am"; \
133
 
          else \
134
 
            local_target="$$target"; \
135
 
          fi; \
136
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
137
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
138
 
        done; \
139
 
        if test "$$dot_seen" = "no"; then \
140
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
141
 
        fi; test -z "$$fail"
142
 
 
143
 
mostlyclean-recursive clean-recursive distclean-recursive \
144
 
maintainer-clean-recursive:
145
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
146
 
        dot_seen=no; \
147
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
148
 
          rev="$$subdir $$rev"; \
149
 
          test "$$subdir" = "." && dot_seen=yes; \
150
 
        done; \
151
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
152
 
        target=`echo $@ | sed s/-recursive//`; \
153
 
        for subdir in $$rev; do \
154
 
          echo "Making $$target in $$subdir"; \
155
 
          if test "$$subdir" = "."; then \
156
 
            local_target="$$target-am"; \
157
 
          else \
158
 
            local_target="$$target"; \
159
 
          fi; \
160
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162
 
        done && test -z "$$fail"
163
 
tags-recursive:
164
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
165
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
166
 
        done
167
 
 
168
 
tags: TAGS
169
 
 
170
 
ID: $(HEADERS) $(SOURCES) $(LISP)
171
 
        list='$(SOURCES) $(HEADERS)'; \
172
 
        unique=`for i in $$list; do echo $$i; done | \
173
 
          awk '    { files[$$0] = 1; } \
174
 
               END { for (i in files) print i; }'`; \
175
 
        here=`pwd` && cd $(srcdir) \
176
 
          && mkid -f$$here/ID $$unique $(LISP)
177
 
 
178
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
179
 
        tags=; \
180
 
        here=`pwd`; \
181
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
182
 
   if test "$$subdir" = .; then :; else \
183
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184
 
   fi; \
185
 
        done; \
186
 
        list='$(SOURCES) $(HEADERS)'; \
187
 
        unique=`for i in $$list; do echo $$i; done | \
188
 
          awk '    { files[$$0] = 1; } \
189
 
               END { for (i in files) print i; }'`; \
190
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
192
 
 
193
 
mostlyclean-tags:
194
 
 
195
 
clean-tags:
196
 
 
197
 
distclean-tags:
198
 
        -rm -f TAGS ID
199
 
 
200
 
maintainer-clean-tags:
201
 
 
202
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
203
 
 
204
 
subdir = tests/docbook/dtd
205
 
 
206
 
distdir: $(DISTFILES)
207
 
        here=`cd $(top_builddir) && pwd`; \
208
 
        top_distdir=`cd $(top_distdir) && pwd`; \
209
 
        distdir=`cd $(distdir) && pwd`; \
210
 
        cd $(top_srcdir) \
211
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/docbook/dtd/Makefile
212
 
        @for file in $(DISTFILES); do \
213
 
          d=$(srcdir); \
214
 
          if test -d $$d/$$file; then \
215
 
            cp -pr $$d/$$file $(distdir)/$$file; \
216
 
          else \
217
 
            test -f $(distdir)/$$file \
218
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
219
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
220
 
          fi; \
221
 
        done
222
 
        for subdir in $(SUBDIRS); do \
223
 
          if test "$$subdir" = .; then :; else \
224
 
            test -d $(distdir)/$$subdir \
225
 
            || mkdir $(distdir)/$$subdir \
226
 
            || exit 1; \
227
 
            chmod 777 $(distdir)/$$subdir; \
228
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
229
 
              || exit 1; \
230
 
          fi; \
231
 
        done
232
 
info-am:
233
 
info: info-recursive
234
 
dvi-am:
235
 
dvi: dvi-recursive
236
 
check-am: all-am
237
 
check: check-recursive
238
 
installcheck-am:
239
 
installcheck: installcheck-recursive
240
 
install-exec-am:
241
 
install-exec: install-exec-recursive
242
 
 
243
 
install-data-am:
244
 
install-data: install-data-recursive
245
 
 
246
 
install-am: all-am
247
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248
 
install: install-recursive
249
 
uninstall-am:
250
 
uninstall: uninstall-recursive
251
 
all-am: Makefile
252
 
all-redirect: all-recursive
253
 
install-strip:
254
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
255
 
installdirs: installdirs-recursive
256
 
installdirs-am:
257
 
 
258
 
 
259
 
mostlyclean-generic:
260
 
 
261
 
clean-generic:
262
 
 
263
 
distclean-generic:
264
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
265
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
266
 
 
267
 
maintainer-clean-generic:
268
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
269
 
 
270
 
mostlyclean: mostlyclean-recursive
271
 
 
272
 
clean-am:  clean-tags clean-generic mostlyclean-am
273
 
 
274
 
clean: clean-recursive
275
 
 
276
 
distclean-am:  distclean-tags distclean-generic clean-am
277
 
        -rm -f libtool
278
 
 
279
 
distclean: distclean-recursive
280
 
 
281
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
282
 
                distclean-am
283
 
        @echo "This command is intended for maintainers to use;"
284
 
        @echo "it deletes files that may require special tools to rebuild."
285
 
 
286
 
maintainer-clean: maintainer-clean-recursive
287
 
 
288
 
.PHONY: install-data-recursive uninstall-data-recursive \
289
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
290
 
uninstalldirs-recursive all-recursive check-recursive \
291
 
installcheck-recursive info-recursive dvi-recursive \
292
 
mostlyclean-recursive distclean-recursive clean-recursive \
293
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
294
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
295
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
296
 
install-exec install-data-am install-data install-am install \
297
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
298
 
installdirs mostlyclean-generic distclean-generic clean-generic \
299
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
300
 
 
301
 
 
302
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
303
 
# Otherwise a system limit (for SysV at least) may be exceeded.
304
 
.NOEXPORT: