/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:51:11 UTC
  • Revision ID: tim@ed.am-20120423185111-0i7uc3yu6u5nhgkm
changed version to 0.2dev

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.
38
38
subdir = .
39
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41
 
        $(top_srcdir)/configure COPYING COPYING.LESSER \
 
41
        $(top_srcdir)/configure COPYING COPYING.LESSER NEWS TODO \
42
42
        build-aux/config.guess build-aux/config.sub build-aux/depcomp \
43
43
        build-aux/install-sh build-aux/ltmain.sh build-aux/missing
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
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@
144
149
LDFLAGS = @LDFLAGS@
145
150
LIBOBJS = @LIBOBJS@
146
151
LIBS = @LIBS@
 
152
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
147
153
LIBTOOL = @LIBTOOL@
148
154
LIPO = @LIPO@
149
155
LN_S = @LN_S@
150
156
LTLIBOBJS = @LTLIBOBJS@
151
157
MAKEINFO = @MAKEINFO@
 
158
MANIFEST_TOOL = @MANIFEST_TOOL@
152
159
MKDIR_P = @MKDIR_P@
153
160
NM = @NM@
154
161
NMEDIT = @NMEDIT@
174
181
abs_srcdir = @abs_srcdir@
175
182
abs_top_builddir = @abs_top_builddir@
176
183
abs_top_srcdir = @abs_top_srcdir@
 
184
ac_ct_AR = @ac_ct_AR@
177
185
ac_ct_CC = @ac_ct_CC@
178
186
ac_ct_CXX = @ac_ct_CXX@
179
187
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207
215
libexecdir = @libexecdir@
208
216
localedir = @localedir@
209
217
localstatedir = @localstatedir@
210
 
lt_ECHO = @lt_ECHO@
211
218
mandir = @mandir@
212
219
mkdir_p = @mkdir_p@
213
220
oldincludedir = @oldincludedir@
223
230
top_build_prefix = @top_build_prefix@
224
231
top_builddir = @top_builddir@
225
232
top_srcdir = @top_srcdir@
226
 
SUBDIRS = src test
 
233
SUBDIRS = src include test
227
234
ACLOCAL_AMFLAGS = -I m4
228
235
all: config.h
229
236
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
230
237
 
231
238
.SUFFIXES:
232
 
am--refresh:
 
239
am--refresh: Makefile
233
240
        @:
234
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
235
242
        @for dep in $?; do \
265
272
$(am__aclocal_m4_deps):
266
273
 
267
274
config.h: stamp-h1
268
 
        @if test ! -f $@; then \
269
 
          rm -f stamp-h1; \
270
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
271
 
        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
272
277
 
273
278
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
274
279
        @rm -f stamp-h1
297
302
#     (which will cause the Makefiles to be regenerated when you run `make');
298
303
# (2) otherwise, pass the desired values on the `make' command line.
299
304
$(RECURSIVE_TARGETS):
300
 
        @failcom='exit 1'; \
 
305
        @fail= failcom='exit 1'; \
301
306
        for f in x $$MAKEFLAGS; do \
302
307
          case $$f in \
303
308
            *=* | --[!k]*);; \
322
327
        fi; test -z "$$fail"
323
328
 
324
329
$(RECURSIVE_CLEAN_TARGETS):
325
 
        @failcom='exit 1'; \
 
330
        @fail= failcom='exit 1'; \
326
331
        for f in x $$MAKEFLAGS; do \
327
332
          case $$f in \
328
333
            *=* | --[!k]*);; \
486
491
          fi; \
487
492
        done
488
493
        -test -n "$(am__skip_mode_fix)" \
489
 
        || 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 \
490
496
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
491
497
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
492
498
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
496
502
        $(am__remove_distdir)
497
503
 
498
504
dist-bzip2: distdir
499
 
        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
500
510
        $(am__remove_distdir)
501
511
 
502
512
dist-lzma: distdir
503
513
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
504
514
        $(am__remove_distdir)
505
 
 
506
515
dist-xz: distdir
507
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
516
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
508
517
        $(am__remove_distdir)
509
518
 
510
519
dist-tarZ: distdir
522
531
 
523
532
dist dist-all: distdir
524
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
525
535
        $(am__remove_distdir)
526
536
 
527
537
# This target untars the dist file and tries a VPATH configuration.  Then
530
540
distcheck: dist
531
541
        case '$(DIST_ARCHIVES)' in \
532
542
        *.tar.gz*) \
533
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
543
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
534
544
        *.tar.bz2*) \
535
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
545
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
536
546
        *.tar.lzma*) \
537
 
          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) ;;\
538
550
        *.tar.xz*) \
539
551
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
540
552
        *.tar.Z*) \
541
553
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
542
554
        *.shar.gz*) \
543
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
555
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
544
556
        *.zip*) \
545
557
          unzip $(distdir).zip ;;\
546
558
        esac
554
566
          && am__cwd=`pwd` \
555
567
          && $(am__cd) $(distdir)/_build \
556
568
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
569
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
557
570
            $(DISTCHECK_CONFIGURE_FLAGS) \
558
571
          && $(MAKE) $(AM_MAKEFLAGS) \
559
572
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
582
595
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
583
596
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
584
597
distuninstallcheck:
585
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
586
 
        && 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 \
587
608
           || { echo "ERROR: files left after uninstall:" ; \
588
609
                if test -n "$(DESTDIR)"; then \
589
610
                  echo "  (check DESTDIR support)"; \
614
635
 
615
636
installcheck: installcheck-recursive
616
637
install-strip:
617
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619
 
          `test -z '$(STRIP)' || \
620
 
            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
621
647
mostlyclean-generic:
622
648
 
623
649
clean-generic:
705
731
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706
732
        all all-am am--refresh check check-am clean clean-generic \
707
733
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
708
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
709
 
        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 \
710
736
        distclean-libtool distclean-tags distcleancheck distdir \
711
737
        distuninstallcheck dvi dvi-am html html-am info info-am \
712
738
        install install-am install-data install-data-am install-dvi \