~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
141
141
PACKAGE_NAME = @PACKAGE_NAME@
142
142
PACKAGE_STRING = @PACKAGE_STRING@
143
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_URL = @PACKAGE_URL@
144
145
PACKAGE_VERSION = @PACKAGE_VERSION@
145
146
PATH_SEPARATOR = @PATH_SEPARATOR@
146
147
PKG_CONFIG = @PKG_CONFIG@
 
148
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
149
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
147
150
RANLIB = @RANLIB@
148
151
RPC = @RPC@
149
152
SED = @SED@
256
259
#     (which will cause the Makefiles to be regenerated when you run `make');
257
260
# (2) otherwise, pass the desired values on the `make' command line.
258
261
$(RECURSIVE_TARGETS):
259
 
        @failcom='exit 1'; \
 
262
        @fail= failcom='exit 1'; \
260
263
        for f in x $$MAKEFLAGS; do \
261
264
          case $$f in \
262
265
            *=* | --[!k]*);; \
281
284
        fi; test -z "$$fail"
282
285
 
283
286
$(RECURSIVE_CLEAN_TARGETS):
284
 
        @failcom='exit 1'; \
 
287
        @fail= failcom='exit 1'; \
285
288
        for f in x $$MAKEFLAGS; do \
286
289
          case $$f in \
287
290
            *=* | --[!k]*);; \