/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-01-23 20:00:05 UTC
  • Revision ID: edam@waxworlds.org-20120123200005-038div0hpe78if8e
update TODO

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.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
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
103
103
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
104
104
  done; \
105
105
  reldir="$$dir2"
106
 
DIST_ARCHIVES = $(distdir).tar.gz
 
106
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
107
107
GZIP_ENV = --best
108
108
distuninstallcheck_listfiles = find . -type f -print
109
109
distcleancheck_listfiles = find . -type f -print
126
126
CYGPATH_W = @CYGPATH_W@
127
127
DEFS = @DEFS@
128
128
DEPDIR = @DEPDIR@
 
129
DLLTOOL = @DLLTOOL@
129
130
DSYMUTIL = @DSYMUTIL@
130
131
DUMPBIN = @DUMPBIN@
131
132
ECHO_C = @ECHO_C@
144
145
LDFLAGS = @LDFLAGS@
145
146
LIBOBJS = @LIBOBJS@
146
147
LIBS = @LIBS@
 
148
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
147
149
LIBTOOL = @LIBTOOL@
148
150
LIPO = @LIPO@
149
151
LN_S = @LN_S@
150
152
LTLIBOBJS = @LTLIBOBJS@
151
153
MAKEINFO = @MAKEINFO@
 
154
MANIFEST_TOOL = @MANIFEST_TOOL@
152
155
MKDIR_P = @MKDIR_P@
153
156
NM = @NM@
154
157
NMEDIT = @NMEDIT@
174
177
abs_srcdir = @abs_srcdir@
175
178
abs_top_builddir = @abs_top_builddir@
176
179
abs_top_srcdir = @abs_top_srcdir@
 
180
ac_ct_AR = @ac_ct_AR@
177
181
ac_ct_CC = @ac_ct_CC@
178
182
ac_ct_CXX = @ac_ct_CXX@
179
183
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207
211
libexecdir = @libexecdir@
208
212
localedir = @localedir@
209
213
localstatedir = @localstatedir@
210
 
lt_ECHO = @lt_ECHO@
211
214
mandir = @mandir@
212
215
mkdir_p = @mkdir_p@
213
216
oldincludedir = @oldincludedir@
223
226
top_build_prefix = @top_build_prefix@
224
227
top_builddir = @top_builddir@
225
228
top_srcdir = @top_srcdir@
226
 
SUBDIRS = src test
 
229
SUBDIRS = src include test
227
230
ACLOCAL_AMFLAGS = -I m4
228
231
all: config.h
229
232
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
297
300
#     (which will cause the Makefiles to be regenerated when you run `make');
298
301
# (2) otherwise, pass the desired values on the `make' command line.
299
302
$(RECURSIVE_TARGETS):
300
 
        @failcom='exit 1'; \
 
303
        @fail= failcom='exit 1'; \
301
304
        for f in x $$MAKEFLAGS; do \
302
305
          case $$f in \
303
306
            *=* | --[!k]*);; \
322
325
        fi; test -z "$$fail"
323
326
 
324
327
$(RECURSIVE_CLEAN_TARGETS):
325
 
        @failcom='exit 1'; \
 
328
        @fail= failcom='exit 1'; \
326
329
        for f in x $$MAKEFLAGS; do \
327
330
          case $$f in \
328
331
            *=* | --[!k]*);; \
486
489
          fi; \
487
490
        done
488
491
        -test -n "$(am__skip_mode_fix)" \
489
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
492
        || find "$(distdir)" -type d ! -perm -755 \
 
493
                -exec chmod u+rwx,go+rx {} \; -o \
490
494
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
491
495
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
492
496
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502
506
dist-lzma: distdir
503
507
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
504
508
        $(am__remove_distdir)
505
 
 
506
509
dist-xz: distdir
507
510
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
508
511
        $(am__remove_distdir)
522
525
 
523
526
dist dist-all: distdir
524
527
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
528
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
525
529
        $(am__remove_distdir)
526
530
 
527
531
# This target untars the dist file and tries a VPATH configuration.  Then
530
534
distcheck: dist
531
535
        case '$(DIST_ARCHIVES)' in \
532
536
        *.tar.gz*) \
533
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
537
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
534
538
        *.tar.bz2*) \
535
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
539
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
536
540
        *.tar.lzma*) \
537
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
541
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
538
542
        *.tar.xz*) \
539
543
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
540
544
        *.tar.Z*) \
541
545
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
542
546
        *.shar.gz*) \
543
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
547
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
544
548
        *.zip*) \
545
549
          unzip $(distdir).zip ;;\
546
550
        esac