/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: edam
  • Date: 2012-04-23 18:41:32 UTC
  • Revision ID: tim@ed.am-20120423184132-uuicu56b79w0xxdp
updated autotools

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
75
75
distdir = $(PACKAGE)-$(VERSION)
76
76
top_distdir = $(distdir)
77
77
am__remove_distdir = \
78
 
  { test ! -d "$(distdir)" \
79
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr "$(distdir)"; }; }
 
78
  if test -d "$(distdir)"; then \
 
79
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
      && rm -rf "$(distdir)" \
 
81
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
82
  else :; fi
81
83
am__relativize = \
82
84
  dir0=`pwd`; \
83
85
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106
108
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
107
109
GZIP_ENV = --best
108
110
distuninstallcheck_listfiles = find . -type f -print
 
111
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
112
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
109
113
distcleancheck_listfiles = find . -type f -print
110
114
ACLOCAL = @ACLOCAL@
111
115
AMTAR = @AMTAR@
232
236
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
233
237
 
234
238
.SUFFIXES:
235
 
am--refresh:
 
239
am--refresh: Makefile
236
240
        @:
237
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
238
242
        @for dep in $?; do \
268
272
$(am__aclocal_m4_deps):
269
273
 
270
274
config.h: stamp-h1
271
 
        @if test ! -f $@; then \
272
 
          rm -f stamp-h1; \
273
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
274
 
        else :; fi
 
275
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
276
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
275
277
 
276
278
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
277
279
        @rm -f stamp-h1
500
502
        $(am__remove_distdir)
501
503
 
502
504
dist-bzip2: distdir
503
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
505
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
506
        $(am__remove_distdir)
 
507
 
 
508
dist-lzip: distdir
 
509
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
504
510
        $(am__remove_distdir)
505
511
 
506
512
dist-lzma: distdir
507
513
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
508
514
        $(am__remove_distdir)
509
515
dist-xz: distdir
510
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
516
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
511
517
        $(am__remove_distdir)
512
518
 
513
519
dist-tarZ: distdir
525
531
 
526
532
dist dist-all: distdir
527
533
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
534
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
529
535
        $(am__remove_distdir)
530
536
 
531
537
# This target untars the dist file and tries a VPATH configuration.  Then
539
545
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
540
546
        *.tar.lzma*) \
541
547
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
548
        *.tar.lz*) \
 
549
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
542
550
        *.tar.xz*) \
543
551
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
544
552
        *.tar.Z*) \
558
566
          && am__cwd=`pwd` \
559
567
          && $(am__cd) $(distdir)/_build \
560
568
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
569
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
561
570
            $(DISTCHECK_CONFIGURE_FLAGS) \
562
571
          && $(MAKE) $(AM_MAKEFLAGS) \
563
572
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
586
595
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
587
596
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
588
597
distuninstallcheck:
589
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
590
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
598
        @test -n '$(distuninstallcheck_dir)' || { \
 
599
          echo 'ERROR: trying to run $@ with an empty' \
 
600
               '$$(distuninstallcheck_dir)' >&2; \
 
601
          exit 1; \
 
602
        }; \
 
603
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
604
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
605
          exit 1; \
 
606
        }; \
 
607
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
591
608
           || { echo "ERROR: files left after uninstall:" ; \
592
609
                if test -n "$(DESTDIR)"; then \
593
610
                  echo "  (check DESTDIR support)"; \
618
635
 
619
636
installcheck: installcheck-recursive
620
637
install-strip:
621
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623
 
          `test -z '$(STRIP)' || \
624
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
638
        if test -z '$(STRIP)'; then \
 
639
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
640
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
641
              install; \
 
642
        else \
 
643
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
644
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
645
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
646
        fi
625
647
mostlyclean-generic:
626
648
 
627
649
clean-generic:
709
731
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
710
732
        all all-am am--refresh check check-am clean clean-generic \
711
733
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
712
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
713
 
        distcheck distclean distclean-generic distclean-hdr \
 
734
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
735
        dist-zip distcheck distclean distclean-generic distclean-hdr \
714
736
        distclean-libtool distclean-tags distcleancheck distdir \
715
737
        distuninstallcheck dvi dvi-am html html-am info info-am \
716
738
        install install-am install-data install-data-am install-dvi \