Whamcloud - gitweb
2d095b4704cf15311436de2b0b17582e1b62c46c
[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 = llight
9 modulefs_DATA = llight.o
10 EXTRA_PROGRAMS = llight
11
12 page.c: 
13         -ln -s ../lib/page.c
14
15
16 LINX=page.c
17 llight_SOURCES =  page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
18
19 dist-hook:
20         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
21
22 include $(top_srcdir)/Rules