root/mpich2/branches/dev/kumudb/src/pm/hydra/Makefile.am @ 4870

Revision 4870, 1.3 KB (checked in by kumudb, 5 months ago)

Merge from trunk to kumudb r4748:r4869

Line 
1# -*- Mode: Makefile; -*-
2#
3# (C) 2008 by Argonne National Laboratory.
4#     See COPYRIGHT in top-level directory.
5#
6
7SUBDIRS = mpl .
8
9ACLOCAL_AMFLAGS = -I mpl/confdb
10AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/mpl/include \
11        -I$(top_builddir)/mpl/include \
12        -I$(top_srcdir)/bootstrap/include -I$(top_builddir)/bootstrap/include \
13        -I$(top_srcdir)/bootstrap/utils \
14        -I$(top_srcdir)/rmk/include -I$(top_builddir)/rmk/include -I$(top_srcdir)/rmk/utils \
15        -I$(top_srcdir)/css/include -I$(top_builddir)/css/include -I$(top_srcdir)/css/utils \
16        -I$(top_srcdir)/demux -I$(top_srcdir)/pm/include -I$(top_srcdir)/utils/plpa
17
18noinst_LIBRARIES = libhydra.a libpm.a libui.a
19bin_PROGRAMS =
20libhydra_a_SOURCES =
21libpm_a_SOURCES =
22libui_a_SOURCES =
23
24# The below directories contribute to libhydra.a
25include utils/Makefile.mk
26include rmk/Makefile.mk
27include bootstrap/Makefile.mk
28include css/Makefile.mk
29include demux/Makefile.mk
30
31# Build the PM
32include pm/Makefile.mk
33
34# Build the UI
35include ui/Makefile.mk
36
37# Use the mpich2-build-install target to include mpiexec in the build bin
38# directory (all pm's require these targets)
39mpich2-build-install: install
40mpich2-build-uninstall: uninstall
41
42# A special alternate installation target when using multiple process managers
43install-alt: install-alt-ui install-alt-pm
Note: See TracBrowser for help on using the browser.