~ubuntu-branches/ubuntu/wily/lxappearance-obconf/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-09-16 15:14:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140916151437-quo0cpers55ovmux
Tags: 0.2.2-1
* Adding myself to Uploaders.
* Removing override_dh_auto_test target since upstream fixed the problem.
* Removing obsolete target override_dh_builddeb from debian/rules file.
* Removing also obconf.a file from package, it isn't used.
* Adding --disable-silent-rules to fix buildlog checker warning.
* Removing unneeded build dependencies.
* Merging upstream version 0.2.2.
* Enabling parallel build (pass --parallel to dh).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
84
84
        $(top_srcdir)/configure $(am__configure_deps) \
85
85
        $(srcdir)/config.h.in depcomp $(dist_glade_DATA) ABOUT-NLS \
86
86
        AUTHORS COPYING NEWS README TODO compile config.guess \
87
 
        config.rpath config.sub install-sh missing ltmain.sh
 
87
        config.sub install-sh missing ltmain.sh
88
88
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
89
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
90
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
257
257
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
258
258
  done; \
259
259
  reldir="$$dir2"
260
 
DIST_ARCHIVES = $(distdir).tar.gz
261
260
GZIP_ENV = --best
262
 
DIST_TARGETS = dist-gzip
 
261
DIST_ARCHIVES = $(distdir).tar.xz
 
262
DIST_TARGETS = dist-xz
263
263
distuninstallcheck_listfiles = find . -type f -print
264
264
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
265
265
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
483
483
        src/obconf.glade
484
484
 
485
485
EXTRA_DIST = \
486
 
        config.rpath \
 
486
        autogen.sh \
487
487
        README \
488
488
        CHANGELOG \
489
489
        COPYING \
903
903
dist-lzip: distdir
904
904
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
905
905
        $(am__post_remove_distdir)
906
 
 
907
906
dist-xz: distdir
908
907
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
909
908
        $(am__post_remove_distdir)
960
959
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
961
960
          && am__cwd=`pwd` \
962
961
          && $(am__cd) $(distdir)/_build \
963
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
962
          && ../configure \
964
963
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
965
964
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
965
            --srcdir=.. --prefix="$$dc_install_base" \
966
966
          && $(MAKE) $(AM_MAKEFLAGS) \
967
967
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
968
968
          && $(MAKE) $(AM_MAKEFLAGS) check \