[QuantLibAddin-cvs] QuantLibAddin/gensrc Makefile.am,1.4,1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-10-04 13:33:27
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9578/gensrc Modified Files: Makefile.am Log Message: linux catching up Index: Makefile.am =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 3 Oct 2006 15:09:24 -0000 1.4 --- Makefile.am 4 Oct 2006 13:33:23 -0000 1.5 *************** *** 57,62 **** $(GENSRC_STUBS) ! # command line arguments ! GENSRC_ARGS = -dqv if BUILD_C GENSRC_ARGS += -c --- 57,74 ---- $(GENSRC_STUBS) ! # Get the command line arguments to be passed to gensrc. ! # In all cases we will specify: ! # q - the core QuantLibAddin code ! # v - Value Objects ! # l - typedefs for Loop functions ! # d - Doxygen documentation files ! # Depending on the arguments that were passed to configure, ! # we may also specify: ! # c - C addin ! # o - OpenOffice.org Calc addin ! # e - Excel addin ! # g - Guile addin ! ! GENSRC_ARGS = -dqvl if BUILD_C GENSRC_ARGS += -c |