Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / lvfs / 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 DEFS= 
6 MODULE = lvfs
7
8
9 if EXTN
10 FSMOD = fsfilt_extN
11 else
12 FSMOD = fsfilt_ext3
13 endif
14
15
16 if LIBLUSTRE
17 lib_LIBRARIES = liblvfs.a
18 liblvfs_a_SOURCES = lvfs_userfs.c
19
20 #if MYSQL
21 #liblvfs_a_SOURCES += lvfs_user_mysql.c
22 #endif
23
24 else
25 modulefs_DATA = lvfs.o $(FSMOD).o fsfilt_reiserfs.o
26
27 EXTRA_PROGRAMS = lvfs $(FSMOD) fsfilt_reiserfs
28 lvfs_SOURCES = lvfs_common.c lvfs_linux.c fsfilt.c lvfs_internal.h
29 endif
30
31
32 include $(top_srcdir)/Rules