3 modulefs_DATA = obdclass.o
4 EXTRA_PROGRAMS = obdclass
5 LINX=page.c debug.c l_lock.c
6 obdclass_SOURCES = genops.c proc_lustre.c class_obd.c sysctl.c uuid.c \
10 test -e debug.c || ln -sf $(top_srcdir)/lib/debug.c
13 test -e page.c || ln -sf $(top_srcdir)/lib/page.c
16 test -e l_lock.c || ln -sf $(top_srcdir)/lib/l_lock.c
18 include $(top_srcdir)/Rules