[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.4 and 1.5

version 1.4, 2003/03/20 07:34:09 version 1.5, 2003/10/20 07:18:42
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.3 2003/03/12 08:22:51 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.4 2003/03/20 07:34:09 ohara Exp $
   
 asirdir  = ${prefix}/lib/asir  asirdir  = ${prefix}/lib/asir
 DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"  DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
Line 9  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 mattran.c                      batch.c sha1.c user.c mattran.c

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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