aboutsummaryrefslogtreecommitdiff
path: root/h/Makefile.in
blob: 6202d6d7622bc983d0e2c2da2f4fa326f4dc32e1 (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
# $Id$

PYTHON = @PYTHON@

abs_top_srcdir = @abs_top_srcdir@

all: rpki/sk_manifest.h rpki/sk_roa.h

rpki/sk_manifest.h: rpki/manifest.h
	${PYTHON} ${abs_top_srcdir}/buildtools/defstack.py rpki/manifest.h >$@.tmp
	mv $@.tmp $@

rpki/sk_roa.h: rpki/roa.h
	${PYTHON} ${abs_top_srcdir}/buildtools/defstack.py rpki/roa.h >$@.tmp
	mv $@.tmp $@

clean:
	rm -f *.h.tmp

test install deinstall uninstall installation-manifest:
	@true

distclean: clean
	rm -f Makefile