diff -urN dxhdf5-0.4.5/Makefile.in dxhdf5-new/Makefile.in --- dxhdf5-0.4.5/Makefile.in 2006-12-08 05:49:14.000000000 -0500 +++ dxhdf5-new/Makefile.in 2007-04-16 17:03:02.000000000 -0400 @@ -629,7 +629,7 @@ @echo "In order to use OpenDX with all loadable modules," @echo "also the ones installed before installing dxhdf5," @echo "use this command:" - @echo "dx -mdf $(prefix)/modules_@DXARCH@/all.mdf" + @echo "dx -mdf $(prefix)/share/dx/modules_@DXARCH@/all.mdf" @echo "" @echo "It may useful to set this up as an alias." @echo "" diff -urN dxhdf5-0.4.5/docs/ImportHDF5Field.html.in dxhdf5-new/docs/ImportHDF5Field.html.in --- dxhdf5-0.4.5/docs/ImportHDF5Field.html.in 2004-11-19 03:06:26.000000000 -0500 +++ dxhdf5-new/docs/ImportHDF5Field.html.in 2007-04-16 17:03:02.000000000 -0400 @@ -339,7 +339,7 @@

After the module is installed, this example is available as an OpenDX program in the file: -

@prefix@/samples/moduleTryOut/ImportHDF5FieldUsage.net
+
@prefix@/share/dx/samples/moduleTryOut/ImportHDF5FieldUsage.net

In the example the file ImportHDF5FieldUsage.h5 is used which was generated by VORPAL diff -urN dxhdf5-0.4.5/docs/ImportHDF5Species.html.in dxhdf5-new/docs/ImportHDF5Species.html.in --- dxhdf5-0.4.5/docs/ImportHDF5Species.html.in 2004-12-13 05:06:05.000000000 -0500 +++ dxhdf5-new/docs/ImportHDF5Species.html.in 2007-04-16 17:03:02.000000000 -0400 @@ -549,7 +549,7 @@

After the module is installed, this example is available as an OpenDX program in the file: -

@prefix@/samples/moduleTryOut/ImportHDF5SpeciesUsage.net
+
@prefix@/share/dx/samples/moduleTryOut/ImportHDF5SpeciesUsage.net

In the example the file ImportHDF5SpeciesUsage.h5 is used, which was generated by VORPAL diff -urN dxhdf5-0.4.5/docs/Makefile.in dxhdf5-new/docs/Makefile.in --- dxhdf5-0.4.5/docs/Makefile.in 2006-12-08 05:49:14.000000000 -0500 +++ dxhdf5-new/docs/Makefile.in 2007-04-16 17:03:02.000000000 -0400 @@ -145,7 +145,7 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -datadir = $(prefix)/html/modules +datadir = @prefix@/share/dx/html/modules exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ diff -urN dxhdf5-0.4.5/modules/Makefile.in dxhdf5-new/modules/Makefile.in --- dxhdf5-0.4.5/modules/Makefile.in 2006-12-08 05:49:15.000000000 -0500 +++ dxhdf5-new/modules/Makefile.in 2007-04-16 17:03:02.000000000 -0400 @@ -192,7 +192,7 @@ target_alias = @target_alias@ # installation directories -modulesdir = $(prefix)/modules_@DXARCH@ +modulesdir = $(prefix)/share/dx/modules_@DXARCH@ # to be installed bin_SCRIPTS = dxhdf5 @@ -550,8 +550,8 @@ # for producing the all.mdf file all.mdf: dxhdf5.mdf - @if test -d "$(prefix)/modules_@DXARCH@"; then \ - MODULES=`cd $(prefix)/modules_@DXARCH@; \ + @if test -d "$(prefix)/share/dx/modules_@DXARCH@"; then \ + MODULES=`cd $(prefix)/share/dx/modules_@DXARCH@; \ ls | grep '\.mdf$$'`; \ else \ MODULES=""; \ @@ -561,8 +561,8 @@ \ for i in $$MODULES; do \ if test "$$i" != "all.mdf" -a "$$i" != "dxhdf5.mdf"; then \ - echo "Adding $(prefix)/modules_@DXARCH@/$$i to all.mdf"; \ - cat $(prefix)/modules_@DXARCH@/$$i >> ./all.mdf; \ + echo "Adding $(prefix)/share/dx/modules_@DXARCH@/$$i to all.mdf"; \ + cat $(prefix)/share/dx/modules_@DXARCH@/$$i >> ./all.mdf; \ echo "" >> ./all.mdf; \ fi; \ done; \ diff -urN dxhdf5-0.4.5/modules/dxhdf5.in dxhdf5-new/modules/dxhdf5.in --- dxhdf5-0.4.5/modules/dxhdf5.in 2006-11-12 03:44:02.000000000 -0500 +++ dxhdf5-new/modules/dxhdf5.in 2007-04-16 17:03:02.000000000 -0400 @@ -5,4 +5,4 @@ dxargs="$@" -@DXEXEC@ -mdf @prefix@/modules_@DXARCH@/dxhdf5.mdf $dxargs +@DXEXEC@ -mdf @prefix@/share/dx/modules_@DXARCH@/dxhdf5.mdf $dxargs diff -urN dxhdf5-0.4.5/modules/dxhdf5.mdf.tmp.in dxhdf5-new/modules/dxhdf5.mdf.tmp.in --- dxhdf5-0.4.5/modules/dxhdf5.mdf.tmp.in 2003-10-07 01:17:29.000000000 -0400 +++ dxhdf5-new/modules/dxhdf5.mdf.tmp.in 2007-04-16 17:03:02.000000000 -0400 @@ -1,7 +1,7 @@ MODULE ImportHDF5Field CATEGORY Import and Export DESCRIPTION imports a field or a slab of a field from an HDF5 file -LOADABLE "@prefix@/modules_@DXARCH@/@dlname@" +LOADABLE "@DXROOT@/modules_@DXARCH@/@dlname@" INPUT filename; string; (none); file name INPUT fieldname; string; NULL; field name INPUT lowercorner; integer list; NULL; coordinates the lower corner @@ -14,7 +14,7 @@ MODULE ImportHDF5Species CATEGORY Import and Export DESCRIPTION imports from an HDF5 file particles that meet given conditions -LOADABLE "@prefix@/modules_@DXARCH@/@dlname@" +LOADABLE "@DXROOT@/modules_@DXARCH@/@dlname@" INPUT filename; string; (none); file name INPUT datasetname; string; NULL; dataset name INPUT x0min[visible:0]; scalar; NULL; minimal value of coordinate in 1st dimension diff -urN dxhdf5-0.4.5/samples/Makefile.in dxhdf5-new/samples/Makefile.in --- dxhdf5-0.4.5/samples/Makefile.in 2006-12-08 05:49:15.000000000 -0500 +++ dxhdf5-new/samples/Makefile.in 2007-04-16 17:03:02.000000000 -0400 @@ -145,7 +145,7 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -datadir = $(prefix)/samples/moduleTryOut +datadir = $(prefix)/share/dx/samples/moduleTryOut exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@