*** x-windows/XCCPJIFFY/Imakefile.in 2002/12/17 04:06:34 1.1 --- x-windows/XCCPJIFFY/Imakefile.in 2002/12/19 18:14:04 *************** *** 4,10 **** Imakefile.in is the precursor for Imakefile for XCCPJIFFIES ! this file exsists to make ite easier for automated installation of the CCP4 xwindows programs and also to make it easier for multi platform installation. AWA --- 4,15 ---- Imakefile.in is the precursor for Imakefile for XCCPJIFFIES ! Revised for sunos_gcc, Solaris 2.5.1 (SunOS 5.1.1) with gcc instead ! of standard SUN compilers. ! Herbert J. Bernstein, ARCiB Project, Dowling College, yaya@dowling.edu ! Rev 19 Dec ! ! this file exists to make ite easier for automated installation of the CCP4 xwindows programs and also to make it easier for multi platform installation. AWA *************** *** 156,161 **** --- 161,180 ---- DEPLIBS = #endif + #ifdef SUNOS_GCC + CC = gcc + /* The link stuff should probably be assigned to a different imake */ + /* symbol, but I couldn't find an appropriate one -- it has to come */ + /* *before* the X libraries, it seems. */ + CCOPTIONS = -DSUNOS_4 + CDEBUGFLAGS = + TOP_INCLUDES = + STD_INCLUDES = -I/usr/openwin/include + EXTRA_LOAD_FLAGS = -lg2c + DEPLIBS = + FC= g77 -fno-second-underscore + #endif + #ifdef SUNOS_5 CC = cc /* The link stuff should probably be assigned to a different imake */ *************** *** 169,174 **** --- 188,194 ---- DEPLIBS = #endif + #ifdef DECALPHAOSF FFLAGS = CCOPTIONS = -DDECALPHAOSF