~ubuntu-branches/ubuntu/trusty/simple-scan/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Matthew Fischer
  • Date: 2013-05-20 02:32:36 UTC
  • mfrom: (1.3.21)
  • Revision ID: matthew.fischer@canonical.com-20130520023236-vn5tflz51tidk8kk
* New upstream release (LP: #1181896)
  - debian/patches/01-zlib.patch: Dropped, zlib now has a pkg-config file

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
PRE_UNINSTALL = :
50
50
POST_UNINSTALL = :
51
51
subdir = .
52
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
53
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
54
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
52
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
 
53
        $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \
55
54
        compile depcomp install-sh missing
56
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
56
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60
59
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61
60
 configure.lineno config.status.lineno
62
61
mkinstalldirs = $(install_sh) -d
63
 
CONFIG_HEADER = config.h
64
62
CONFIG_CLEAN_FILES =
65
63
CONFIG_CLEAN_VPATH_FILES =
66
64
AM_V_GEN = $(am__v_GEN_@AM_V@)
125
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
126
124
  done; \
127
125
  reldir="$$dir2"
128
 
DIST_ARCHIVES = $(distdir).tar.gz
129
126
GZIP_ENV = --best
 
127
DIST_ARCHIVES = $(distdir).tar.xz
130
128
distuninstallcheck_listfiles = find . -type f -print
131
129
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
132
130
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
255
253
top_srcdir = @top_srcdir@
256
254
SUBDIRS = src data help po
257
255
EXTRA_DIST = \
 
256
        README.md \
258
257
        autogen.sh \
259
258
        simple-scan.doap
260
259
 
261
260
DISTCLEANFILES = \
262
261
        Makefile.in \
263
262
        aclocal.m4 \
 
263
        compile \
264
264
        configure \
265
265
        depcomp \
266
 
        gnome-doc-utils.make \
267
266
        install-sh \
268
267
        missing \
269
268
        mkinstalldirs \
270
269
        omf.make \
271
270
        xmldocs.make
272
271
 
273
 
all: config.h
274
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
272
all: all-recursive
275
273
 
276
274
.SUFFIXES:
277
275
am--refresh: Makefile
280
278
        @for dep in $?; do \
281
279
          case '$(am__configure_deps)' in \
282
280
            *$$dep*) \
283
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
284
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
281
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
282
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
285
283
                && exit 0; \
286
284
              exit 1;; \
287
285
          esac; \
288
286
        done; \
289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
287
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
290
288
        $(am__cd) $(top_srcdir) && \
291
 
          $(AUTOMAKE) --gnu Makefile
 
289
          $(AUTOMAKE) --foreign Makefile
292
290
.PRECIOUS: Makefile
293
291
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294
292
        @case '$?' in \
309
307
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
310
308
$(am__aclocal_m4_deps):
311
309
 
312
 
config.h: stamp-h1
313
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
314
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
315
 
 
316
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
317
 
        @rm -f stamp-h1
318
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
319
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
320
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
321
 
        rm -f stamp-h1
322
 
        touch $@
323
 
 
324
 
distclean-hdr:
325
 
        -rm -f config.h stamp-h1
326
 
 
327
310
# This directory's subdirectories are mostly independent; you can cd
328
311
# into them and run `make' without going through this Makefile.
329
312
# To change the values of `make' variables: instead of editing Makefiles,
404
387
        mkid -fID $$unique
405
388
tags: TAGS
406
389
 
407
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
390
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
391
                $(TAGS_FILES) $(LISP)
409
392
        set x; \
410
393
        here=`pwd`; \
421
404
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
422
405
          fi; \
423
406
        done; \
424
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425
408
        unique=`for i in $$list; do \
426
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427
410
          done | \
439
422
          fi; \
440
423
        fi
441
424
ctags: CTAGS
442
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
425
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
426
                $(TAGS_FILES) $(LISP)
444
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
427
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445
428
        unique=`for i in $$list; do \
446
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
430
          done | \
538
521
dist-lzma: distdir
539
522
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
540
523
        $(am__remove_distdir)
541
 
 
542
524
dist-xz: distdir
543
525
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
544
526
        $(am__remove_distdir)
557
539
        $(am__remove_distdir)
558
540
 
559
541
dist dist-all: distdir
560
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
542
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
561
543
        $(am__remove_distdir)
562
544
 
563
545
# This target untars the dist file and tries a VPATH configuration.  Then
648
630
               exit 1; } >&2
649
631
check-am: all-am
650
632
check: check-recursive
651
 
all-am: Makefile config.h
 
633
all-am: Makefile
652
634
installdirs: installdirs-recursive
653
635
installdirs-am:
654
636
install: install-recursive
689
671
distclean: distclean-recursive
690
672
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
691
673
        -rm -f Makefile
692
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
674
distclean-am: clean-am distclean-generic distclean-tags
693
675
 
694
676
dvi: dvi-recursive
695
677
 
751
733
 
752
734
uninstall-am:
753
735
 
754
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
755
 
        ctags-recursive install-am install-strip tags-recursive
 
736
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
737
        install-am install-strip tags-recursive
756
738
 
757
739
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
758
740
        all all-am am--refresh check check-am clean clean-generic \
759
741
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
760
742
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
761
 
        distcheck distclean distclean-generic distclean-hdr \
762
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
763
 
        dvi-am html html-am info info-am install install-am \
764
 
        install-data install-data-am install-dvi install-dvi-am \
765
 
        install-exec install-exec-am install-html install-html-am \
766
 
        install-info install-info-am install-man install-pdf \
767
 
        install-pdf-am install-ps install-ps-am install-strip \
768
 
        installcheck installcheck-am installdirs installdirs-am \
769
 
        maintainer-clean maintainer-clean-generic mostlyclean \
770
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
771
 
        uninstall uninstall-am
 
743
        distcheck distclean distclean-generic distclean-tags \
 
744
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
745
        html-am info info-am install install-am install-data \
 
746
        install-data-am install-dvi install-dvi-am install-exec \
 
747
        install-exec-am install-html install-html-am install-info \
 
748
        install-info-am install-man install-pdf install-pdf-am \
 
749
        install-ps install-ps-am install-strip installcheck \
 
750
        installcheck-am installdirs installdirs-am maintainer-clean \
 
751
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
752
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
772
753
 
773
754
 
774
755
# Tell versions [3.59,3.63) of GNU make to not export all variables.