[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/Makefile.in between version 1.19 and 1.20

version 1.19, 2013/02/12 09:40:42 version 1.20, 2013/12/20 02:02:24
Line 1 
Line 1 
 # Makefile.in generated by automake 1.12.6 from Makefile.am.  # Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
   # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
   # Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 54  host_triplet = @host@
Line 55  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 subdir = parse  subdir = parse
 DIST_COMMON = $(inc_HEADERS) $(srcdir)/Makefile.am \  DIST_COMMON = $(inc_HEADERS) $(srcdir)/Makefile.am \
         $(srcdir)/Makefile.in $(top_srcdir)/depcomp \          $(srcdir)/Makefile.in
         $(top_srcdir)/mkinstalldirs  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in  am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Line 414  GTAGS:
Line 414  GTAGS:
           && $(am__cd) $(top_srcdir) \            && $(am__cd) $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) "$$here"            && gtags -i $(GTAGS_ARGS) "$$here"
   
 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)  
         list='$(SOURCES) $(HEADERS) $(LISP)'; \  
         case "$(srcdir)" in \  
           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \  
           *) sdir=$(subdir)/$(srcdir) ;; \  
         esac; \  
         for i in $$list; do \  
           if test -f "$$i"; then \  
             echo "$(subdir)/$$i"; \  
           else \  
             echo "$$sdir/$$i"; \  
           fi; \  
         done >> $(top_builddir)/cscope.files  
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   
Line 574  uninstall-am: uninstall-incHEADERS
Line 560  uninstall-am: uninstall-incHEADERS
 .MAKE: all check install install-am install-strip  .MAKE: all check install install-am install-strip
   
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \  .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
         clean-noinstLIBRARIES cscopelist ctags distclean \          clean-noinstLIBRARIES ctags distclean distclean-compile \
         distclean-compile distclean-generic distclean-tags distdir dvi \          distclean-generic distclean-tags distdir dvi dvi-am html \
         dvi-am html html-am info info-am install install-am \          html-am info info-am install install-am install-data \
         install-data install-data-am install-dvi install-dvi-am \          install-data-am install-dvi install-dvi-am install-exec \
         install-exec install-exec-am install-html install-html-am \          install-exec-am install-html install-html-am \
         install-incHEADERS install-info install-info-am install-man \          install-incHEADERS install-info install-info-am install-man \
         install-pdf install-pdf-am install-ps install-ps-am \          install-pdf install-pdf-am install-ps install-ps-am \
         install-strip installcheck installcheck-am installdirs \          install-strip installcheck installcheck-am installdirs \

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>