######################## -*- 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 08:49:31 2015 ## Last Modified By : Peter A. Buhr ## Last Modified On : Sun May 31 08:50:25 2015 ## Update Count : 1 ############################################################################### # applies to both programs AM_CXXFLAGS = -Wall bin_PROGRAMS = cfa cfa_SOURCES = cfa.cc # put into lib for now cc1libdir = ${libdir} cc1lib_PROGRAMS = cc1 cc1_SOURCES = cc1.cc