Whamcloud - gitweb
b=16098
[fs/lustre-release.git] / libcfs / libcfs / autoMakefile.am
1 #
2 # GPL HEADER START
3 #
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License version 2 only,
8 # as published by the Free Software Foundation.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # General Public License version 2 for more details (a copy is included
14 # in the LICENSE file that accompanied this code).
15 #
16 # You should have received a copy of the GNU General Public License
17 # version 2 along with this program; If not, see [sun.com URL with a
18 # copy of GPLv2].
19 #
20 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21 # CA 95054 USA or visit www.sun.com if you need additional information or
22 # have any questions.
23 #
24 # GPL HEADER END
25 #
26
27 #
28 # Copyright  2008 Sun Microsystems, Inc. All rights reserved
29 # Use is subject to license terms.
30 #
31
32 #
33 # This file is part of Lustre, http://www.lustre.org/
34 # Lustre is a trademark of Sun Microsystems, Inc.
35 #
36
37 SUBDIRS := linux
38 if DARWIN
39 SUBDIRS += darwin
40 endif
41 DIST_SUBDIRS := $(SUBDIRS)
42
43 if LIBLUSTRE
44 noinst_LIBRARIES= libcfs.a
45 libcfs_a_SOURCES= debug.c user-prim.c user-lock.c user-tcpip.c user-bitops.c
46 libcfs_a_CPPFLAGS = $(LLCPPFLAGS)
47 libcfs_a_CFLAGS = $(LLCFLAGS)
48 endif
49
50 if MODULES
51
52 if LINUX
53 modulenet_DATA := libcfs$(KMODEXT)
54 endif
55
56 if DARWIN
57 macos_PROGRAMS := libcfs
58
59 nodist_libcfs_SOURCES := darwin/darwin-sync.c darwin/darwin-mem.c       \
60         darwin/darwin-prim.c darwin/darwin-fs.c darwin/darwin-curproc.c \
61         darwin/darwin-tcpip.c darwin/darwin-utils.c                     \
62         darwin/darwin-debug.c darwin/darwin-proc.c                      \
63         darwin/darwin-tracefile.c darwin/darwin-module.c                \
64         debug.c module.c tracefile.c nidstrings.c watchdog.c
65
66 libcfs_CFLAGS := $(EXTRA_KCFLAGS)
67 libcfs_LDFLAGS := $(EXTRA_KLDFLAGS)
68 libcfs_LDADD := $(EXTRA_KLIBS)
69
70 plist_DATA := Info.plist
71
72 install_data_hook := fix-kext-ownership
73
74 endif
75
76 endif
77
78 install-data-hook: $(install_data_hook)
79
80 EXTRA_DIST := Info.plist
81
82 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ linux-*.c linux/*.o darwin/*.o libcfs
83 DIST_SOURCES := $(libcfs-all-objs:%.o=%.c) tracefile.h user-prim.c \
84                                            user-lock.c user-tcpip.c user-bitops.c