/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to include/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.
73
73
am__base_list = \
74
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
 
am__uninstall_files_from_dir = { \
77
 
  test -z "$$files" \
78
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
79
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
80
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
81
 
  }
82
76
am__installdirs = "$(DESTDIR)$(includedir)"
83
77
HEADERS = $(nobase_include_HEADERS)
84
78
ETAGS = etags
103
97
CYGPATH_W = @CYGPATH_W@
104
98
DEFS = @DEFS@
105
99
DEPDIR = @DEPDIR@
106
 
DLLTOOL = @DLLTOOL@
107
100
DSYMUTIL = @DSYMUTIL@
108
101
DUMPBIN = @DUMPBIN@
109
102
ECHO_C = @ECHO_C@
128
121
LN_S = @LN_S@
129
122
LTLIBOBJS = @LTLIBOBJS@
130
123
MAKEINFO = @MAKEINFO@
131
 
MANIFEST_TOOL = @MANIFEST_TOOL@
132
124
MKDIR_P = @MKDIR_P@
133
125
NM = @NM@
134
126
NMEDIT = @NMEDIT@
154
146
abs_srcdir = @abs_srcdir@
155
147
abs_top_builddir = @abs_top_builddir@
156
148
abs_top_srcdir = @abs_top_srcdir@
157
 
ac_ct_AR = @ac_ct_AR@
158
149
ac_ct_CC = @ac_ct_CC@
159
150
ac_ct_CXX = @ac_ct_CXX@
160
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
188
179
libexecdir = @libexecdir@
189
180
localedir = @localedir@
190
181
localstatedir = @localstatedir@
 
182
lt_ECHO = @lt_ECHO@
191
183
mandir = @mandir@
192
184
mkdir_p = @mkdir_p@
193
185
oldincludedir = @oldincludedir@
274
266
        @$(NORMAL_UNINSTALL)
275
267
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
276
268
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
277
 
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
 
269
        test -n "$$files" || exit 0; \
 
270
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
271
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
278
272
 
279
273
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
280
274
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375
369
 
376
370
installcheck: installcheck-am
377
371
install-strip:
378
 
        if test -z '$(STRIP)'; then \
379
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381
 
              install; \
382
 
        else \
383
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
386
 
        fi
 
372
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
373
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
374
          `test -z '$(STRIP)' || \
 
375
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387
376
mostlyclean-generic:
388
377
 
389
378
clean-generic: