init
This commit is contained in:
30
platform-configs/config.alpha
Executable file
30
platform-configs/config.alpha
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/alpha
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/alpha
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/alpha
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/alpha
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.bsdi
Executable file
30
platform-configs/config.bsdi
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/bsdi
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/bsdi
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/bsdi
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/bsdi
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.dec
Executable file
30
platform-configs/config.dec
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/dec
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/dec
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/dec
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/dec
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.hp
Executable file
30
platform-configs/config.hp
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/hp
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/hp
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/hp
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/hp
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.ibm
Executable file
30
platform-configs/config.ibm
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/ibm
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/ibm
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/ibm
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/ibm
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.indy
Executable file
30
platform-configs/config.indy
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/indy
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/indy
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/indy
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/indy
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.linux
Executable file
30
platform-configs/config.linux
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/linux
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/linux
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/linux
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/linux
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.sco
Executable file
30
platform-configs/config.sco
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/sco
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/sco
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/sco
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/sco
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.sgi
Executable file
30
platform-configs/config.sgi
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/sgi
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/sgi
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/sgi
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/sgi
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.solaris-23
Executable file
30
platform-configs/config.solaris-23
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/solaris-23
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/solaris-23
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/solaris-23
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/solaris-23
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.solaris-24
Executable file
30
platform-configs/config.solaris-24
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/solaris-24
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/solaris-24
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/solaris-24
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/solaris-24
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.solaris-24-x86
Executable file
30
platform-configs/config.solaris-24-x86
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/solaris-24-x86
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/solaris-24-x86
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/solaris-24-x86
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/solaris-24-x86
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.sun
Executable file
30
platform-configs/config.sun
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/sun
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/sun
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/sun
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/sun
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
30
platform-configs/config.sun-lresolv
Executable file
30
platform-configs/config.sun-lresolv
Executable file
@@ -0,0 +1,30 @@
|
||||
#! /bin/sh
|
||||
# A script to store configuration variables for Mosaic's external
|
||||
# software packages
|
||||
#
|
||||
# In all cases configure will check the dir you supply for all libs and
|
||||
# header files as well the lib and include subdirectories of that directory.
|
||||
# So if you do things right and install everything in a place like
|
||||
# /usr/local/include and /usr/local/lib
|
||||
# you can just enter /usr/local (the default) for every field.
|
||||
#
|
||||
# Where to find jpeg stuff
|
||||
jpegdir=/xdev/mosaic/libjpeg/sun
|
||||
|
||||
# Where to find libz (don't need any headers)
|
||||
zdir=/xdev/mosaic/libpng/sun
|
||||
|
||||
# Where to find png stuff
|
||||
pngdir=/xdev/mosaic/libpng/sun
|
||||
|
||||
# Where to find wais stuff
|
||||
waisdir=/xdev/mosaic/freeWAIS/sun
|
||||
|
||||
# Where to find hdf stuff
|
||||
hdfdir=
|
||||
|
||||
# Use DTM? (yes or no)
|
||||
with_dtm=no
|
||||
|
||||
echo ./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
||||
./configure --with-jpegdir=$jpegdir --with-zdir=${zdir} --with-pngdir=$pngdir --with-wais=$waisdir --with-hdfdir=$hdfdir --enable-dtm=$with_dtm $*
|
Reference in New Issue
Block a user