root/mpich2/trunk/src/pm/util/Makefile.sm @ 100

Revision 100, 325 bytes (checked in by balaji, 2 years ago)

Added all components in the right places.

Line 
1INCLUDES = -I../../include -I${master_top_srcdir}/src/include \
2    -I../../pmi/simple -I${master_top_srcdir}/src/pmi/simple
3
4libmpiexec_a_SOURCES = cmnargs.c process.c ioloop.c pmiserv.c labelout.c \
5                     env.c newsession.c rm.c pmiport.o dbgiface.c
6
7OTHER_DIRS = test
8
9distclean-local:
10clean-local:
11        -rm -f libmpiexec.a
Note: See TracBrowser for help on using the browser.