1 include $(top_srcdir)/Makefile.vars
2 include $(top_srcdir)/Makefile.rules
4 DISTCLEANFILES += config.h stamp-h libtool
5 MAINTAINERCLEANFILES += aclocal.m4 config.h.in configure stamp-h.in \
8 EXTRA_DIST += ChangeLog AUTHORS COPYING COPYING.lib INSTALL \
10 Makefile.vars Makefile.rules Makefile.dirs
12 # bin or src products may be required to generate stuff in test/
13 SUBDIRS = man bin src doc
18 LIBTOOL_DEPS = @LIBTOOL_DEPS@
19 libtool: $(LIBTOOL_DEPS)
20 $(SHELL) ./config.status --recheck
22 ## FIXME: Your stuff here