######################## -*- Mode: Makefile-Automake -*- ###################### ## ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo ## ## The contents of this file are covered under the licence agreement in the ## file "LICENCE" distributed with Cforall. ## ## Makefile.am -- ## ## Author : Peter A. Buhr ## Created On : Sun May 31 22:14:18 2015 ## Last Modified By : Peter A. Buhr ## Last Modified On : Wed Dec 14 14:20:48 2016 ## Update Count : 15 ############################################################################### AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ @LIBCFA_TARGET_MAKEFILES@ : Makefile @$(eval config_file = $(dir $@)config.data) @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false) @$(eval config_data = $(shell cat $(config_file))) @echo "Configuring libcfa with '$(config_data)''" @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data) noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ man1_MANS = doc/man/cfa.1