Whamcloud - gitweb
- put the exit(1)s back in after MPI_Abort() in the hopes that MPI
[fs/lustre-release.git] / lnet / libcfs / Makefile.am
1 # Copyright (C) 2001, 2002 Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6
7 MODULE = libcfs
8 modulenet_DATA = libcfs.o
9 EXTRA_PROGRAMS = libcfs
10
11 DISTCLEANFILES = *.orig *.rej
12
13 DEFS =
14 libcfs_SOURCES = module.c proc.c debug.c lwt.c
15
16 # Don't distribute any patched files.
17 dist-hook:
18         list='$(EXT2C)'; for f in $$list; do rm -f $(distdir)/$$f; done
19
20 include ../Rules.linux