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

« back to all changes in this revision

Viewing changes to tests/plugins/Makefile.in

  • 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:
41
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
44
mkinstalldirs = $(install_sh) -d
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
am__DEPENDENCIES_1 =
100
100
EXTRA_LIBS = @EXTRA_LIBS@
101
101
F77 = @F77@
102
102
FFLAGS = @FFLAGS@
103
 
GREP = @GREP@
104
103
HTML_DIR = @HTML_DIR@
105
104
INSTALL_DATA = @INSTALL_DATA@
106
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
135
134
LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
136
135
LN_S = @LN_S@
137
136
LTLIBOBJS = @LTLIBOBJS@
138
 
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
137
MAKEINFO = @MAKEINFO@
142
138
MV = @MV@
143
139
M_LIBS = @M_LIBS@
159
155
RANLIB = @RANLIB@
160
156
RELDATE = @RELDATE@
161
157
RM = @RM@
 
158
SED = @SED@
162
159
SET_MAKE = @SET_MAKE@
163
160
SHELL = @SHELL@
164
161
STATIC_BINARIES = @STATIC_BINARIES@
169
166
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
170
167
WITH_CRYPTO = @WITH_CRYPTO@
171
168
WITH_DEBUGGER = @WITH_DEBUGGER@
172
 
WITH_DEBUGGER_FALSE = @WITH_DEBUGGER_FALSE@
173
 
WITH_DEBUGGER_TRUE = @WITH_DEBUGGER_TRUE@
174
169
WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
175
170
WITH_MODULES = @WITH_MODULES@
176
171
WITH_MODULES_FALSE = @WITH_MODULES_FALSE@
186
181
XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
187
182
XSLT_LIBDIR = @XSLT_LIBDIR@
188
183
XSLT_LIBS = @XSLT_LIBS@
 
184
ac_ct_AR = @ac_ct_AR@
189
185
ac_ct_CC = @ac_ct_CC@
190
186
ac_ct_CXX = @ac_ct_CXX@
191
187
ac_ct_F77 = @ac_ct_F77@
 
188
ac_ct_RANLIB = @ac_ct_RANLIB@
 
189
ac_ct_STRIP = @ac_ct_STRIP@
192
190
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193
191
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194
192
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
205
203
build_os = @build_os@
206
204
build_vendor = @build_vendor@
207
205
datadir = @datadir@
208
 
datarootdir = @datarootdir@
209
 
docdir = @docdir@
210
 
dvidir = @dvidir@
211
206
exec_prefix = @exec_prefix@
212
207
host = @host@
213
208
host_alias = @host_alias@
214
209
host_cpu = @host_cpu@
215
210
host_os = @host_os@
216
211
host_vendor = @host_vendor@
217
 
htmldir = @htmldir@
218
212
includedir = @includedir@
219
213
infodir = @infodir@
220
214
install_sh = @install_sh@
221
215
libdir = @libdir@
222
216
libexecdir = @libexecdir@
223
 
localedir = @localedir@
224
217
localstatedir = @localstatedir@
225
218
mandir = @mandir@
226
219
mkdir_p = @mkdir_p@
227
220
oldincludedir = @oldincludedir@
228
 
pdfdir = @pdfdir@
229
221
prefix = @prefix@
230
222
program_transform_name = @program_transform_name@
231
 
psdir = @psdir@
232
223
pythondir = @pythondir@
233
224
sbindir = @sbindir@
234
225
sharedstatedir = @sharedstatedir@
249
240
 
250
241
.SUFFIXES:
251
242
.SUFFIXES: .c .lo .o .obj
252
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
243
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
253
244
        @for dep in $?; do \
254
245
          case '$(am__configure_deps)' in \
255
246
            *$$dep*) \
258
249
              exit 1;; \
259
250
          esac; \
260
251
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/plugins/Makefile'; \
 
252
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/plugins/Makefile'; \
262
253
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --foreign  tests/plugins/Makefile
 
254
          $(AUTOMAKE) --gnu  tests/plugins/Makefile
264
255
.PRECIOUS: Makefile
265
256
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
257
        @case '$?' in \
274
265
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
267
 
277
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
268
$(top_srcdir)/configure:  $(am__configure_deps)
278
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
270
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
272
xmlsoft_org_xslt_testplugin.la: $(xmlsoft_org_xslt_testplugin_la_OBJECTS) $(xmlsoft_org_xslt_testplugin_la_DEPENDENCIES) 
282
273
        $(LINK)  $(xmlsoft_org_xslt_testplugin_la_LDFLAGS) $(xmlsoft_org_xslt_testplugin_la_OBJECTS) $(xmlsoft_org_xslt_testplugin_la_LIBADD) $(LIBS)