Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / fid / autoMakefile.am
diff --git a/lustre/fid/autoMakefile.am b/lustre/fid/autoMakefile.am
new file mode 100644 (file)
index 0000000..c007f43
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright (C) 2001  Cluster File Systems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
+
+if LIBLUSTRE
+noinst_LIBRARIES = libfid.a
+libfid_a_SOURCES = fid_handler.c fid_store.c fid_request.c lproc_fid.c fid_lib.c fid_internal.h
+libfid_a_CPPFLAGS = $(LLCPPFLAGS)
+libfid_a_CFLAGS = $(LLCFLAGS)
+endif
+
+if MODULES
+modulefs_DATA = fid$(KMODEXT)
+endif
+
+install-data-hook: $(install_data_hook)
+
+MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
+DIST_SOURCES = $(fid-objs:%.o=%.c) fid_internal.h