Whamcloud - gitweb
file loop-sync-2.4.21-suse.patch was initially added on branch b1_2_smallfix.
[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_obd.c #llog_ioctl.c rbtree.c
7 liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -DLUSTRE_VERSION=\"32\" -DBUILD_VERSION=\"1\"
8 liblustreclass_a_CFLAGS = $(LLCFLAGS)
9
10 endif
11
12 if MODULES
13 modulefs_DATA = obdclass$(KMODEXT)
14 noinst_DATA = llog_test$(KMODEXT)
15 endif # MODULES
16
17 MOSTLYCLEANFILES = *.o *.ko *.mod.c llog-test.c
18 DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c