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

Diff for /OpenXM_contrib2/asir2000/engine/Makefile.in between version 1.14 and 1.15

version 1.14, 2005/01/17 22:46:41 version 1.15, 2005/07/12 01:23:20
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 128  am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect
Line 134  am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect
         D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) EZ.$(OBJEXT) H.$(OBJEXT) \          D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) EZ.$(OBJEXT) H.$(OBJEXT) \
         M.$(OBJEXT) NEZ.$(OBJEXT) Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) \          M.$(OBJEXT) NEZ.$(OBJEXT) Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) \
         Fgfs.$(OBJEXT) C.$(OBJEXT) A.$(OBJEXT) alg.$(OBJEXT) \          Fgfs.$(OBJEXT) C.$(OBJEXT) A.$(OBJEXT) alg.$(OBJEXT) \
         p-itv.$(OBJEXT) f-itv.$(OBJEXT) d-itv.$(OBJEXT) \          p-itv.$(OBJEXT) f-itv.$(OBJEXT) d-itv.$(OBJEXT) nd.$(OBJEXT) \
         nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT) \          ndbug.$(OBJEXT) Z.$(OBJEXT) dalg.$(OBJEXT)
         dalg.$(OBJEXT)  
 libca_a_OBJECTS = $(am_libca_a_OBJECTS)  libca_a_OBJECTS = $(am_libca_a_OBJECTS)
 DEFAULT_INCLUDES =  -I. -I$(srcdir)  DEFAULT_INCLUDES =  -I. -I$(srcdir)
 CPPFLAGS = @CPPFLAGS@  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)/A.Po $(DEPDIR)/C.Po $(DEPDIR)/D.Po \  am__depfiles_maybe = depfiles
 @AMDEP_TRUE@    $(DEPDIR)/E.Po $(DEPDIR)/EZ.Po $(DEPDIR)/Ebug.Po \  @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/A.Po ./$(DEPDIR)/C.Po \
 @AMDEP_TRUE@    $(DEPDIR)/F.Po $(DEPDIR)/Fgfs.Po $(DEPDIR)/H.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/D.Po ./$(DEPDIR)/E.Po ./$(DEPDIR)/EZ.Po \
 @AMDEP_TRUE@    $(DEPDIR)/Hgfs.Po $(DEPDIR)/M.Po $(DEPDIR)/Mgfs.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/Ebug.Po ./$(DEPDIR)/F.Po \
 @AMDEP_TRUE@    $(DEPDIR)/N.Po $(DEPDIR)/NEZ.Po $(DEPDIR)/P.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/Fgfs.Po ./$(DEPDIR)/H.Po \
 @AMDEP_TRUE@    $(DEPDIR)/PD.Po $(DEPDIR)/PDM.Po $(DEPDIR)/PM.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/Hgfs.Po ./$(DEPDIR)/M.Po \
 @AMDEP_TRUE@    $(DEPDIR)/PU.Po $(DEPDIR)/PUM.Po $(DEPDIR)/Q.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/Mgfs.Po ./$(DEPDIR)/N.Po \
 @AMDEP_TRUE@    $(DEPDIR)/QM.Po $(DEPDIR)/R.Po $(DEPDIR)/RU.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/NEZ.Po ./$(DEPDIR)/P.Po \
 @AMDEP_TRUE@    $(DEPDIR)/Z.Po $(DEPDIR)/_distm.Po $(DEPDIR)/alg.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/PD.Po ./$(DEPDIR)/PDM.Po \
 @AMDEP_TRUE@    $(DEPDIR)/bf.Po $(DEPDIR)/cplx.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/PM.Po ./$(DEPDIR)/PU.Po \
 @AMDEP_TRUE@    $(DEPDIR)/d-itv.Po $(DEPDIR)/dalg.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/PUM.Po ./$(DEPDIR)/Q.Po \
 @AMDEP_TRUE@    $(DEPDIR)/dist.Po $(DEPDIR)/distm.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/QM.Po ./$(DEPDIR)/R.Po \
 @AMDEP_TRUE@    $(DEPDIR)/f-itv.Po $(DEPDIR)/gf2n.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/RU.Po ./$(DEPDIR)/Z.Po \
 @AMDEP_TRUE@    $(DEPDIR)/gfpn.Po $(DEPDIR)/gfs.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/_distm.Po ./$(DEPDIR)/alg.Po \
 @AMDEP_TRUE@    $(DEPDIR)/gfspn.Po $(DEPDIR)/init.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/bf.Po ./$(DEPDIR)/cplx.Po \
 @AMDEP_TRUE@    $(DEPDIR)/lmi.Po $(DEPDIR)/mat.Po $(DEPDIR)/mi.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/d-itv.Po ./$(DEPDIR)/dalg.Po \
 @AMDEP_TRUE@    $(DEPDIR)/mt19937.Po $(DEPDIR)/nd.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/dist.Po ./$(DEPDIR)/distm.Po \
 @AMDEP_TRUE@    $(DEPDIR)/ndbug.Po $(DEPDIR)/num.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/f-itv.Po ./$(DEPDIR)/gf2n.Po \
 @AMDEP_TRUE@    $(DEPDIR)/p-itv.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/gfpn.Po ./$(DEPDIR)/gfs.Po \
 @AMDEP_TRUE@    $(DEPDIR)/pari.Po $(DEPDIR)/real.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/gfspn.Po ./$(DEPDIR)/init.Po \
 @AMDEP_TRUE@    $(DEPDIR)/str.Po $(DEPDIR)/ui.Po $(DEPDIR)/up.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/lmi.Po ./$(DEPDIR)/mat.Po \
 @AMDEP_TRUE@    $(DEPDIR)/up2.Po $(DEPDIR)/up_gf2n.Po \  @AMDEP_TRUE@    ./$(DEPDIR)/mi.Po ./$(DEPDIR)/mt19937.Po \
 @AMDEP_TRUE@    $(DEPDIR)/up_lm.Po $(DEPDIR)/vect.Po  @AMDEP_TRUE@    ./$(DEPDIR)/nd.Po ./$(DEPDIR)/ndbug.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/num.Po ./$(DEPDIR)/p-itv.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/pari.Po ./$(DEPDIR)/real.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/str.Po ./$(DEPDIR)/ui.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/up.Po ./$(DEPDIR)/up2.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/up_gf2n.Po ./$(DEPDIR)/up_lm.Po \
   @AMDEP_TRUE@    ./$(DEPDIR)/vect.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 177  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile
Line 188  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile
         cd $(top_srcdir) && \          cd $(top_srcdir) && \
           $(AUTOMAKE) --gnu  engine/Makefile            $(AUTOMAKE) --gnu  engine/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 196  mostlyclean-compile:
Line 205  mostlyclean-compile:
 distclean-compile:  distclean-compile:
         -rm -f *.tab.c          -rm -f *.tab.c
   
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/A.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/C.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/D.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/E.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EZ.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Ebug.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/F.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Fgfs.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/H.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Hgfs.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/M.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Mgfs.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/N.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/NEZ.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/P.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PD.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PDM.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PM.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PU.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PUM.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Q.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/QM.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/R.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/RU.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Z.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/_distm.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alg.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bf.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplx.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/d-itv.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dalg.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dist.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/distm.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/f-itv.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf2n.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfpn.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfs.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfspn.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/init.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lmi.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mat.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mi.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mt19937.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nd.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ndbug.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/num.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/p-itv.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/real.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/str.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up2.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_gf2n.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_lm.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vect.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.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 270  distclean-depend:
Line 279  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 340  install-am: all-am
Line 357  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 347  mostlyclean-generic:
Line 365  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.14  
changed lines
  Added in v.1.15

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