[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.8 and 1.9

version 1.8, 2004/06/25 13:41:33 version 1.9, 2005/07/12 01:23:21
Line 1 
Line 1 
 # Makefile.in generated automatically by automake 1.5 from Makefile.am.  # Makefile.in generated by automake 1.6.3 from Makefile.am.
   # @configure_input@
   
 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.  # 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,
Line 12 
Line 13 
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 @SET_MAKE@  @SET_MAKE@
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
 srcdir = @srcdir@  srcdir = @srcdir@
Line 43  AUTOCONF = @AUTOCONF@
Line 43  AUTOCONF = @AUTOCONF@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
   
   am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
   install_sh_DATA = $(install_sh) -c -m 644
   install_sh_PROGRAM = $(install_sh) -c
   install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
 transform = @program_transform_name@  transform = @program_transform_name@
Line 61  host_alias = @host_alias@
Line 65  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 target_alias = @target_alias@  target_alias = @target_alias@
 target_triplet = @target@  target_triplet = @target@
   
   EXEEXT = @EXEEXT@
   OBJEXT = @OBJEXT@
   PATH_SEPARATOR = @PATH_SEPARATOR@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 EXEEXT = @EXEEXT@  
 FEPLIB = @FEPLIB@  FEPLIB = @FEPLIB@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LAPACKLIB = @LAPACKLIB@  LAPACKLIB = @LAPACKLIB@
Line 73  LN_S = @LN_S@
Line 80  LN_S = @LN_S@
 MAINT = @MAINT@  MAINT = @MAINT@
 MPIINC = @MPIINC@  MPIINC = @MPIINC@
 MPILIB = @MPILIB@  MPILIB = @MPILIB@
 OBJEXT = @OBJEXT@  
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PARIINC = @PARIINC@  PARIINC = @PARIINC@
 PARILIB = @PARILIB@  PARILIB = @PARILIB@
Line 122  CPPFLAGS = @CPPFLAGS@
Line 128  CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@  LIBS = @LIBS@
 depcomp = $(SHELL) $(top_srcdir)/depcomp  depcomp = $(SHELL) $(top_srcdir)/depcomp
 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/biovar.Po $(DEPDIR)/bload.Po \  am__depfiles_maybe = depfiles
 @AMDEP_TRUE@    $(DEPDIR)/bsave.Po $(DEPDIR)/cio.Po \  @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/biovar.Po ./$(DEPDIR)/bload.Po \
 @AMDEP_TRUE@    $(DEPDIR)/cpexpr.Po $(DEPDIR)/io.Po $(DEPDIR)/ox.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/bsave.Po ./$(DEPDIR)/cio.Po \
 @AMDEP_TRUE@    $(DEPDIR)/ox_asir.Po $(DEPDIR)/ox_launch.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/cpexpr.Po ./$(DEPDIR)/io.Po \
 @AMDEP_TRUE@    $(DEPDIR)/pexpr.Po $(DEPDIR)/sio.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/ox.Po ./$(DEPDIR)/ox_asir.Po \
 @AMDEP_TRUE@    $(DEPDIR)/spexpr.Po $(DEPDIR)/tcpf.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/ox_launch.Po ./$(DEPDIR)/pexpr.Po \
 @AMDEP_TRUE@    $(DEPDIR)/ws_fileio.Po  @AMDEP_TRUE@    ./$(DEPDIR)/sio.Po ./$(DEPDIR)/spexpr.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/tcpf.Po ./$(DEPDIR)/ws_fileio.Po
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)  CCLD = $(CC)
Line 146  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile
Line 153  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile
         cd $(top_srcdir) && \          cd $(top_srcdir) && \
           $(AUTOMAKE) --gnu  io/Makefile            $(AUTOMAKE) --gnu  io/Makefile
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
         cd $(top_builddir) && \          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
           CONFIG_HEADERS= CONFIG_LINKS= \  
           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status  
   
 AR = ar  AR = ar
   
Line 165  mostlyclean-compile:
Line 170  mostlyclean-compile:
 distclean-compile:  distclean-compile:
         -rm -f *.tab.c          -rm -f *.tab.c
   
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/biovar.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biovar.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bload.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bload.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsave.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsave.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cio.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpexpr.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpexpr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/io.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox_asir.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_asir.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox_launch.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_launch.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pexpr.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pexpr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sio.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sio.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/spexpr.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spexpr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tcpf.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpf.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ws_fileio.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws_fileio.Po@am__quote@
   
 distclean-depend:  distclean-depend:
         -rm -rf $(DEPDIR)          -rm -rf ./$(DEPDIR)
   
 .c.o:  .c.o:
 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@  @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<          $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
   
 .c.obj:  .c.obj:
 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Line 197  distclean-depend:
Line 202  distclean-depend:
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
 uninstall-info-am:  uninstall-info-am:
   
   ETAGS = etags
   ETAGSFLAGS =
   
 tags: TAGS  tags: TAGS
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
                END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
         mkid -fID $$unique $(LISP)          mkid -fID $$unique
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                 $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
         tags=; \          tags=; \
         here=`pwd`; \          here=`pwd`; \
         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
                END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$tags$$unique" \
           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                $$tags $$unique
   
 GTAGS:  GTAGS:
         here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
           && cd $(top_srcdir) \            && cd $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   
 top_distdir = ..  top_distdir = ..
 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)  distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         @for file in $(DISTFILES); do \          @list='$(DISTFILES)'; for file in $$list; do \
           if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
           if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
             $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
               $(mkinstalldirs) "$(distdir)$$dir"; \
             else \
               dir=''; \
           fi; \            fi; \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pR $$d/$$file $(distdir) \              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
             || exit 1; \                cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
               fi; \
               cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
           else \            else \
             test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
             || cp -p $$d/$$file $(distdir)/$$file \              || cp -p $$d/$$file $(distdir)/$$file \
Line 267  install-am: all-am
Line 280  install-am: all-am
 installcheck: installcheck-am  installcheck: installcheck-am
 install-strip:  install-strip:
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
             INSTALL_STRIP_FLAG=-s \
           `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:  mostlyclean-generic:
Line 274  mostlyclean-generic:
Line 288  mostlyclean-generic:
 clean-generic:  clean-generic:
   
 distclean-generic:  distclean-generic:
         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*          -rm -f Makefile $(CONFIG_CLEAN_FILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
         @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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