~ubuntu-branches/ubuntu/saucy/unagi/saucy-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arnaud Fontaine
  • Date: 2013-06-05 19:53:20 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130605195320-hczgh0agck6jmhe0
Tags: 0.3.4-1
* New upstream release.
* debian/control: bump Standards-Version to 3.9.4. No changes needed.
* debian/copyright: update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
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.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
374
373
          && $(am__cd) $(top_srcdir) \
375
374
          && gtags -i $(GTAGS_ARGS) "$$here"
376
375
 
 
376
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
377
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
378
        case "$(srcdir)" in \
 
379
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
380
          *) sdir=$(subdir)/$(srcdir) ;; \
 
381
        esac; \
 
382
        for i in $$list; do \
 
383
          if test -f "$$i"; then \
 
384
            echo "$(subdir)/$$i"; \
 
385
          else \
 
386
            echo "$$sdir/$$i"; \
 
387
          fi; \
 
388
        done >> $(top_builddir)/cscope.files
 
389
 
377
390
distclean-tags:
378
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379
392
 
513
526
.MAKE: install-am install-strip
514
527
 
515
528
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
516
 
        clean-libtool ctags distclean distclean-generic \
 
529
        clean-libtool cscopelist ctags distclean distclean-generic \
517
530
        distclean-libtool distclean-tags distdir dvi dvi-am html \
518
531
        html-am info info-am install install-am install-data \
519
532
        install-data-am install-dvi install-dvi-am install-exec \