Update of /src/master/dx/src/exec/dpexec
In directory opendx.watson.ibm.com:/tmp/cvs-serv9482/dx/src/exec/dpexec
Modified Files:
Makefile.am
Log Message:
CV applied in this round of cvs updates are to add enhancements to the
configurability of making dx as well as fixing some Makefile problems. The
configure scripts will now allow for some new flags to be set at configure
time. They are:
all of the configurability found in the ImageMagick package
Disable building of libdx and html to speedup install while developing
--enable-buildlibdx --disable-buildlibdx
--enable-installhtml --disable-installhtml
Disabling building javadx. Configure will also check for your javac, jar,
and javah programs.
--with-javadx --without-javadx
The following can be added--if they are not, then configure will prompt the user
for the information at configure time. If you are doing nightly builds, you will
need to set these in your scripts or set --without-javadx.
--with-java-include-search-path="-I/path -I/path"
--with-java40jar-path="/path2java40.jar/java40.jar"
--with-cosmojar-path="/path2cosmojar/npcosmop211.jar"
For all the available options now available, type configure --help.
configure.in, acinclude.m4 -- add this new functionality.
html/Makefile.am -- added option to not install and fixed where things were
getting untarred to.
src/exec/Makefile.am -- added option to not buildlibdx, a few more tests
when building libdx, removed exmain.o from DELFILES
since it does not exist. Added new format libs from
ImageMagick. Added clean-local to remove tmp directory.
src/exec/dpexec/Makefile.am -- fix clean to remove yuiif.c and yuiif.h
src/exec/dxmods/Makefile.am -- fix clean to remove y.tab.h _compparse.c
_compparse.h dx.mdf dxcm.mdf user.c usercm.c tmp.c
src/uipp/Makefile.am -- general clean up
src/uipp/dxuilib/Makefile.am -- fix clean to remove netlex.c netyacc.c
src/uipp/java/Makefile.am -- Added support for classpath and configure
info about jar files and include files. It is
possible that the CLASSPATH may need some fixing
but currently works with gnu make. Allow for other
java tools to be used. clean removed and added
appropriate clean mechanisms.
src/uipp/java/dx/applets/Makefile.am -- general cleanup
src/uipp/java/dx/client/Makefile.am -- general cleanup
src/uipp/java/dx/net/Makefile.am -- general cleanup
src/uipp/java/dx/protocol/Makefile.am -- general cleanup
src/uipp/java/dx/runtime/Makefile.am -- general cleanup
src/uipp/java/server/Makefile.am -- cleanup and fixed to make dxserver.path
: ----------------------------------------------------------------------