Whamcloud - gitweb
land b_eq on HEAD
[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 noinst_LIBRARIES = liblvfs.a
18 liblvfs_a_SOURCES = lvfs_userfs.c
19 liblvfs_a_CFLAGS = -fPIC
20
21 #if MYSQL
22 #liblvfs_a_SOURCES += lvfs_user_mysql.c
23 #endif
24
25 else
26 modulefs_DATA = lvfs.o $(FSMOD).o fsfilt_reiserfs.o
27
28 EXTRA_PROGRAMS = lvfs $(FSMOD) fsfilt_reiserfs
29 lvfs_SOURCES = lvfs_common.c lvfs_linux.c fsfilt.c lvfs_internal.h
30 endif
31
32
33 include $(top_srcdir)/Rules