00001 ## 00002 ## Make include file containing dependencies and settings 00003 ## for the salsa syspro package 00004 ## 00005 00006 # the location where library files will be created 00007 SYSPRO_LIB_DIR = /usr/src/tmp/salsa-real-buildroot/usr/lib/petsc-real/lib 00008 00009 # If you do not have the salsa NMD library, zero the following definitions, 00010 # otherwise, fill in the correct include and library directories 00011 NMD_CFLAGS = -DHAVE_NMD -I/usr/src/RPM/BUILD/salsa-real-2.0/nmd 00012 LIBNMD_LIB_LINK = -L$(SYSPRO_LIB_DIR) -lnmd 00013 00014 # If you do not have the salsa ANAMOD library, zero the following definitions, 00015 # otherwise, fill in the correct include and library directories 00016 SYSPRO_HAVE_ANAMOD = 1 00017 SYSPRO_ANAMOD_FLAGS = -DHAVE_ANAMOD -I/usr/src/RPM/BUILD/salsa-real-2.0/anamod $(NMD_CFLAGS) 00018 SYSPRO_ANAMOD_LIB_LINK = -L$(SYSPRO_LIB_DIR) -lanamod -lnmd 00019 00020 # misc 00021 SYSPRO_COPTFLAGS = -O2 -pipe -Wall -fPIC -DPIC