aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
blob: 6d9c8add182f6cd83ea4a2816191547fb3d93b98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$

SUBDIRS = @TOP_LEVEL_SUBDIRS@

default: all

test:: all

all install clean test distclean::
	@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