2003-11-22 16:36:58 +00:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 15:07:14 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-09-26 17:43:35 +00:00
|
|
|
SUBDIRS = support class util threads mca rte
|
2004-06-15 19:39:21 +00:00
|
|
|
# JMS Temporary hack to make "make dist" work. The directories mentioned
|
|
|
|
# here will eventually moved into SUBDIRS.
|
2004-08-23 06:47:44 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS) include
|