24 строки
708 B
Makefile
24 строки
708 B
Makefile
#
|
|
# Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This Makefile is not traversed during a normal "make all" in an OMPI
|
|
# build. It *is* traversed during "make dist", however. So you can
|
|
# put EXTRA_DIST targets in here.
|
|
#
|
|
# You can also use this as a convenience for building this MPI
|
|
# extension (i.e., "make all" in this directory to invoke "make all"
|
|
# in all the subdirectories).
|
|
|
|
SUBDIRS = c
|
|
|
|
EXTRA_DIST = README.txt
|