/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: Tim Marston
  • Date: 2014-01-03 12:17:03 UTC
  • Revision ID: tim@ed.am-20140103121703-afwyh7wifde5kidm
added description of return parameter to header

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.
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
  }
76
82
am__installdirs = "$(DESTDIR)$(includedir)"
77
83
HEADERS = $(nobase_include_HEADERS)
78
84
ETAGS = etags
97
103
CYGPATH_W = @CYGPATH_W@
98
104
DEFS = @DEFS@
99
105
DEPDIR = @DEPDIR@
 
106
DLLTOOL = @DLLTOOL@
100
107
DSYMUTIL = @DSYMUTIL@
101
108
DUMPBIN = @DUMPBIN@
102
109
ECHO_C = @ECHO_C@
121
128
LN_S = @LN_S@
122
129
LTLIBOBJS = @LTLIBOBJS@
123
130
MAKEINFO = @MAKEINFO@
 
131
MANIFEST_TOOL = @MANIFEST_TOOL@
124
132
MKDIR_P = @MKDIR_P@
125
133
NM = @NM@
126
134
NMEDIT = @NMEDIT@
146
154
abs_srcdir = @abs_srcdir@
147
155
abs_top_builddir = @abs_top_builddir@
148
156
abs_top_srcdir = @abs_top_srcdir@
 
157
ac_ct_AR = @ac_ct_AR@
149
158
ac_ct_CC = @ac_ct_CC@
150
159
ac_ct_CXX = @ac_ct_CXX@
151
160
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179
188
libexecdir = @libexecdir@
180
189
localedir = @localedir@
181
190
localstatedir = @localstatedir@
182
 
lt_ECHO = @lt_ECHO@
183
191
mandir = @mandir@
184
192
mkdir_p = @mkdir_p@
185
193
oldincludedir = @oldincludedir@
199
207
        sqlite3cc.h \
200
208
        sqlite3cc/basic_statement.h \
201
209
        sqlite3cc/command.h \
202
 
        sqlite3cc/database.h \
 
210
        sqlite3cc/connection.h \
203
211
        sqlite3cc/exception.h \
204
212
        sqlite3cc/manipulator.h \
205
213
        sqlite3cc/query.h \
266
274
        @$(NORMAL_UNINSTALL)
267
275
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
268
276
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
269
 
        test -n "$$files" || exit 0; \
270
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
271
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
277
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
272
278
 
273
279
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274
280
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369
375
 
370
376
installcheck: installcheck-am
371
377
install-strip:
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
 
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
376
387
mostlyclean-generic:
377
388
 
378
389
clean-generic: