CygWin NT and 95 config file.

This commit is contained in:
falgout 1997-09-10 23:06:49 +00:00
parent 3bfe4c5c87
commit 3d0a5821b3
6 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_F77="g77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_INSTALL="cp -f"

View File

@ -0,0 +1,29 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_CC_FLAGS="-I$AMG_DIR/include"
AMG_F77="g77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_F90_FLAGS="-silent"
AMG_LINK="gcc"
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
-lf2c -lm"
AMG_INSTALL="cp -f"

View File

@ -0,0 +1,24 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_F77="g77"
AMG_F77_FLAGS="-silent"
AMG_F90_FLAGS="-silent"
AMG_LINK="gcc"
AMG_INSTALL="cp -f"

View File

@ -0,0 +1,22 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_F77="g77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_INSTALL="cp -f"

View File

@ -0,0 +1,29 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_CC_FLAGS="-I$AMG_DIR/include"
AMG_F77="g77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_F90_FLAGS="-silent"
AMG_LINK="gcc"
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
-lf2c -lm"
AMG_INSTALL="cp -f"

View File

@ -0,0 +1,24 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="gcc"
AMG_F77="g77"
AMG_F77_FLAGS="-silent"
AMG_F90_FLAGS="-silent"
AMG_LINK="gcc"
AMG_INSTALL="cp -f"