## Process this file with automake to produce Makefile.in -*- makefile -*- # $Source: runtime/gasnet/sci-conduit/contrib/Makefile.am $ # $Date: Wed, 01 Sep 2004 17:05:50 -0700 $ # $Revision: 1.2.1.1 $ # Description: Makefile for GASNet sci conduit # Copyright 2002, Dan Bonachea # Terms of use are as specified in license.txt AUTOMAKE_OPTIONS = foreign 1.4 EXTRA_DIST = \ gasnetrun_sci.ksh \ machines.sci # Need a bin_DATA rule, but automake disallows that. So, fake it. mybindir = $(bindir) # Conditionally install the run script if USE_SCI_CONDUIT scripts = gasnetrun_sci data = machines.sci else scripts = data = endif bin_SCRIPTS = $(scripts) mybin_DATA = $(data) .PHONY: force force: