/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: 2012-04-23 18:41:32 UTC
  • Revision ID: tim@ed.am-20120423184132-uuicu56b79w0xxdp
updated autotools

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.1 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
268
274
        @$(NORMAL_UNINSTALL)
269
275
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
270
276
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
271
 
        test -n "$$files" || exit 0; \
272
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
273
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
277
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
274
278
 
275
279
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276
280
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371
375
 
372
376
installcheck: installcheck-am
373
377
install-strip:
374
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376
 
          `test -z '$(STRIP)' || \
377
 
            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
378
387
mostlyclean-generic:
379
388
 
380
389
clean-generic: