~cyphermox/ubuntu/trusty/network-manager-openvpn/lp777161

« back to all changes in this revision

Viewing changes to properties/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-06-10 20:00:37 UTC
  • mfrom: (0.1.26)
  • Revision ID: package-import@ubuntu.com-20130610200037-cd8j2rlak3p18ve7
Tags: 0.9.8.2-1ubuntu2
* Sync with Debian. Remaining changes:
  - Recommends: network-manager-openvpn-gnome or
    plasma-widget-networkmanagement.
  - Drop Vcs-* fields.
  - debian/patches/gtk_table_to_gtk_grid.patch: port GtkTable uses in vpn
    password dialog to a GtkGrid.
* Dropped changes:
  - debian/patches/auth_dialog_libexecdir.patch: Applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
 
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
52
53
build_triplet = @build@
53
54
host_triplet = @host@
54
55
subdir = properties
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(top_srcdir)/depcomp
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
58
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
59
59
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
382
382
              exit 1;; \
383
383
          esac; \
384
384
        done; \
385
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu properties/Makefile'; \
 
385
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign properties/Makefile'; \
386
386
        $(am__cd) $(top_srcdir) && \
387
 
          $(AUTOMAKE) --gnu properties/Makefile
 
387
          $(AUTOMAKE) --foreign properties/Makefile
388
388
.PRECIOUS: Makefile
389
389
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390
390
        @case '$?' in \
429
429
 
430
430
clean-pluginLTLIBRARIES:
431
431
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
432
 
        @list='$(plugin_LTLIBRARIES)'; \
433
 
        locs=`for p in $$list; do echo $$p; done | \
434
 
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
435
 
              sort -u`; \
436
 
        test -z "$$locs" || { \
437
 
          echo rm -f $${locs}; \
438
 
          rm -f $${locs}; \
439
 
        }
 
432
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
433
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
434
          test "$$dir" != "$$p" || dir=.; \
 
435
          echo "rm -f \"$${dir}/so_locations\""; \
 
436
          rm -f "$${dir}/so_locations"; \
 
437
        done
440
438
libnm-openvpn-properties.la: $(libnm_openvpn_properties_la_OBJECTS) $(libnm_openvpn_properties_la_DEPENDENCIES) $(EXTRA_libnm_openvpn_properties_la_DEPENDENCIES) 
441
439
        $(libnm_openvpn_properties_la_LINK) -rpath $(plugindir) $(libnm_openvpn_properties_la_OBJECTS) $(libnm_openvpn_properties_la_LIBADD) $(LIBS)
442
440
 
523
521
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
524
522
 
525
523
# This directory's subdirectories are mostly independent; you can cd
526
 
# into them and run 'make' without going through this Makefile.
527
 
# To change the values of 'make' variables: instead of editing Makefiles,
528
 
# (1) if the variable is set in 'config.status', edit 'config.status'
529
 
#     (which will cause the Makefiles to be regenerated when you run 'make');
530
 
# (2) otherwise, pass the desired values on the 'make' command line.
531
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
524
# into them and run `make' without going through this Makefile.
 
525
# To change the values of `make' variables: instead of editing Makefiles,
 
526
# (1) if the variable is set in `config.status', edit `config.status'
 
527
#     (which will cause the Makefiles to be regenerated when you run `make');
 
528
# (2) otherwise, pass the desired values on the `make' command line.
 
529
$(RECURSIVE_TARGETS):
532
530
        @fail= failcom='exit 1'; \
533
531
        for f in x $$MAKEFLAGS; do \
534
532
          case $$f in \
538
536
        done; \
539
537
        dot_seen=no; \
540
538
        target=`echo $@ | sed s/-recursive//`; \
541
 
        case "$@" in \
542
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543
 
          *) list='$(SUBDIRS)' ;; \
544
 
        esac; \
545
 
        for subdir in $$list; do \
 
539
        list='$(SUBDIRS)'; for subdir in $$list; do \
546
540
          echo "Making $$target in $$subdir"; \
547
541
          if test "$$subdir" = "."; then \
548
542
            dot_seen=yes; \
556
550
        if test "$$dot_seen" = "no"; then \
557
551
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
558
552
        fi; test -z "$$fail"
 
553
 
 
554
$(RECURSIVE_CLEAN_TARGETS):
 
555
        @fail= failcom='exit 1'; \
 
556
        for f in x $$MAKEFLAGS; do \
 
557
          case $$f in \
 
558
            *=* | --[!k]*);; \
 
559
            *k*) failcom='fail=yes';; \
 
560
          esac; \
 
561
        done; \
 
562
        dot_seen=no; \
 
563
        case "$@" in \
 
564
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
565
          *) list='$(SUBDIRS)' ;; \
 
566
        esac; \
 
567
        rev=''; for subdir in $$list; do \
 
568
          if test "$$subdir" = "."; then :; else \
 
569
            rev="$$subdir $$rev"; \
 
570
          fi; \
 
571
        done; \
 
572
        rev="$$rev ."; \
 
573
        target=`echo $@ | sed s/-recursive//`; \
 
574
        for subdir in $$rev; do \
 
575
          echo "Making $$target in $$subdir"; \
 
576
          if test "$$subdir" = "."; then \
 
577
            local_target="$$target-am"; \
 
578
          else \
 
579
            local_target="$$target"; \
 
580
          fi; \
 
581
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
582
          || eval $$failcom; \
 
583
        done && test -z "$$fail"
559
584
tags-recursive:
560
585
        list='$(SUBDIRS)'; for subdir in $$list; do \
561
586
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
564
589
        list='$(SUBDIRS)'; for subdir in $$list; do \
565
590
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
566
591
        done
567
 
cscopelist-recursive:
568
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
569
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
570
 
        done
571
592
 
572
593
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
573
594
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
631
652
          && $(am__cd) $(top_srcdir) \
632
653
          && gtags -i $(GTAGS_ARGS) "$$here"
633
654
 
634
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
635
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
636
 
        case "$(srcdir)" in \
637
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
638
 
          *) sdir=$(subdir)/$(srcdir) ;; \
639
 
        esac; \
640
 
        for i in $$list; do \
641
 
          if test -f "$$i"; then \
642
 
            echo "$(subdir)/$$i"; \
643
 
          else \
644
 
            echo "$$sdir/$$i"; \
645
 
          fi; \
646
 
        done >> $(top_builddir)/cscope.files
647
 
 
648
655
distclean-tags:
649
656
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
650
657
 
813
820
 
814
821
uninstall-am: uninstall-pluginLTLIBRARIES uninstall-uiDATA
815
822
 
816
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
817
 
        cscopelist-recursive ctags-recursive install-am install-strip \
818
 
        tags-recursive
 
823
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
824
        install-am install-strip tags-recursive
819
825
 
820
826
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
821
827
        all all-am check check-am clean clean-generic clean-libtool \
822
 
        clean-pluginLTLIBRARIES cscopelist cscopelist-recursive ctags \
823
 
        ctags-recursive distclean distclean-compile distclean-generic \
824
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
825
 
        html-am info info-am install install-am install-data \
826
 
        install-data-am install-dvi install-dvi-am install-exec \
827
 
        install-exec-am install-html install-html-am install-info \
828
 
        install-info-am install-man install-pdf install-pdf-am \
829
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
830
 
        install-strip install-uiDATA installcheck installcheck-am \
831
 
        installdirs installdirs-am maintainer-clean \
832
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
833
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
834
 
        tags tags-recursive uninstall uninstall-am \
 
828
        clean-pluginLTLIBRARIES ctags ctags-recursive distclean \
 
829
        distclean-compile distclean-generic distclean-libtool \
 
830
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
831
        install install-am install-data install-data-am install-dvi \
 
832
        install-dvi-am install-exec install-exec-am install-html \
 
833
        install-html-am install-info install-info-am install-man \
 
834
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
835
        install-ps install-ps-am install-strip install-uiDATA \
 
836
        installcheck installcheck-am installdirs installdirs-am \
 
837
        maintainer-clean maintainer-clean-generic mostlyclean \
 
838
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
839
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
835
840
        uninstall-pluginLTLIBRARIES uninstall-uiDATA
836
841
 
837
842