/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: 2011-12-05 19:44:14 UTC
  • Revision ID: edam@waxworlds.org-20111205194414-mj9yzdnf8h5kzhmp
updaed TODO, fixed a comment

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.1 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.
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@
155
150
LN_S = @LN_S@
156
151
LTLIBOBJS = @LTLIBOBJS@
157
152
MAKEINFO = @MAKEINFO@
158
 
MANIFEST_TOOL = @MANIFEST_TOOL@
159
153
MKDIR_P = @MKDIR_P@
160
154
NM = @NM@
161
155
NMEDIT = @NMEDIT@
181
175
abs_srcdir = @abs_srcdir@
182
176
abs_top_builddir = @abs_top_builddir@
183
177
abs_top_srcdir = @abs_top_srcdir@
184
 
ac_ct_AR = @ac_ct_AR@
185
178
ac_ct_CC = @ac_ct_CC@
186
179
ac_ct_CXX = @ac_ct_CXX@
187
180
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
208
libexecdir = @libexecdir@
216
209
localedir = @localedir@
217
210
localstatedir = @localstatedir@
 
211
lt_ECHO = @lt_ECHO@
218
212
mandir = @mandir@
219
213
mkdir_p = @mkdir_p@
220
214
oldincludedir = @oldincludedir@
236
230
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
237
231
 
238
232
.SUFFIXES:
239
 
am--refresh: Makefile
 
233
am--refresh:
240
234
        @:
241
235
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242
236
        @for dep in $?; do \
272
266
$(am__aclocal_m4_deps):
273
267
 
274
268
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
 
269
        @if test ! -f $@; then \
 
270
          rm -f stamp-h1; \
 
271
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
272
        else :; fi
277
273
 
278
274
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
279
275
        @rm -f stamp-h1
502
498
        $(am__remove_distdir)
503
499
 
504
500
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
 
501
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
510
502
        $(am__remove_distdir)
511
503
 
512
504
dist-lzma: distdir
513
505
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
514
506
        $(am__remove_distdir)
 
507
 
515
508
dist-xz: distdir
516
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
509
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
517
510
        $(am__remove_distdir)
518
511
 
519
512
dist-tarZ: distdir
531
524
 
532
525
dist dist-all: distdir
533
526
        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
527
        $(am__remove_distdir)
536
528
 
537
529
# This target untars the dist file and tries a VPATH configuration.  Then
545
537
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
546
538
        *.tar.lzma*) \
547
539
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
548
 
        *.tar.lz*) \
549
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
550
540
        *.tar.xz*) \
551
541
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
552
542
        *.tar.Z*) \
566
556
          && am__cwd=`pwd` \
567
557
          && $(am__cd) $(distdir)/_build \
568
558
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
569
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
570
559
            $(DISTCHECK_CONFIGURE_FLAGS) \
571
560
          && $(MAKE) $(AM_MAKEFLAGS) \
572
561
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
595
584
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
596
585
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
597
586
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 \
 
587
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
588
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
608
589
           || { echo "ERROR: files left after uninstall:" ; \
609
590
                if test -n "$(DESTDIR)"; then \
610
591
                  echo "  (check DESTDIR support)"; \
635
616
 
636
617
installcheck: installcheck-recursive
637
618
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
 
619
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
620
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
621
          `test -z '$(STRIP)' || \
 
622
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647
623
mostlyclean-generic:
648
624
 
649
625
clean-generic:
731
707
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
732
708
        all all-am am--refresh check check-am clean clean-generic \
733
709
        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 \
 
710
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
711
        distcheck distclean distclean-generic distclean-hdr \
736
712
        distclean-libtool distclean-tags distcleancheck distdir \
737
713
        distuninstallcheck dvi dvi-am html html-am info info-am \
738
714
        install install-am install-data install-data-am install-dvi \