https://github.com/geodynamics/citcoms
Revision 26d292c20969fbc5392cf6a9d27da5d4971c8b08 authored by Leif Strand on 04 October 2005, 02:53:16 UTC, committed by Leif Strand on 04 October 2005, 02:53:16 UTC
1 parent 8aa0dda
Raw File
Tip revision: 26d292c20969fbc5392cf6a9d27da5d4971c8b08 authored by Leif Strand on 04 October 2005, 02:53:16 UTC
Ported GNU Build System from CitcomS trunk to v2 branch.
Tip revision: 26d292c
Makefile.am
## Process this file with automake to produce Makefile.in
# $Id$

dist_pkgsysconf_DATA = \
	full.odb \
	full-sphere.odb \
	globus.odb \
	incomp-newtonian.odb \
	incomp-non-newtonian.odb \
	lam-mpi.odb \
	lsf.odb \
	mpich.odb \
	pbs.odb \
	regional.odb \
	regional-sphere.odb \
	temp.odb \
	__vault__.odb

nodist_pkgsysconf_DATA = CitcomS.pml
do_subst = sed \
	-e 's|[@]BSUB[@]|$(BSUB)|g' \
	-e 's|[@]GLOBUSRUN[@]|$(GLOBUSRUN)|g' \
	-e 's|[@]INPUT[@]|$(pkgsysconfdir)/CitcomS.pml: generated from CitcomS.pml.in|g' \
	-e 's|[@]LAUNCHER[@]|$(LAUNCHER)|g' \
	-e 's|[@]LAUNCHERS_PY[@]|$(pkgpythondir)/Components/Launchers.py|g' \
	-e 's|[@]MPIRUN[@]|$(MPIRUN)|g' \
	-e 's|[@]PYTHIA_MPIPYTHON[@]|$(PYTHIA_MPIPYTHON)|g' \
	-e 's|[@]QSUB[@]|$(QSUB)|g'
CitcomS.pml: $(srcdir)/CitcomS.pml.in
	$(do_subst) < $(srcdir)/CitcomS.pml.in > $@ || (rm -f $@ && exit 1)
CLEANFILES = $(nodist_pkgsysconf_DATA)
EXTRA_DIST = CitcomS.pml.in

## end of Makefile.am
back to top