(DISTFILES): Added getopt.h.
(install uninstall): New dummy targets.
Rev: src/nettle/examples/Makefile.in:1.3
TARGETS = nettle-benchmark @RSA_EXAMPLES@
SOURCES = nettle-benchmark.c nettle-openssl.c \
io.c getopt.c getopt1.c \
- rsa-encrypt.c rsa-decrypt.c rsa-keygen.c
+ rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.c
TS_ALL = rsa-sign-test rsa-verify-test rsa-encrypt-test
DISTFILES= $(SOURCES) Makefile.in $(TS_ALL) run-tests setup-env teardown-env \
- io.h rsa-session.h
+ io.h rsa-session.h getopt.h
all: $(TARGETS)
# rm -f ../stamp-h1
# touch $@
-install:
+install uninstall:
true
distdir: $(DISTFILES)