Update of /cvsroot/eas-dev/eas-dev/components/econf/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv3491/components/econf/tests
Added Files:
.cvsignore Makefile.am
Log Message:
liburl is now needed, ldap library needed; slightly improved build process;
econf source code initial submission (still very incomplete); minor changes to logger
initial submissions for bostorage; directory for programs
--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
runTests.cxx
runTests
.deps
.libs
--- NEW FILE: Makefile.am ---
PRJ = @ODK_PATH@
CPPUHELPERLIB =
CPPULIB =
SALHELPERLIB =
SALLIB =
STLPORTLIB =
@INCLUDE@ @ODK_PATH@/settings/settings.mk
@INCLUDE@ @ODK_PATH@/settings/dk.mk
@INCLUDE@ @ODK_PATH@/settings/std.mk
bin_PROGRAMS = runTests
runTests_SOURCES = runTests.cxx
runTests_LDFLAGS = -L../src/ -L/opt/openoffice/program/ -L@ODK_PATH@/linux/lib
runTests_LDADD = $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) $(STLPORTLIB) -lstdc++
CXXFLAGS = -DOPENEAS_RDB=\"../../openeas.rdb\" -DCOMPONENT_DLL=\"../src/.libs/libeconf.so\" -include config.h
CLEANFILES = runTests.cxx
INCLUDES = -I@ODK_PATH@/include -I$(top_srcdir) -I../../.incs
TESTS = runTests
runTests.cxx: LDAPeconf.h
$(top_srcdir)/../../tools/test/cxxtestgen.py --error-printer --exit-code -o runTests.cxx \
LDAPeconf.h
|