# Copyright (C) 2001, 2002 Cluster File Systems, Inc. # # This code is issued under the GNU General Public License. # See the file COPYING in this distribution if MODULES modulenet_DATA := portals$(KMODEXT) endif sources: rm -f sources @for i in $(api-sources) $(lib-sources) ; do \ echo ln -sf $$i . ; \ ln -sf $$i . || exit 1 ; \ done touch sources MOSTLYCLEANFILES = *.o *.ko *.mod.c CLEANFILES = sources lib-*.c api-*.c DIST_SOURCES = $(libcfs-objs:%.o=%.c)