Whamcloud - gitweb
Land b1_6_bug11013 onto HEAD (20070313_0924)
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
1 SUBDIRS := linux
2 if DARWIN
3 SUBDIRS += darwin
4 endif
5 DIST_SUBDIRS := $(SUBDIRS)
6
7 if LIBLUSTRE
8
9 noinst_LIBRARIES = liblustreclass.a
10 liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c uuid.c 
11 liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c class_hash.c
12 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c 
13 liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c 
14 liblustreclass_a_SOURCES += prng.c #llog_ioctl.c rbtree.c
15 liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -DLUSTRE_VERSION=\"32\" -DBUILD_VERSION=\"1\"
16 liblustreclass_a_CFLAGS = $(LLCFLAGS)
17
18 endif
19
20
21 if MODULES
22
23 if LINUX
24 modulefs_DATA = obdclass$(KMODEXT)
25 noinst_DATA = llog_test$(KMODEXT)
26 endif # LINUX
27
28 if DARWIN
29 macos_PROGRAMS := obdclass
30
31 obdclass_SOURCES := \
32         darwin/darwin-module.c darwin/darwin-sysctl.c           \
33         class_obd.c genops.c lprocfs_status.c class_hash.c      \
34         lustre_handles.c lustre_peer.c obd_config.c             \
35         obdo.c debug.c llog_ioctl.c uuid.c prng.c               \
36         llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c
37
38 obdclass_CFLAGS := $(EXTRA_KCFLAGS)
39 obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)
40 obdclass_LDADD := $(EXTRA_KLIBS)
41
42 plist_DATA := Info.plist
43
44 install_data_hook := fix-kext-ownership
45
46 endif # DARWIN
47
48 endif # MODULES
49
50 install-data-hook: $(install_data_hook)
51
52 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  llog-test.c
53 MOSTLYCLEANFILES += linux/*.o darwin/*.o
54 DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-all-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h