1 # Copyright (C) 2001 Cluster File Systems, Inc.
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
11 LINX=obd_pack.c ll_pack.c target.c
14 test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c
16 test -e obd_pack.c || ln -sf $(top_srcdir)/lib/obd_pack.c
18 test -e target.c || ln -sf $(top_srcdir)/lib/target.c
20 ost_SOURCES = ost_handler.c $(LINX)
22 list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
24 include $(top_srcdir)/Rules