Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / klnds / socklnd / 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 if MODULES
7 if !CRAY_PORTALS
8
9 if LINUX
10 modulenet_DATA = ksocknal$(KMODEXT)
11 endif
12
13 if DARWIN
14 macos_PROGRAMS := ksocknal
15
16 ksocknal_SOURCES := socknal.c socknal_cb.c socknal_lib-darwin.c
17
18 ksocknal_CFLAGS := $(EXTRA_KCFLAGS)
19 ksocknal_LDFLAGS := $(EXTRA_KLDFLAGS)
20 ksocknal_LDADD := $(EXTRA_KLIBS)
21
22 plist_DATA := Info.plist
23
24 install-data-hook: fix-kext-ownership
25
26 endif
27
28 endif
29 endif
30
31 EXTRA_DIST := Info.plist
32
33 MOSTLYCLEANFILES = *.o *.ko *.mod.c socknal_lib.c
34 DIST_SOURCES = $(ksocknal-objs:%.o=%.c) socknal_lib-darwin.c    \
35         socknal_lib-darwin.h socknal_lib-linux.h socknal.h