1 | ############################################################################## |
---|
2 | ## Makefile.am -- Process this file with automake to produce Makefile.in |
---|
3 | ## Revision: $Id: Makefile.am 314 2012-03-30 12:50:27Z kulshres $ |
---|
4 | ## |
---|
5 | ## Copyright (C) Andrea Walther, Andreas Kowarz |
---|
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 | |
---|
13 | AUTOMAKE_OPTIONS = foreign |
---|
14 | |
---|
15 | EXTRA_DIST = TODO BUGS LICENSE update_versions.sh \ |
---|
16 | ADOL-C/doc/version.tex.in ADOL-C/doc/version.tex \ |
---|
17 | ADOL-C/doc/adolc-manual.pdf ADOL-C/doc/adolc-manual.ps \ |
---|
18 | ADOL-C/doc/adolc-manual.tex ADOL-C/doc/short_ref.pdf \ |
---|
19 | ADOL-C/doc/short_ref.ps ADOL-C/doc/short_ref.tex \ |
---|
20 | ADOL-C/doc/multiplexed.pdf ADOL-C/doc/multiplexed.eps \ |
---|
21 | ADOL-C/doc/tapeadv.pdf ADOL-C/doc/tapeadv.eps \ |
---|
22 | ADOL-C/doc/tapebasic.pdf ADOL-C/doc/tapebasic.eps \ |
---|
23 | ADOL-C/doc/tap_point.pdf ADOL-C/doc/tap_point.eps \ |
---|
24 | MSVisualStudio/v10/adolc.sln MSVisualStudio/v10/adolc.vcxproj \ |
---|
25 | MSVisualStudio/v10/ColPack_Readme_VC++.txt \ |
---|
26 | MSVisualStudio/v10/ColPack.vcxproj \ |
---|
27 | MSVisualStudio/v10/sparse/config.h.in MSVisualStudio/v10/nosparse/config.h.in \ |
---|
28 | MSVisualStudio/v10/x64/sparse/config.h.in MSVisualStudio/v10/x64/nosparse/config.h.in \ |
---|
29 | MSVisualStudio/v10/sparse/config.h MSVisualStudio/v10/nosparse/config.h \ |
---|
30 | MSVisualStudio/v10/x64/sparse/config.h MSVisualStudio/v10/x64/nosparse/config.h \ |
---|
31 | MSVisualStudio/v10/Readme_VC++.txt \ |
---|
32 | MSVisualStudio/v10/installer.sh \ |
---|
33 | adolc.spec.in adolc.spec \ |
---|
34 | update_versions.sh |
---|
35 | |
---|
36 | SUBDIRS = ADOL-C |
---|
37 | |
---|
38 | test: all |
---|
39 | cd ADOL-C; $(MAKE) test |
---|
40 | |
---|