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

Diff for /OpenXM_contrib2/asir2000/io/Makefile.in between version 1.16 and 1.17

version 1.16, 2013/02/12 09:40:42 version 1.17, 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 52  build_triplet = @build@
Line 53  build_triplet = @build@
 host_triplet = @host@  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 subdir = io  subdir = io
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
         $(top_srcdir)/depcomp $(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 346  GTAGS:
Line 346  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 499  uninstall-am:
Line 485  uninstall-am:
 .MAKE: install-am install-strip  .MAKE: 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-info \
         install-info install-info-am install-man install-pdf \          install-info-am install-man install-pdf install-pdf-am \
         install-pdf-am install-ps install-ps-am install-strip \          install-ps install-ps-am install-strip installcheck \
         installcheck installcheck-am installdirs maintainer-clean \          installcheck-am installdirs maintainer-clean \
         maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \          mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
         uninstall-am          uninstall-am

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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