Blame examples/Makefile.am

Packit Service c5cf8c
# -*- Mode: Makefile; -*-
Packit Service c5cf8c
# vim: set ft=automake :
Packit Service c5cf8c
#
Packit Service c5cf8c
# (C) 2011 by Argonne National Laboratory.
Packit Service c5cf8c
#     See COPYRIGHT in top-level directory.
Packit Service c5cf8c
#
Packit Service c5cf8c
Packit Service c5cf8c
AM_CPPFLAGS = -I$(top_builddir)/src/include -I${top_srcdir}/src/include
Packit Service c5cf8c
LDADD       = ../lib/lib@MPILIBNAME@.la -lm
Packit Service c5cf8c
Packit Service c5cf8c
# "cpi" is special, we always build it at the end of the regular "make" process
Packit Service c5cf8c
# and its main purpose is to catch missing symbol link-time errors before any
Packit Service c5cf8c
# tests are run.
Packit Service c5cf8c
noinst_PROGRAMS = cpi
Packit Service c5cf8c
Packit Service c5cf8c
# pmandel requires a separate set of socket calls (its a long story)
Packit Service c5cf8c
# and may not build on most platforms
Packit Service c5cf8c
EXTRA_PROGRAMS = pmandel pmandel_spawn pmandel_service pmandel_spaserv    \
Packit Service c5cf8c
                 pmandel_fence hellow icpi ircpi parent child srtest \
Packit Service c5cf8c
                 spawn_merge_parent spawn_merge_child1 spawn_merge_child2