Whamcloud - gitweb
land clio.
[fs/lustre-release.git] / lustre / osc / 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
18 # http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
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 if LIBLUSTRE
38 noinst_LIBRARIES = libosc.a
39 libosc_a_SOURCES = osc_request.c osc_create.c osc_internal.h osc_cl_internal.h osc_dev.c osc_object.c osc_page.c osc_lock.c osc_io.c
40
41 libosc_a_CPPFLAGS = $(LLCPPFLAGS)
42 libosc_a_CFLAGS = $(LLCFLAGS)
43 endif
44
45 if MODULES
46
47 if LINUX
48 modulefs_DATA = osc$(KMODEXT)
49 endif
50
51 if DARWIN
52 macos_PROGRAMS := osc
53
54 osc_SOURCES := \
55         osc_create.c \
56         osc_dev.c    \
57         osc_object.c \
58         osc_page.c   \
59         osc_lock.c   \
60         osc_io.c     \
61         osc_request.c
62
63 osc_CFLAGS := $(EXTRA_KCFLAGS)
64 osc_LDFLAGS := $(EXTRA_KLDFLAGS)
65 osc_LDADD := $(EXTRA_KLIBS)
66
67 plist_DATA := Info.plist
68
69 install_data_hook := fix-kext-ownership
70
71 endif # Darwin
72
73 endif
74
75 install-data-hook: $(install_data_hook)
76
77 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
78 DIST_SOURCES = $(osc-objs:%.o=%.c) osc_internal.h osc_cl_internal.h