libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/BioTools/ambmov/config_sparc.h
00001 #==============================================================================
00002 # AMBER Makefile configuration for compiler/architecture: SunOS
00003 # Generated via command: /home/skirillo/amber/amber8/src/configure 
00004 #
00005 # Configuration script written mainly by Joe Krahn, Scott Brozell, and
00006 # Dave Case, with contributions from lots of people.
00007 #==============================================================================
00008 
00009 #------------------------------------------------------------------------------
00010 # Main AMBER source root directory
00011 #------------------------------------------------------------------------------
00012 #AMBER_SRC=/home/skirillo/prot12-01
00013 
00014 #------------------------------------------------------------------------------
00015 # AMBERBUILDFLAGS provides a hook into the build process for installers;
00016 # for example, to build debug versions of the amber programs
00017 # make -e AMBERBUILDFLAGS="-DDEBUG -g"
00018 #------------------------------------------------------------------------------
00019 AMBERBUILDFLAGS= -I/usr/local/motion/AMBER/amber8/src/sander/ -I/usr/local/motion/AMBER/amber8/src/leap/src/leap 
00020 #AMBERBUILDFLAGS=-DDEBUG -g #stef
00021 
00022 #------------------------------------------------------------------------------
00023 # LOCALFLAGS is intended for program specific modifications to the
00024 # Fortran build process and may be modified by the program's local makefile
00025 #------------------------------------------------------------------------------
00026 LOCALFLAGS=
00027 
00028 #------------------------------------------------------------------------------
00029 # Availability and method of delivery of math and optional libraries
00030 #------------------------------------------------------------------------------
00031 USE_BLASLIB=$(VENDOR_SUPPLIED)
00032 USE_LAPACKLIB=$(VENDOR_SUPPLIED)
00033 USE_LMODLIB=$(LMOD_UNAVAILABLE)
00034 
00035 #------------------------------------------------------------------------------
00036 # C compiler
00037 #------------------------------------------------------------------------------
00038 CC = gcc
00039 #CC= gcc #stef 
00040 CPLUSPLUS= g++
00041 ALTCC=gcc
00042 CFLAGS= -DSYSV  $(AMBERBUILDFLAGS)
00043 ALTCFLAGS= $(AMBERBUILDFLAGS)
00044 CPPFLAGS= $(AMBERBUILDFLAGS)
00045 
00046 #------------------------------------------------------------------------------
00047 # Fortran preprocessing and compiler.
00048 # FPPFLAGS holds the main Fortran options, such as whether MPI is used.
00049 #------------------------------------------------------------------------------
00050 FPPFLAGS= -P -I$(AMBER_SRC)/include $(AMBERBUILDFLAGS)
00051 FPP= /lib/cpp $(FPPFLAGS)
00052 FC= f90
00053 FFLAGS= -O1   $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00054 FOPTFLAGS= -O2   $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00055 FPP_PREFIX= _
00056 FREEFORMAT_FLAG= -free
00057 
00058 #------------------------------------------------------------------------------
00059 # Loader:
00060 #------------------------------------------------------------------------------
00061 LOAD= f90   $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00062 LOADCC= cc  $(LOCALFLAGS) $(AMBERBUILDFLAGS) 
00063 #LOADCC= gcc  $(LOCALFLAGS) $(AMBERBUILDFLAGS) #stef
00064 LOADLIB=  -xlic_lib=sunperf -lm
00065 LOADPTRAJ= f90   $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00066 XHOME= /usr/openwin
00067 
00068 #------------------------------------------------------------------------------
00069 #  Other stuff:
00070 #------------------------------------------------------------------------------
00071 .SUFFIXES:  .f90
00072 SYSDIR=lib
00073 AR=ar rv 
00074 M4=m4
00075 RANLIB=ranlib
00076 SFX=
00077 MAKEDEPEND=$(AMBER_SRC)/../bin/amber_makedepend
00078 #MAKEDEPEND=/home/skirillo/amber/amber8/src/sander/makedepend
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines