Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / obdfilter / 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 MODULE = obdfilter
8 modulefs_DATA = obdfilter.o
9 EXTRA_PROGRAMS = obdfilter
10
11 LINX=page.c simple.c
12 simple.c:
13         test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
14 page.c:
15         test -e page.c || ln -sf $(top_srcdir)/lib/page.c
16
17 FILTERC = filter.c
18 obdfilter_SOURCES = $(FILTERC) $(LINX)
19
20 dist-hook:
21         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
22
23 include $(top_srcdir)/Rules
24