Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / llite / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DEFS= 
7
8 MODULE = llite
9 modulefs_DATA = llite.o
10 EXTRA_PROGRAMS = llite
11
12 LINX= ll_pack.c
13
14 llite_SOURCES = dcache.c commit_callback.c super.c rw.c super25.c
15 llite_SOURCES += file.c dir.c sysctl.c symlink.c $(LINX)
16 llite_SOURCES += lov_pack.c recover.c namei.c lproc_llite.c
17
18 lov_pack.c: 
19         test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c .
20 ll_pack.c:
21         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c .
22
23 include $(top_srcdir)/Rules