1##############################################################################
2## Makefile.am -- Process this file with automake to produce Makefile.in
3## Revision: $Id: Makefile.am 762 2018-12-18 15:36:05Z mbanovic $
4##
5## Copyright (C) Andrea Walther, Andreas Kowarz, Kshitij Kulshreshtha
6##
7## This file is part of ADOL-C. This software is provided as open source.
8## Any use, reproduction, or distribution of the software constitutes
9## recipient's acceptance of the terms of the accompanying license file.
10##
11##############################################################################
12
13pkginclude_HEADERS   = adolc.h adalloc.h adouble.h adutils.h adutilsc.h \
14                       convolut.h fortutils.h \
15                       interfaces.h taping.h \
16                       externfcts.h checkpointing.h fixpoint.h\
17                       adolc_sparse.h adolc_openmp.h \
18                       revolve.h advector.h \
19                       adolc_fatalerror.h \
20                       adtl.h adtl_indo.h adtl_hov.h \
21                       adoublecuda.h \
22                       param.h externfcts2.h \
23                       edfclasses.h
24
25if BUILD_ADOLC_MEDIPACK_SUPPORT
26pkginclude_HEADERS   += medipacksupport.h
27endif
28
29SUBDIRS = internal drivers tapedoc lie
30
31if SPARSE
32SUBDIRS += sparse
33endif
34