Whamcloud - gitweb
- many small makefile changes to build package conveniently.
[fs/lustre-release.git] / lustre / ost / 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 = ost
8 modulefs_DATA = ost.o
9 EXTRA_PROGRAMS = ost
10
11 LINX=page.c obd_pack.c
12 obd_pack.c: 
13         ln -s ../lib/obd_pack.c .
14 page.c:
15         ln -s ../lib/page.c
16
17 ost_SOURCES = $(LINX) ost_handler.c
18 dist-hook:
19         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
20
21 include $(top_srcdir)/Rules
22