Whamcloud - gitweb
* Compiles after merging b1_4
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
1 if LIBLUSTRE
2
3 noinst_LIBRARIES = liblustreclass.a
4 liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c uuid.c 
5 liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c
6 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c 
7 liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c #llog_ioctl.c rbtree.c
8 liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -DLUSTRE_VERSION=\"32\" -DBUILD_VERSION=\"1\"
9 liblustreclass_a_CFLAGS = $(LLCFLAGS)
10
11 endif
12
13 if MODULES
14 modulefs_DATA = obdclass$(KMODEXT)
15 noinst_DATA = llog_test$(KMODEXT)
16 endif # MODULES
17
18 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  llog-test.c
19 DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h