#  --------------------------------------------------------------
#  File xxxinstall of ADOL-C version 1.6 as of January 1,   1995
#  --------------------------------------------------------------
#  xxxinstall  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.xxx ../SRC/makefile
cp makefile.dex.xxx ../SRC/DEX/makefile
cp makefile.exa.xxx ../SRC/EXA/makefile

