Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv19186/dx/bin
Modified Files: dx.in dxworker.in Log Message: multiple changes and fixes to enable or facilitate some of the features of opendx: configure establishes settings for building runtime loadable modules, etc. configure/install writes a lib_$(DXARCH)/arch.mak file to be included in other makefiles for many purposes. uipp/java Makefile modified to use more of this infrastructure for making libAnyDX.so module builder generates makefiles compatible with OpenDX, uses arch.mak . runtime loadables work on a number of platforms. outboards might need more work (e.g. proper link-line libs for all platforms?) inboards may need some link-line tweaking due to static linking of shared libs (problem with how libDX is built on some platforms). dxui now writes compatible makefiles for building and installing JX applets. OpenDX-generated makefiles are now largely platform independent as created. To the extent that they have platform dependencies, these are (or should be) determined by dx configure and written into arch.mak . Continued attempts to establish a "flow" from dx configure to dx build to dxsamples configure to dxsamples build.