~ubuntu-branches/debian/sid/libaqbanking/sid

« back to all changes in this revision

Viewing changes to src/plugins/imexporters/yellownet/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2014-01-26 22:24:43 UTC
  • mfrom: (1.3.33)
  • Revision ID: package-import@ubuntu.com-20140126222443-2j01p6o4zrnqlq2q
Tags: 5.3.5beta-1
* New upstream release
  - requires libgwenhywfar 4.10 to build (build-deps adapted).
* The Gwenhywfar swift and dtaus parser plugins were moved from package
  libaqbanking-plugins-libgwenhywfar60 to package libaqbanking34-plugins.
  Hence dropping now obsolete package libaqbanking-plugins-libgwenhywfar60.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
host_triplet = @host@
56
56
subdir = src/plugins/imexporters/yellownet
57
57
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
58
 
        $(srcdir)/Makefile.in $(srcdir)/ressource.rc.in \
59
 
        $(srcdir)/yellownet.xml.in
 
58
        $(srcdir)/Makefile.in $(srcdir)/yellownet.xml.in
60
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
60
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \
62
61
        $(top_srcdir)/m4/as-scrub-include.m4 \
69
68
        $(ACLOCAL_M4)
70
69
mkinstalldirs = $(install_sh) -d
71
70
CONFIG_HEADER = $(top_builddir)/config.h
72
 
CONFIG_CLEAN_FILES = yellownet.xml ressource.rc
 
71
CONFIG_CLEAN_FILES = yellownet.xml
73
72
CONFIG_CLEAN_VPATH_FILES =
74
73
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
74
am__vpath_adj = case $$p in \
479
478
$(am__aclocal_m4_deps):
480
479
yellownet.xml: $(top_builddir)/config.status $(srcdir)/yellownet.xml.in
481
480
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
482
 
ressource.rc: $(top_builddir)/config.status $(srcdir)/ressource.rc.in
483
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
484
481
install-imexporterpluginLTLIBRARIES: $(imexporterplugin_LTLIBRARIES)
485
482
        @$(NORMAL_INSTALL)
486
483
        @list='$(imexporterplugin_LTLIBRARIES)'; test -n "$(imexporterplugindir)" || list=; \