~ubuntu-branches/ubuntu/precise/strongswan/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-10-18 10:19:52 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101018101952-zqd04yd4jvls81mj
Tags: 4.4.1-5ubuntu1
* Merge from debian unstable. Remaining change
  - Build depend on libnm-glib-dev instead of libnm-glib-vpn-dev to
    match the network manager package naming in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
267
267
SUBDIRS = src testing $(am__append_1)
268
268
ACLOCAL_AMFLAGS = -I m4/config
269
269
EXTRA_DIST = Doxyfile.in CREDITS Android.mk.in Android.mk
270
 
CLEANFILES = apidoc Doxyfile
 
270
CLEANFILES = Doxyfile
271
271
BUILT_SOURCES = Android.mk
272
272
MAINTAINERCLEANFILES = Android.mk
273
273
all: $(BUILT_SOURCES)
327
327
#     (which will cause the Makefiles to be regenerated when you run `make');
328
328
# (2) otherwise, pass the desired values on the `make' command line.
329
329
$(RECURSIVE_TARGETS):
330
 
        @failcom='exit 1'; \
 
330
        @fail= failcom='exit 1'; \
331
331
        for f in x $$MAKEFLAGS; do \
332
332
          case $$f in \
333
333
            *=* | --[!k]*);; \
352
352
        fi; test -z "$$fail"
353
353
 
354
354
$(RECURSIVE_CLEAN_TARGETS):
355
 
        @failcom='exit 1'; \
 
355
        @fail= failcom='exit 1'; \
356
356
        for f in x $$MAKEFLAGS; do \
357
357
          case $$f in \
358
358
            *=* | --[!k]*);; \
516
516
          fi; \
517
517
        done
518
518
        -test -n "$(am__skip_mode_fix)" \
519
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
519
        || find "$(distdir)" -type d ! -perm -755 \
 
520
                -exec chmod u+rwx,go+rx {} \; -o \
520
521
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
521
522
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
522
523
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
560
561
distcheck: dist
561
562
        case '$(DIST_ARCHIVES)' in \
562
563
        *.tar.gz*) \
563
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
564
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
564
565
        *.tar.bz2*) \
565
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
566
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
566
567
        *.tar.lzma*) \
567
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
568
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
568
569
        *.tar.xz*) \
569
570
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
570
571
        *.tar.Z*) \
571
572
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
572
573
        *.shar.gz*) \
573
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
574
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
574
575
        *.zip*) \
575
576
          unzip $(distdir).zip ;;\
576
577
        esac
666
667
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
667
668
clean: clean-recursive
668
669
 
669
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
670
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
670
671
 
671
672
distclean: distclean-recursive
672
673
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740
741
 
741
742
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
742
743
        all all-am am--refresh check check-am clean clean-generic \
743
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
744
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
745
 
        distcheck distclean distclean-generic distclean-libtool \
746
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
747
 
        dvi-am html html-am info info-am install install-am \
748
 
        install-data install-data-am install-dvi install-dvi-am \
749
 
        install-exec install-exec-am install-html install-html-am \
750
 
        install-info install-info-am install-man install-pdf \
751
 
        install-pdf-am install-ps install-ps-am install-strip \
752
 
        installcheck installcheck-am installdirs installdirs-am \
753
 
        maintainer-clean maintainer-clean-generic mostlyclean \
754
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
755
 
        tags tags-recursive uninstall uninstall-am
 
744
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
 
745
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
 
746
        dist-zip distcheck distclean distclean-generic \
 
747
        distclean-libtool distclean-tags distcleancheck distdir \
 
748
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
749
        install install-am install-data install-data-am install-dvi \
 
750
        install-dvi-am install-exec install-exec-am install-html \
 
751
        install-html-am install-info install-info-am install-man \
 
752
        install-pdf install-pdf-am install-ps install-ps-am \
 
753
        install-strip installcheck installcheck-am installdirs \
 
754
        installdirs-am maintainer-clean maintainer-clean-generic \
 
755
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
756
        ps ps-am tags tags-recursive uninstall uninstall-am
756
757
 
757
758
 
758
759
Android.mk :    Android.mk.in configure.in
770
771
apidoc :        Doxyfile
771
772
                doxygen
772
773
 
 
774
clean-local:
 
775
                rm -rf apidoc
 
776
 
773
777
# Tell versions [3.59,3.63) of GNU make to not export all variables.
774
778
# Otherwise a system limit (for SysV at least) may be exceeded.
775
779
.NOEXPORT: