2004-01-09 00:41:30 +03:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-01-09 11:38:06 +03:00
|
|
|
SUBDIRS = base $(MCA_topo_STATIC_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = base $(MCA_topo_ALL_SUBDIRS)
|
|
|
|
|
|
|
|
# Source code files
|
|
|
|
|
|
|
|
headers = topo.h
|
|
|
|
|
2004-03-07 01:32:48 +03:00
|
|
|
# Conditionally install the header files
|
2004-01-09 11:38:06 +03:00
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2004-03-17 22:06:06 +03:00
|
|
|
lamdir = $(includedir)/lam/mca/topo
|
2004-01-09 11:38:06 +03:00
|
|
|
lam_HEADERS = $(headers)
|
|
|
|
else
|
|
|
|
lamdir = $(includedir)
|
|
|
|
endif
|