Index: Makefile.ALPHA =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.ALPHA,v retrieving revision 1.6 retrieving revision 1.7 diff -a -u -r1.6 -r1.7 --- Makefile.ALPHA 25 Sep 2003 19:45:42 -0000 1.6 +++ Makefile.ALPHA 9 Feb 2004 03:29:14 -0000 1.7 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -rc RANLIB = echo ranlib not needed on $(ARCH) for NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.CRAY =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.CRAY,v retrieving revision 1.5 retrieving revision 1.6 diff -a -u -r1.5 -r1.6 --- Makefile.CRAY 25 Sep 2003 19:45:42 -0000 1.5 +++ Makefile.CRAY 9 Feb 2004 03:14:50 -0000 1.6 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo ranlib not needed on $(ARCH) for NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.DARWIN =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.DARWIN,v retrieving revision 1.5 retrieving revision 1.6 diff -a -u -r1.5 -r1.6 --- Makefile.DARWIN 25 Sep 2003 19:45:42 -0000 1.5 +++ Makefile.DARWIN 6 May 2004 21:59:28 -0000 1.6 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = ranlib NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.HPPA =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.HPPA,v retrieving revision 1.5 retrieving revision 1.6 diff -a -u -r1.5 -r1.6 --- Makefile.HPPA 25 Sep 2003 19:45:42 -0000 1.5 +++ Makefile.HPPA 9 Feb 2004 03:14:50 -0000 1.6 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo ranlib not needed on $(ARCH) for NEWER = newer +SHR_EXT = sl +SHR_LD = ld -b include Makefile.common Index: Makefile.HPPA20 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.HPPA20,v retrieving revision 1.6 retrieving revision 1.7 diff -a -u -r1.6 -r1.7 --- Makefile.HPPA20 25 Sep 2003 19:45:42 -0000 1.6 +++ Makefile.HPPA20 9 Feb 2004 03:14:50 -0000 1.7 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo ranlib not needed on $(ARCH) for NEWER = newer +SHR_EXT = sl +SHR_LD = ld -b include Makefile.common Index: Makefile.LINUX =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.LINUX,v retrieving revision 1.14 retrieving revision 1.15 diff -a -u -r1.14 -r1.15 --- Makefile.LINUX 25 Sep 2003 20:08:44 -0000 1.14 +++ Makefile.LINUX 9 Feb 2004 03:14:50 -0000 1.15 @@ -4,7 +4,7 @@ # CC = cc -ARCH_CFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DFORTRAN_ADD_UNDERSCORE -DUSE_PNG -Wimplicit -O +ARCH_CFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DFORTRAN_ADD_UNDERSCORE -DUSE_PNG -Wimplicit -g LD = $(CC) ARCH_LFLAGS = ARCH_LIBS = -lpng -lz @@ -12,5 +12,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.LINUXI386 =================================================================== RCS file: Makefile.LINUXI386 diff -N Makefile.LINUXI386 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile.LINUXI386 4 Mar 2004 19:46:40 -0000 1.1 @@ -0,0 +1,18 @@ +# +# LINUX-specific Makefile for FMRI software +# +# + +CC = cc +ARCH_CFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DFORTRAN_ADD_UNDERSCORE -DUSE_PNG -Wimplicit -DLINUX -O +LD = $(CC) +ARCH_LFLAGS = +ARCH_LIBS = -lpng -lz +AR = ar +ARCH_ARFLAGS= -r +RANLIB = echo "%%%%" ranlib not needed for +NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared + +include Makefile.common Index: Makefile.SGI5 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.SGI5,v retrieving revision 1.7 retrieving revision 1.8 diff -a -u -r1.7 -r1.8 --- Makefile.SGI5 25 Sep 2003 19:45:42 -0000 1.7 +++ Makefile.SGI5 9 Feb 2004 03:14:50 -0000 1.8 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = /usr/lib/desktop/newer +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.SGI6 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.SGI6,v retrieving revision 1.4 retrieving revision 1.5 diff -a -u -r1.4 -r1.5 --- Makefile.SGI6 25 Sep 2003 19:45:42 -0000 1.4 +++ Makefile.SGI6 9 Feb 2004 03:14:50 -0000 1.5 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = /usr/lib/desktop/newer +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.SGI64 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.SGI64,v retrieving revision 1.10 retrieving revision 1.11 diff -a -u -r1.10 -r1.11 --- Makefile.SGI64 25 Sep 2003 19:45:42 -0000 1.10 +++ Makefile.SGI64 9 Feb 2004 03:14:50 -0000 1.11 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = /usr/lib/desktop/newer +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.SGIMP64 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.SGIMP64,v retrieving revision 1.4 retrieving revision 1.5 diff -a -u -r1.4 -r1.5 --- Makefile.SGIMP64 25 Sep 2003 19:45:42 -0000 1.4 +++ Makefile.SGIMP64 9 Feb 2004 03:14:50 -0000 1.5 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = /usr/lib/desktop/newer +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.SUN4SOL2 =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.SUN4SOL2,v retrieving revision 1.11 retrieving revision 1.12 diff -a -u -r1.11 -r1.12 --- Makefile.SUN4SOL2 25 Sep 2003 20:08:44 -0000 1.11 +++ Makefile.SUN4SOL2 9 Feb 2004 03:14:50 -0000 1.12 @@ -13,5 +13,7 @@ ARCH_ARFLAGS= -r RANLIB = echo "%%%%" ranlib not needed for NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -G include Makefile.common Index: Makefile.T3D =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.T3D,v retrieving revision 1.5 retrieving revision 1.6 diff -a -u -r1.5 -r1.6 --- Makefile.T3D 25 Sep 2003 19:45:42 -0000 1.5 +++ Makefile.T3D 9 Feb 2004 03:14:50 -0000 1.6 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = echo ranlib not needed on $(ARCH) for NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.T3E =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.T3E,v retrieving revision 1.4 retrieving revision 1.5 diff -a -u -r1.4 -r1.5 --- Makefile.T3E 25 Sep 2003 19:45:42 -0000 1.4 +++ Makefile.T3E 9 Feb 2004 03:14:50 -0000 1.5 @@ -14,5 +14,7 @@ ARCH_ARFLAGS= -r RANLIB = ranlib NEWER = $(FMRI)/src/csh/test_newer.csh +SHR_EXT = so +SHR_LD = cc -shared include Makefile.common Index: Makefile.common =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/Makefile.common,v retrieving revision 1.43 retrieving revision 1.45 diff -a -u -r1.43 -r1.45 --- Makefile.common 7 Oct 2003 23:25:10 -0000 1.43 +++ Makefile.common 4 Mar 2004 19:46:40 -0000 1.45 @@ -27,7 +27,9 @@ RANLIB="$(RANLIB)" \ UNIX_STAT_HOME="$(UNIX_STAT_HOME)" \ AFS_FLAG="$(AFS_FLAG)" SPLUSEXE="$(SPLUSEXE)" \ - LAPACK_LIBS="$(LAPACK_LIBS)" NEWER="$(NEWER)" + LAPACK_LIBS="$(LAPACK_LIBS)" NEWER="$(NEWER)" \ + SHR_EXT="$(SHR_EXT)" SHR_LD="$(SHR_LD)" + SRCDIRS = util libcrg libmri libdcdf fmri reader baseline deghost \ meanc recon smregpar ireg outlier detrend \ intsplit stats displace summary phadj image_proc \ @@ -41,6 +43,7 @@ Makefile.HPPA Makefile.HPPA20 Makefile.SGI5 Makefile.SGI64 \ Makefile.SUN4SOL2 Makefile.T3D Makefile.T3E src/Makefile.pkg \ Makefile.SGIMP64 Makefile.LINUX Makefile.SGI6 Makefile.DARWIN \ + Makefile.LINUXI386 \ config.mk configure splus/Makefile.splus DOCFILES = doc/fiasco_executables.html doc/fiasco_install.html \ doc/fiasco_instruct.html \ Index: doc/fiasco_executables.html =================================================================== RCS file: /home/TINGENEK/welling/cvsroot/Fiasco/doc/fiasco_executables.html,v retrieving revision 1.48 retrieving revision 1.55 diff -a -u -r1.48 -r1.55 --- doc/fiasco_executables.html 24 Sep 2003 23:15:36 -0000 1.48 +++ doc/fiasco_executables.html 4 May 2004 21:51:59 -0000 1.55 @@ -12,9 +12,26 @@