From: Gilles J. S. <se...@us...> - 2004-07-20 04:20:12
|
Update of /cvsroot/opencxx/opencxx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23528 Modified Files: Tag: rel_2_8 Makefile.am bootstrap configure.in Log Message: * opencxx/Makefile.am: added file dloading.h driver2.h nobase_pkginclude_HEADERS variable for dependencies genaration. * configure.in: added the new file sample/Makefile to AC_OUTPUT. Added AC_LIBTOOL_WIN32_DLL macro for non static DLL. Commented out AC_DISABLE_SHARED, testing shared libraries. * bootstrap: removed --include-deps option, used it for distribution. Added libtoolize command to create auxiliairy files. * Makefile.am: Change to permit 'make test" to run whithout reconfiguring. Added AUX_DIST variable, for auxiliairies files needed for distribution. Added bootstrap to EXTRA_DIST variable. Added MAINTAINERCLEANFILES variable and their files. Makefile.am: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/opencxx/opencxx/Makefile.am.diff?r1=1.7.2.2&r2=1.7.2.3 bootstrap: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/opencxx/opencxx/bootstrap.diff?r1=1.11&r2=1.11.2.1 configure.in: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/opencxx/opencxx/configure.in.diff?r1=1.10&r2=1.10.2.1 |