############################################################################## ## Makefile.am -- Process this file with automake to produce Makefile.in ## Revision: $Id: Makefile.am 38 2009-06-17 15:48:09Z awalther $ ## ## Copyright (C) Andrea Walther, Andreas Kowarz ## ## This file is part of ADOL-C. This software is provided as open source. ## Any use, reproduction, or distribution of the software constitutes ## recipient's acceptance of the terms of the accompanying license file. ## ############################################################################## AUTOMAKE_OPTIONS = foreign if DOCEXA SUBDIRS = src examples test else if ADDEXA SUBDIRS = src examples test else if PAREXA SUBDIRS = src examples test else SUBDIRS = src test endif endif endif BUILT_SOURCES = $(top_builddir)/ADOL-C/adolc/adolc.h $(top_builddir)/ADOL-C/adolc/adolc.h: $(LN_S) $(top_srcdir)/ADOL-C/src adolc MAINTAINERCLEANFILES = Makefile.in test: all cd test; $(MAKE) test