# $Id$ abs_top_builddir = @abs_top_builddir@ SUBDIRS = @TOP_LEVEL_SUBDIRS@ default: all test:: all all install clean test distclean deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done distclean:: rm -f Makefile config.log config.status export: svn export http://subvert-rpki.hactrn.net/ tar czf subvert-rpki.hactrn.net-$$(date +%Y.%m.%d).tar.gz subvert-rpki.hactrn.net rm -rf subvert-rpki.hactrn.net distclean clean:: rm -rf build autom4te.cache