[QuantLibAddin-cvs] QuantLibAddin/Addins/C Makefile.am, 1.2, 1.2.2.1
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-08-05 15:44:48
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19978/Addins/C Modified Files: Tag: R000313f0-branch Makefile.am Log Message: update distribution files Index: Makefile.am =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/Makefile.am,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** Makefile.am 27 Jul 2006 14:06:30 -0000 1.2 --- Makefile.am 5 Aug 2006 15:44:44 -0000 1.2.2.1 *************** *** 16,70 **** if BUILD_C noinst_HEADERS = \ - calendar.h \ - capfloor.h \ - couponvectors.h \ - date.h \ - daycounter.h \ defines.h \ - exercise.h \ - instruments.h \ - interpolation.h \ - mathf.h \ - ohfunctions.h \ - options.h \ - prices.h \ - processes.h \ qladdin.h \ - randomsequencegenerator.h \ - schedule.h \ - shortratemodels.h \ - simpleswap.h \ - swap.h \ - termstructures.h \ - utilities.h \ varies.h \ ! varies.hpp \ ! volatilities.h \ ! xibor.h endif libQuantLibAddinC_la_SOURCES = \ ! calendar.cpp \ ! capfloor.cpp \ ! couponvectors.cpp \ ! date.cpp \ ! daycounter.cpp \ ! exercise.cpp \ ! instruments.cpp \ ! interpolation.cpp \ ! mathf.cpp \ ! ohfunctions.cpp \ ! options.cpp \ ! prices.cpp \ ! processes.cpp \ ! randomsequencegenerator.cpp \ ! schedule.cpp \ ! shortratemodels.cpp \ ! simpleswap.cpp \ ! swap.cpp \ ! termstructures.cpp \ ! utilities.cpp \ ! varies.cpp \ ! volatilities.cpp \ ! xibor.cpp --- 16,27 ---- if BUILD_C noinst_HEADERS = \ defines.h \ qladdin.h \ varies.h \ ! varies.hpp endif libQuantLibAddinC_la_SOURCES = \ ! session.cpp \ ! varies.cpp |