aboutsummaryrefslogtreecommitdiff
path: root/pow/Makefile.in
blob: 6cf29b76d9063e9567410a12ee26067234893b9b (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
# $Id$

CFLAGS	= @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS	= @LIBS@
PYTHON	= @PYTHON@

abs_top_srcdir	 = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@

all: POW/_POW.so

POW/_POW.so: POW.c
	AC_CFLAGS='${CFLAGS}' AC_LDFLAGS='${LDFLAGS}' AC_LIBS='${LIBS}' ${PYTHON} build.py
	rm -f *.o

clean:
	rm -f *.o ../rpkid/rpki/POW/_POW.so

install:
	@echo Not attempting to install modified POW, if you want that, do it yourself

test:
	@true

distclean: clean
	rm -f Makefile