1
1
openmpi/examples/dtrace/Makefile
2015-06-23 20:59:57 -07:00

25 строки
337 B
Makefile

#
# Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
BINS = mpicommleak
all: $(BINS)
mpicommleak: mpicommleak.c
mpicc mpicommleak.c -o mpicommleak
clean:
/bin/rm -f *.o
clobber:
/bin/rm -f $(BINS) *.o