From: stephan b. <sg...@us...> - 2004-12-30 19:35:58
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28507 Modified Files: configure.pclasses2 toc.pclasses2.make.at Log Message: Added App module. Index: toc.pclasses2.make.at =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc.pclasses2.make.at,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- toc.pclasses2.make.at 30 Dec 2004 11:06:58 -0000 1.9 +++ toc.pclasses2.make.at 30 Dec 2004 19:35:47 -0000 1.10 @@ -52,3 +52,5 @@ @true -l$(LIBPSIO_BASENAME): @true +-l$(LIBPAPP_BASENAME): + @true Index: configure.pclasses2 =================================================================== RCS file: /cvsroot/pclasses/pclasses2/configure.pclasses2,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- configure.pclasses2 30 Dec 2004 15:38:58 -0000 1.21 +++ configure.pclasses2 30 Dec 2004 19:35:47 -0000 1.22 @@ -37,17 +37,20 @@ ############################################################ -# supplemental libs +# supplemental stuff... if test x0 != "x${configure_with_mysql-1}"; then toc_test mysql_config fi + if test x0 != "x${configure_with_postgres-1}"; then toc_test pg_config fi + if test x0 != "x${configure_with_lyx-1}"; then toc_find lyx "${configure_with_lyx%/*}:$PATH" \ && toc_export LYX_BIN=${TOC_FIND_RESULT} # for (future) lib manual fi + toc_test ${TOC_HOME}/tests/doxygen.sh toc_test libexpat && { @@ -211,6 +214,12 @@ toc_export LIBPSIO_CLIENT_LDADD="-l${LIBPSIO_BASENAME} ${LIBPS11N_CLIENT_LDADD}" toc_export LIBPSIO_CFLAGS="" +toc_export LIBPAPP_BASENAME=pclasses_app +toc_export LIBPAPP_LDADD="${LIBPS11N_CLIENT_LDADD} ${LIBPSYSTEM_CLIENT_LDADD} ${LIBEXPAT_CLIENT_LDADD}" +toc_export LIBPAPP_CLIENT_LDADD="-l${LIBPAPP_BASENAME}" +toc_export LIBPAPP_CFLAGS="" + + ######################################################################## # Enable mysql driver... if test -x "${MYSQL_CONFIG_BIN}"; then |