libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/BioTools/ambmov/config_i386-linux.h
00001 
00002 
00003 AMBER_SRC=/usr/local/motion/amber/src
00004 MOVE3D_BIO_HOME=../../bio
00005 FORTRAN_G95_COMPILER_PATH=/usr/local/motion/g95/lib/gcc-lib/i686-pc-linux-gnu/4.0.1
00006 #FORTRAN_G95_COMPILER_PATH=/home/sony/g95/lib
00007 
00008 AMBERBUILDFLAGS= -I$(AMBER_SRC)/leap/src/leap  -I$(AMBER_SRC)/sander -I../../src/bio/BioEnergy/include/ 
00009 
00010 #------------------------------------------------------------------------------
00011 # LOCALFLAGS is intended for program specific modifications to the
00012 # Fortran build process and may be modified by the program's local makefile
00013 #------------------------------------------------------------------------------
00014 LOCALFLAGS=
00015 
00016 #------------------------------------------------------------------------------
00017 # Availability and method of delivery of math and optional libraries
00018 #------------------------------------------------------------------------------
00019 USE_BLASLIB=$(SOURCE_COMPILED)
00020 USE_LAPACKLIB=$(SOURCE_COMPILED)
00021 USE_LMODLIB=$(LMOD_UNAVAILABLE)
00022 
00023 
00024 
00025 #------------------------------------------------------------------------------
00026 # C compiler
00027 #------------------------------------------------------------------------------
00028 CC= gcc
00029 CPLUSPLUS=g++
00030 ALTCC=gcc
00031 CFLAGS=-O2 -g $(AMBERBUILDFLAGS)
00032 ALTCFLAGS= $(AMBERBUILDFLAGS)
00033 CPPFLAGS= $(AMBERBUILDFLAGS)
00034 
00035 #------------------------------------------------------------------------------
00036 # Fortran preprocessing and compiler.
00037 # FPPFLAGS holds the main Fortran options, such as whether MPI is used.
00038 #------------------------------------------------------------------------------
00039 FPPFLAGS= -P -I$(AMBER_SRC)/include  $(AMBERBUILDFLAGS)
00040 FPP= cpp -traditional $(FPPFLAGS)
00041 FC= g95
00042 FFLAGS= -g -B$(FORTRAN_G95_COMPILER_PATH) -I$(FORTRAN_G95_COMPILER_PATH) -L$(FORTRAN_G95_COMPILER_PATH) -O0 $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00043 FOPTFLAGS= -g -O3 $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00044 FPP_PREFIX= _
00045 FREEFORMAT_FLAG= -ffree-form
00046 
00047 #------------------------------------------------------------------------------
00048 # Loader:
00049 #------------------------------------------------------------------------------
00050 LOAD= g95  $(LOCALFLAGS) $(AMBERBUILDFLAGS)  -B$(FORTRAN_G95_COMPILER_PATH) -I$(FORTRAN_G95_COMPILER_PATH) -L$(FORTRAN_G95_COMPILER_PATH)
00051 LOADCC= gcc  $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00052 LOADLIB=
00053 LM= -lm
00054 LOADPTRAJ= g95  -B$(FORTRAN_G95_COMPILER_PATH) -I$(FORTRAN_G95_COMPILER_PATH) -L$(FORTRAN_G95_COMPILER_PATH)   $(LOCALFLAGS) $(AMBERBUILDFLAGS)
00055 XHOME= /usr/X11R6
00056 
00057 #------------------------------------------------------------------------------
00058 #  Other stuff:
00059 #------------------------------------------------------------------------------
00060 .SUFFIXES:  .f90 .f .c .o
00061 SYSDIR=lib
00062 AR=ar r
00063 M4=m4
00064 RANLIB=ranlib
00065 SFX=
00066 MAKEDEPEND=$(AMBER_SRC)/../bin/amber_makedepend
00067 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines