[QuantLibAddin-cvs] QuantLibAddin/Addins/Guile Makefile.am, 1.1, 1.1.2.1
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-08-05 15:44:47
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/Guile In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19978/Addins/Guile Modified Files: Tag: R000313f0-branch Makefile.am Log Message: update distribution files Index: Makefile.am =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/Guile/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** Makefile.am 19 May 2006 16:56:16 -0000 1.1 --- Makefile.am 5 Aug 2006 15:44:44 -0000 1.1.2.1 *************** *** 14,40 **** if BUILD_GUILE noinst_HEADERS = \ ! calendar.h \ ! capfloor.h \ ! couponvectors.h \ ! date.h \ ! daycounter.h \ ! exercise.h \ ! extra.h \ ! instruments.h \ ! interpolation.h \ ! mathf.h \ ! ohfunctions.h \ ! options.h \ ! prices.h \ ! processes.h \ ! randomsequencegenerator.h \ ! schedule.h \ ! shortratemodels.h \ ! simpleswap.h \ ! swap.h \ ! termstructures.h \ ! utilities.h \ ! volatilities.h \ ! xibor.h include_HEADERS = \ --- 14,18 ---- if BUILD_GUILE noinst_HEADERS = \ ! extra.h include_HEADERS = \ *************** *** 44,73 **** if BUILD_GUILE libQuantLibAddinGuile_la_SOURCES = \ - calendar.cpp \ - capfloor.cpp \ - couponvectors.cpp \ - date.cpp \ - daycounter.cpp \ - exercise.cpp \ extra.cpp \ guileutils.cpp \ ! instruments.cpp \ ! interpolation.cpp \ ! mathf.cpp \ ! ohfunctions.cpp \ ! options.cpp \ ! prices.cpp \ ! processes.cpp \ ! qladdin.c \ ! randomsequencegenerator.cpp \ ! schedule.cpp \ ! session.cpp \ ! shortratemodels.cpp \ ! simpleswap.cpp \ ! swap.cpp \ ! termstructures.cpp \ ! utilities.cpp \ ! volatilities.cpp \ ! xibor.cpp endif --- 22,28 ---- if BUILD_GUILE libQuantLibAddinGuile_la_SOURCES = \ extra.cpp \ guileutils.cpp \ ! session.cpp endif |