/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: 2010-02-07 15:28:23 UTC
  • Revision ID: edam@waxworlds.org-20100207152823-42k206h6gwy7vla4
- fixed .am files so the library gets built!

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# 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 NEWS TODO \
 
41
        $(top_srcdir)/configure COPYING COPYING.LESSER 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
 
  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
 
78
  { test ! -d "$(distdir)" \
 
79
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
         && rm -fr "$(distdir)"; }; }
83
81
am__relativize = \
84
82
  dir0=`pwd`; \
85
83
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105
103
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
106
104
  done; \
107
105
  reldir="$$dir2"
108
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 
106
DIST_ARCHIVES = $(distdir).tar.gz
109
107
GZIP_ENV = --best
110
108
distuninstallcheck_listfiles = find . -type f -print
111
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
112
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
113
109
distcleancheck_listfiles = find . -type f -print
114
110
ACLOCAL = @ACLOCAL@
115
111
AMTAR = @AMTAR@
130
126
CYGPATH_W = @CYGPATH_W@
131
127
DEFS = @DEFS@
132
128
DEPDIR = @DEPDIR@
133
 
DLLTOOL = @DLLTOOL@
134
129
DSYMUTIL = @DSYMUTIL@
135
130
DUMPBIN = @DUMPBIN@
136
131
ECHO_C = @ECHO_C@
149
144
LDFLAGS = @LDFLAGS@
150
145
LIBOBJS = @LIBOBJS@
151
146
LIBS = @LIBS@
152
 
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
153
147
LIBTOOL = @LIBTOOL@
154
148
LIPO = @LIPO@
155
149
LN_S = @LN_S@
156
150
LTLIBOBJS = @LTLIBOBJS@
157
151
MAKEINFO = @MAKEINFO@
158
 
MANIFEST_TOOL = @MANIFEST_TOOL@
159
152
MKDIR_P = @MKDIR_P@
160
153
NM = @NM@
161
154
NMEDIT = @NMEDIT@
181
174
abs_srcdir = @abs_srcdir@
182
175
abs_top_builddir = @abs_top_builddir@
183
176
abs_top_srcdir = @abs_top_srcdir@
184
 
ac_ct_AR = @ac_ct_AR@
185
177
ac_ct_CC = @ac_ct_CC@
186
178
ac_ct_CXX = @ac_ct_CXX@
187
179
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
207
libexecdir = @libexecdir@
216
208
localedir = @localedir@
217
209
localstatedir = @localstatedir@
 
210
lt_ECHO = @lt_ECHO@
218
211
mandir = @mandir@
219
212
mkdir_p = @mkdir_p@
220
213
oldincludedir = @oldincludedir@
230
223
top_build_prefix = @top_build_prefix@
231
224
top_builddir = @top_builddir@
232
225
top_srcdir = @top_srcdir@
233
 
SUBDIRS = src include test
 
226
SUBDIRS = src test
234
227
ACLOCAL_AMFLAGS = -I m4
235
228
all: config.h
236
229
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
237
230
 
238
231
.SUFFIXES:
239
 
am--refresh: Makefile
 
232
am--refresh:
240
233
        @:
241
234
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242
235
        @for dep in $?; do \
272
265
$(am__aclocal_m4_deps):
273
266
 
274
267
config.h: stamp-h1
275
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
276
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
268
        @if test ! -f $@; then \
 
269
          rm -f stamp-h1; \
 
270
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
271
        else :; fi
277
272
 
278
273
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
279
274
        @rm -f stamp-h1
302
297
#     (which will cause the Makefiles to be regenerated when you run `make');
303
298
# (2) otherwise, pass the desired values on the `make' command line.
304
299
$(RECURSIVE_TARGETS):
305
 
        @fail= failcom='exit 1'; \
 
300
        @failcom='exit 1'; \
306
301
        for f in x $$MAKEFLAGS; do \
307
302
          case $$f in \
308
303
            *=* | --[!k]*);; \
327
322
        fi; test -z "$$fail"
328
323
 
329
324
$(RECURSIVE_CLEAN_TARGETS):
330
 
        @fail= failcom='exit 1'; \
 
325
        @failcom='exit 1'; \
331
326
        for f in x $$MAKEFLAGS; do \
332
327
          case $$f in \
333
328
            *=* | --[!k]*);; \
491
486
          fi; \
492
487
        done
493
488
        -test -n "$(am__skip_mode_fix)" \
494
 
        || find "$(distdir)" -type d ! -perm -755 \
495
 
                -exec chmod u+rwx,go+rx {} \; -o \
 
489
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496
490
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497
491
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498
492
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502
496
        $(am__remove_distdir)
503
497
 
504
498
dist-bzip2: distdir
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
 
499
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
510
500
        $(am__remove_distdir)
511
501
 
512
502
dist-lzma: distdir
513
503
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
514
504
        $(am__remove_distdir)
 
505
 
515
506
dist-xz: distdir
516
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
507
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
517
508
        $(am__remove_distdir)
518
509
 
519
510
dist-tarZ: distdir
531
522
 
532
523
dist dist-all: distdir
533
524
        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
535
525
        $(am__remove_distdir)
536
526
 
537
527
# This target untars the dist file and tries a VPATH configuration.  Then
540
530
distcheck: dist
541
531
        case '$(DIST_ARCHIVES)' in \
542
532
        *.tar.gz*) \
543
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
533
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
544
534
        *.tar.bz2*) \
545
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
535
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
546
536
        *.tar.lzma*) \
547
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
548
 
        *.tar.lz*) \
549
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
537
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
550
538
        *.tar.xz*) \
551
539
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
552
540
        *.tar.Z*) \
553
541
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
554
542
        *.shar.gz*) \
555
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
543
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
556
544
        *.zip*) \
557
545
          unzip $(distdir).zip ;;\
558
546
        esac
566
554
          && am__cwd=`pwd` \
567
555
          && $(am__cd) $(distdir)/_build \
568
556
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
569
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
570
557
            $(DISTCHECK_CONFIGURE_FLAGS) \
571
558
          && $(MAKE) $(AM_MAKEFLAGS) \
572
559
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
595
582
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
596
583
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
597
584
distuninstallcheck:
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 \
 
585
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
586
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
608
587
           || { echo "ERROR: files left after uninstall:" ; \
609
588
                if test -n "$(DESTDIR)"; then \
610
589
                  echo "  (check DESTDIR support)"; \
635
614
 
636
615
installcheck: installcheck-recursive
637
616
install-strip:
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
 
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
647
621
mostlyclean-generic:
648
622
 
649
623
clean-generic:
731
705
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
732
706
        all all-am am--refresh check check-am clean clean-generic \
733
707
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
734
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
735
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
708
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
709
        distcheck distclean distclean-generic distclean-hdr \
736
710
        distclean-libtool distclean-tags distcleancheck distdir \
737
711
        distuninstallcheck dvi dvi-am html html-am info info-am \
738
712
        install install-am install-data install-data-am install-dvi \