~ubuntu-branches/ubuntu/vivid/simple-scan/vivid

« back to all changes in this revision

Viewing changes to data/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:
56
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
57
        $(ACLOCAL_M4)
58
58
mkinstalldirs = $(install_sh) -d
59
 
CONFIG_HEADER = $(top_builddir)/config.h
60
59
CONFIG_CLEAN_FILES =
61
60
CONFIG_CLEAN_VPATH_FILES =
62
61
AM_V_GEN = $(am__v_GEN_@AM_V@)
295
294
              exit 1;; \
296
295
          esac; \
297
296
        done; \
298
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
297
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \
299
298
        $(am__cd) $(top_srcdir) && \
300
 
          $(AUTOMAKE) --gnu data/Makefile
 
299
          $(AUTOMAKE) --foreign data/Makefile
301
300
.PRECIOUS: Makefile
302
301
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
302
        @case '$?' in \