#  --------------------------------------------------------------
#  File gnuinstall of ADOL-C version 1.6 as of January 1,   1995
#  --------------------------------------------------------------
#  gnuinstall  copies
#  the correct makefiles for ADOL-C itself into */SRC
#  and for the examples into the subdirectories */SRC/EXA and */SRC/DEX.

cp makefile.src.gnu ../SRC/makefile
cp makefile.dex.gnu ../SRC/DEX/makefile
cp makefile.exa.gnu ../SRC/EXA/makefile

