~ubuntu-branches/ubuntu/utopic/nbdkit/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/gzip/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2014-02-15 11:26:47 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140215112647-dkam07p6feceuewm
Tags: 1.1.5-1
* New upstream version
* Removed patches as they have been integrated upstream
* Added build dependency for Python plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
PERL = @PERL@
301
301
PERL_ARCHLIB = @PERL_ARCHLIB@
302
302
PERL_CFLAGS = @PERL_CFLAGS@
303
 
PERL_LDFLAGS = @PERL_LDFLAGS@
304
 
PERL_LIBS = @PERL_LIBS@
 
303
PERL_LDOPTS = @PERL_LDOPTS@
305
304
PKG_CONFIG = @PKG_CONFIG@
306
305
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
307
306
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
308
307
POD2MAN = @POD2MAN@
 
308
PYTHON = @PYTHON@
 
309
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
310
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
311
PYTHON_LIBS = @PYTHON_LIBS@
 
312
PYTHON_VERSION = @PYTHON_VERSION@
309
313
RANLIB = @RANLIB@
310
314
SED = @SED@
311
315
SET_MAKE = @SET_MAKE@
762
766
 
763
767
 
764
768
@HAVE_POD2MAN_TRUE@@HAVE_ZLIB_TRUE@nbdkit-gzip-plugin.1: nbdkit-gzip-plugin.pod
765
 
@HAVE_POD2MAN_TRUE@@HAVE_ZLIB_TRUE@     $(POD2MAN) -u --stderr --section=1 --center=nbdkit --release=nbdkit --name=`basename $@` $< $@
 
769
@HAVE_POD2MAN_TRUE@@HAVE_ZLIB_TRUE@     $(POD2MAN) -u --stderr --section=1 --center=nbdkit --release=nbdkit --name=`basename $@ .1` $< $@
766
770
 
767
771
# Tell versions [3.59,3.63) of GNU make to not export all variables.
768
772
# Otherwise a system limit (for SysV at least) may be exceeded.