aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
blob: 1247ff0d7a31b63c6de75b6fc429f6102abde193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id$

PYTHON = @PYTHON@

abs_top_builddir = @abs_top_builddir@

SUBDIRS = @TOP_LEVEL_SUBDIRS@

default: all

test:: all

all:: VERSION

all install clean test distclean deinstall uninstall::
	@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done

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

distclean::
	rm -rf Makefile config.log config.status

VERSION: .FORCE
	${PYTHON} buildtools/make-version.py

.FORCE: