RANLIB = @RANLIB@
VERSION = @VERSION@
-SUBDIRS = lib examples sample xmlwf
+SUBDIRS = lib examples xmlwf
INSTALLSUBDIRS = lib xmlwf
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_HEADERS = config.h
(cd $$dir && $(MAKE) distclean); \
done
rm -f config.h config.status config.log config.cache libtool
- rm -f Makefile examples/Makefile xmlwf/Makefile sample/Makefile
+ rm -f Makefile examples/Makefile xmlwf/Makefile
extraclean: distclean
rm -f aclocal.m4 config.h.in configure
if test -d ${srcdir}/xmlwf; then
OUTPUT="$OUTPUT xmlwf/Makefile"
fi
-if test -d ${srcdir}/sample; then
- OUTPUT="$OUTPUT sample/Makefile"
-fi
if test -d ${srcdir}/examples; then
OUTPUT="$OUTPUT examples/Makefile"
fi