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