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

Diff for /OpenXM_contrib2/asir2000/builtin/Makefile.am between version 1.1 and 1.7

version 1.1, 2003/02/23 03:05:36 version 1.7, 2003/12/02 03:24:24
Line 1 
Line 1 
 # $OpenXM$  ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.6 2003/10/21 00:52:50 noro Exp $
   
 DEFS     = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"  asirdir  = ${prefix}/lib/asir
   DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
            -I${top_srcdir}/gc/include \             -I${top_srcdir}/gc/include \
            @PARIINC@ @MPIINC@ @X_CFLAGS@             @PARIINC@ @MPIINC@ @X_CFLAGS@
Line 8  noinst_LIBRARIES  = libfunc.a
Line 9  noinst_LIBRARIES  = libfunc.a
 libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \  libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                     fctr.c file.c help.c int.c list.c miscf.c \                      fctr.c file.c help.c int.c list.c miscf.c \
                     parif.c poly.c pdiv.c print.c pf.c \                      parif.c poly.c pdiv.c print.c pf.c \
                     rat.c reduct.c result.c itvnum.c mattran.c \                      rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
                     strobj.c subst.c time.c type.c var.c compobj.c \                      strobj.c subst.c time.c type.c var.c compobj.c \
                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \                      gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
                     batch.c sha1.c user.c                      batch.c sha1.c user.c round.c

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

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