/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-01-23 13:47:08 UTC
  • Revision ID: edam@waxworlds.org-20120123134708-ol4tilkotsm3han0
updated build system

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
274
268
        @$(NORMAL_UNINSTALL)
275
269
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
276
270
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
277
 
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
 
271
        test -n "$$files" || exit 0; \
 
272
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
273
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
278
274
 
279
275
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
280
276
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375
371
 
376
372
installcheck: installcheck-am
377
373
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
 
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
387
378
mostlyclean-generic:
388
379
 
389
380
clean-generic: