Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / autoMakefile.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 SUBDIRS = libcfs portals knals unals router tests doc utils include     \
7         autoconf
8
9 sources: include/libcfs/arch
10         $(MAKE) sources -C libcfs
11
12 all-recursive: include/libcfs/arch
13
14 include/libcfs/arch:
15         case `uname` in                                           \
16                 Linux)                                            \
17                         ln -s linux include/libcfs/arch           \
18                         ;;                                        \
19                 Darwin)                                           \
20                         ln -s darwin include/libcfs/arch          \
21                         ;;                                        \
22                 *)                                                \
23                         echo "Platform `uname` is not supported"  \
24                         ;;                                        \
25         esac