/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: Tim Marston
  • Date: 2014-01-03 12:17:03 UTC
  • Revision ID: tim@ed.am-20140103121703-afwyh7wifde5kidm
added description of return parameter to header

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11 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,'; \
103
105
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
104
106
  done; \
105
107
  reldir="$$dir2"
106
 
DIST_ARCHIVES = $(distdir).tar.gz
 
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@
126
130
CYGPATH_W = @CYGPATH_W@
127
131
DEFS = @DEFS@
128
132
DEPDIR = @DEPDIR@
 
133
DLLTOOL = @DLLTOOL@
129
134
DSYMUTIL = @DSYMUTIL@
130
135
DUMPBIN = @DUMPBIN@
131
136
ECHO_C = @ECHO_C@
150
155
LN_S = @LN_S@
151
156
LTLIBOBJS = @LTLIBOBJS@
152
157
MAKEINFO = @MAKEINFO@
 
158
MANIFEST_TOOL = @MANIFEST_TOOL@
153
159
MKDIR_P = @MKDIR_P@
154
160
NM = @NM@
155
161
NMEDIT = @NMEDIT@
175
181
abs_srcdir = @abs_srcdir@
176
182
abs_top_builddir = @abs_top_builddir@
177
183
abs_top_srcdir = @abs_top_srcdir@
 
184
ac_ct_AR = @ac_ct_AR@
178
185
ac_ct_CC = @ac_ct_CC@
179
186
ac_ct_CXX = @ac_ct_CXX@
180
187
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208
215
libexecdir = @libexecdir@
209
216
localedir = @localedir@
210
217
localstatedir = @localstatedir@
211
 
lt_ECHO = @lt_ECHO@
212
218
mandir = @mandir@
213
219
mkdir_p = @mkdir_p@
214
220
oldincludedir = @oldincludedir@
230
236
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
231
237
 
232
238
.SUFFIXES:
233
 
am--refresh:
 
239
am--refresh: Makefile
234
240
        @:
235
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236
242
        @for dep in $?; do \
266
272
$(am__aclocal_m4_deps):
267
273
 
268
274
config.h: stamp-h1
269
 
        @if test ! -f $@; then \
270
 
          rm -f stamp-h1; \
271
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
272
 
        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
273
277
 
274
278
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
275
279
        @rm -f stamp-h1
298
302
#     (which will cause the Makefiles to be regenerated when you run `make');
299
303
# (2) otherwise, pass the desired values on the `make' command line.
300
304
$(RECURSIVE_TARGETS):
301
 
        @failcom='exit 1'; \
 
305
        @fail= failcom='exit 1'; \
302
306
        for f in x $$MAKEFLAGS; do \
303
307
          case $$f in \
304
308
            *=* | --[!k]*);; \
323
327
        fi; test -z "$$fail"
324
328
 
325
329
$(RECURSIVE_CLEAN_TARGETS):
326
 
        @failcom='exit 1'; \
 
330
        @fail= failcom='exit 1'; \
327
331
        for f in x $$MAKEFLAGS; do \
328
332
          case $$f in \
329
333
            *=* | --[!k]*);; \
487
491
          fi; \
488
492
        done
489
493
        -test -n "$(am__skip_mode_fix)" \
490
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
494
        || find "$(distdir)" -type d ! -perm -755 \
 
495
                -exec chmod u+rwx,go+rx {} \; -o \
491
496
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
492
497
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
493
498
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
497
502
        $(am__remove_distdir)
498
503
 
499
504
dist-bzip2: distdir
500
 
        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
501
510
        $(am__remove_distdir)
502
511
 
503
512
dist-lzma: distdir
504
513
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
505
514
        $(am__remove_distdir)
506
 
 
507
515
dist-xz: distdir
508
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
516
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
509
517
        $(am__remove_distdir)
510
518
 
511
519
dist-tarZ: distdir
523
531
 
524
532
dist dist-all: distdir
525
533
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
534
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
526
535
        $(am__remove_distdir)
527
536
 
528
537
# This target untars the dist file and tries a VPATH configuration.  Then
531
540
distcheck: dist
532
541
        case '$(DIST_ARCHIVES)' in \
533
542
        *.tar.gz*) \
534
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
543
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
535
544
        *.tar.bz2*) \
536
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
545
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
537
546
        *.tar.lzma*) \
538
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
547
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
548
        *.tar.lz*) \
 
549
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
539
550
        *.tar.xz*) \
540
551
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
541
552
        *.tar.Z*) \
542
553
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
543
554
        *.shar.gz*) \
544
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
555
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
545
556
        *.zip*) \
546
557
          unzip $(distdir).zip ;;\
547
558
        esac
555
566
          && am__cwd=`pwd` \
556
567
          && $(am__cd) $(distdir)/_build \
557
568
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
569
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
558
570
            $(DISTCHECK_CONFIGURE_FLAGS) \
559
571
          && $(MAKE) $(AM_MAKEFLAGS) \
560
572
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
583
595
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
584
596
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
585
597
distuninstallcheck:
586
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
587
 
        && 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 \
588
608
           || { echo "ERROR: files left after uninstall:" ; \
589
609
                if test -n "$(DESTDIR)"; then \
590
610
                  echo "  (check DESTDIR support)"; \
615
635
 
616
636
installcheck: installcheck-recursive
617
637
install-strip:
618
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620
 
          `test -z '$(STRIP)' || \
621
 
            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
622
647
mostlyclean-generic:
623
648
 
624
649
clean-generic:
706
731
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
707
732
        all all-am am--refresh check check-am clean clean-generic \
708
733
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
709
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
710
 
        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 \
711
736
        distclean-libtool distclean-tags distcleancheck distdir \
712
737
        distuninstallcheck dvi dvi-am html html-am info info-am \
713
738
        install install-am install-data install-data-am install-dvi \