Whamcloud - gitweb
- tagging RC_CURRENT
[fs/lustre-release.git] / lustre / portals / Makefile.am
1 # Copyright (C) 2001  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 EXTRA_DIST = archdep.m4 build.m4 include 
7
8 SUBDIRS = portals
9 DIST_SUBDIRS =
10
11 if LIBLUSTRE
12 SUBDIRS += unals
13 else
14 DIST_SUBDIRS += unals
15 endif
16
17 if MODULES
18 SUBDIRS += libcfs
19 if CRAY_PORTALS
20 DIST_SUBDIRS += knals router
21 else
22 SUBDIRS += knals router
23 endif
24 SUBDIRS += tests
25 else
26 DIST_SUBDIRS += libcfs knals router tests
27 endif
28
29 if DOC
30 SUBDIRS += doc
31 else
32 DIST_SUBDIRS += doc
33 endif
34
35 if UTILS
36 SUBDIRS += utils
37 else
38 DIST_SUBDIRS += utils
39 endif
40
41 DIST_SUBDIRS += $(SUBDIRS)