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

« back to all changes in this revision

Viewing changes to tests/xinclude/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aron Xu, Aron Xu, YunQiang Su
  • Date: 2012-05-29 00:31:36 UTC
  • Revision ID: package-import@ubuntu.com-20120529003136-1feg8m4j34okrwor
Tags: 1.1.26-12
[ Aron Xu ]
* New maintainer (Closes: #654177)
* debian/rules: small improvements, stop shipping .la files.
* debian/control: mark libxslt1-dev as not M-A (Closes: #671902).

[ YunQiang Su ]
* Convert to 3.0 source format. 
* Byte-compile Python modules again (Closes: #671901).

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
LIPO = @LIPO@
114
114
LN_S = @LN_S@
115
115
LTLIBOBJS = @LTLIBOBJS@
116
 
MAINT = @MAINT@
117
116
MAKEINFO = @MAKEINFO@
118
117
MKDIR_P = @MKDIR_P@
119
118
MV = @MV@
129
128
PACKAGE_NAME = @PACKAGE_NAME@
130
129
PACKAGE_STRING = @PACKAGE_STRING@
131
130
PACKAGE_TARNAME = @PACKAGE_TARNAME@
132
 
PACKAGE_URL = @PACKAGE_URL@
133
131
PACKAGE_VERSION = @PACKAGE_VERSION@
134
132
PATH_SEPARATOR = @PATH_SEPARATOR@
135
133
PERL = @PERL@
232
230
all: all-am
233
231
 
234
232
.SUFFIXES:
235
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
233
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236
234
        @for dep in $?; do \
237
235
          case '$(am__configure_deps)' in \
238
236
            *$$dep*) \
241
239
              exit 1;; \
242
240
          esac; \
243
241
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/xinclude/Makefile'; \
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/xinclude/Makefile'; \
245
243
        $(am__cd) $(top_srcdir) && \
246
 
          $(AUTOMAKE) --foreign tests/xinclude/Makefile
 
244
          $(AUTOMAKE) --gnu tests/xinclude/Makefile
247
245
.PRECIOUS: Makefile
248
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
247
        @case '$?' in \
257
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
257
 
260
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
261
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
262
$(am__aclocal_m4_deps):
265
263