Whamcloud - gitweb
ONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably will)
[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=simple.c ll_pack.c
12 ll_pack.c:
13         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c
14
15 simple.c:
16         test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
17
18 FILTERC = filter.c
19 obdfilter_SOURCES = $(FILTERC) $(LINX)
20
21 dist-hook:
22         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
23
24 include $(top_srcdir)/Rules
25