# -*- makefile -*- # # $Id: Makefile.am,v 1.7 2000/06/11 20:55:25 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 SUBDIRS = hboot hcc hf77 lamboot lamhalt lamnodes \ recon tkill wipe # 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