# -*- makefile -*- # # $Id: Makefile.am,v 1.9 2000/06/11 20:46:44 jsquyres Exp $ # # This file is part of the LAM/MPI software package from the # University of Notre Dame. # # See the LICENSE file in the top-level directory for Copyright notices. # AUTOMAKE_OPTIONS = foreign dist-tarZ no-dependencies # These directories are only listed separately because they will only # have binaries compiled if --with-trillium was specified during the # configuration of LAM/MPI. The Makefile.am's in each subdirectory # have a conditional defined such that they will compile their binary # [or not] depending on the args to configure. # The decision as to whether we compile or not is in the subdirectory # files so that we can come through.... trillium = bfctl bfstate doom fctl filedr fstate ipcdr \ kdump loadgo state SUBDIRS = lamclean lamexec lamgrow lamshrink \ lamtrace mpimsg mpirun mpitask \ sys tping $(trillium) # This file is only here so that the "tags" target will work properly. # Without *something* in either SOURCES or HEADERS, the tags target # won't work nicely. Ugh. Hopefully this will be fixed in automake # 1.5! noinst_HEADERS = automake_bogosity.h include $(top_srcdir)/Makefile.depend