# $Id$ # This top-level Makefile doesn't really need to be run through # autoconf at all yet, but the need to run ./configure is more obvious # if there's no Makefile at the top.... SUBDIRS = openssl rcynic utils pow rpkid all install clean test: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done test: all 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