Whamcloud - gitweb
land b_v26 (20040316_1603)
[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 COMMON_SRC = dcache.c dir.c file.c llite_close.c llite_lib.c llite_nfs.c rw.c \
13              lproc_llite.c namei.c symlink.c sysctl.c llite_internal.h
14
15 if LINUX25
16 llite_SOURCES = $(COMMON_SRC) rw26.c super25.c
17 else
18 llite_SOURCES = $(COMMON_SRC) rw24.c super.c
19 endif
20
21 include $(top_srcdir)/Rules