# $Id$
# minimum rc file for sh-compatible shells

# default architecture
export PIPS_ARCH=LINUX_x86_64_LL

# subversion repositories
export NEWGEN_SVN=http://svn.cri.mines-paristech.fr/svn/newgen
export LINEAR_SVN=http://svn.cri.mines-paristech.fr/svn/linear
export PIPS_SVN=http://svn.cri.mines-paristech.fr/svn/pips

# software prods
prod=/home/fabien/NIGHT/prod

# fix path
PATH=$prod/pips/bin:$prod/pips/utils:$prod/newgen/bin:$PATH

# ld for polylib?
export LD_LIBRARY_PATH=$prod/extern/lib/$PIPS_ARCH:$LD_LIBRARY_PATH

# Fortran compiler to use:
export PIPS_F77=gfortran
export PIPS_F90=gfortran

# avoid "stdc-predef.h"
export PIPS_CPP="cpp -C -std=c99 -ffreestanding"
# ignore these static inlined function
export PIPS_IGNORE_FUNCTION_RX='!__bswap_'
