summaryrefslogtreecommitdiff
path: root/lib/libkeynote/Makefile.in
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-06 20:42:15 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-06 20:42:15 +0000
commit9c4558e7f88fd2fe83f93db0ae2b0887ff4615de (patch)
tree34f9e8b7714761b973d327c0f8634684477efcf2 /lib/libkeynote/Makefile.in
parent1747096ab7338bb31dbffa7162f4aed9faa330e3 (diff)
Sync with release.
Diffstat (limited to 'lib/libkeynote/Makefile.in')
-rw-r--r--lib/libkeynote/Makefile.in51
1 files changed, 18 insertions, 33 deletions
diff --git a/lib/libkeynote/Makefile.in b/lib/libkeynote/Makefile.in
index 866bf6b543c..2cffc0d22f9 100644
--- a/lib/libkeynote/Makefile.in
+++ b/lib/libkeynote/Makefile.in
@@ -1,4 +1,3 @@
-# $OpenBSD: Makefile.in,v 1.1 1999/10/01 01:08:29 angelos Exp $
#
# The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
#
@@ -22,8 +21,6 @@ VERSION = 2.0
DISTFILE = keynote-${VERSION}.tar.gz
KNSUBDIR = KeyNote-${VERSION}
-srcdir = @srcdir@
-
LEX = @LEX@
CC = @CC@
RANLIB = @RANLIB@
@@ -49,10 +46,10 @@ RMFLAGS2 = -rf
RMFLAGS = -f
NROFFFLAGS = -mandoc
-SSLCONF = ${srcdir}/testsuite/openssl.cnf
-SSLCERT = ${srcdir}/testsuite/test.cert.pem
-SSLKEY = ${srcdir}/testsuite/test.key.pem
-SIGN_ASSERT = ${srcdir}/testsuite/test-assertion1-signed
+SSLCONF = testsuite/openssl.cnf
+SSLCERT = testsuite/test.cert.pem
+SSLKEY = testsuite/test.key.pem
+SIGN_ASSERT = testsuite/test-assertion1-signed
# No-crypto compile/link flags and definitions
NOCRYPTODEFS = @DEFS@
@@ -87,32 +84,20 @@ $(TARGET2): $(TARGET) $(OBJS2)
$(CC) $(CFLAGS) -o $(TARGET2) $(OBJS2) $(LIBS)
k.tab.c: keynote.y keynote.h assertion.h config.h
- $(YACC) $(YACCFLAGS) ${srcdir}/keynote.y
+ $(YACC) $(YACCFLAGS) keynote.y
z.tab.c: keynote-ver.y keynote.h header.h config.h
- $(YACC) $(YACCFLAGS2) ${srcdir}/keynote-ver.y
+ $(YACC) $(YACCFLAGS2) keynote-ver.y
lex.kn.c: keynote.l k.tab.h keynote.h assertion.h config.h
- $(LEX) $(LEXFLAGS) ${srcdir}/keynote.l
+ $(LEX) $(LEXFLAGS) keynote.l
lex.kv.c: keynote-ver.l z.tab.h keynote.h header.h config.h
- $(LEX) $(LEXFLAGS2) ${srcdir}/keynote-ver.l
+ $(LEX) $(LEXFLAGS2) keynote-ver.l
.c.o:
$(CC) $(CFLAGS) $(DEFS) $(INC) -c $<
-aux.o: ${srcdir}/aux.c
-parse_assertion.o: ${srcdir}/parse_assertion.c
-environment.o: ${srcdir}/environment.c
-keynote-verify.o: ${srcdir}/keynote-verify.c
-signature.o: ${srcdir}/signature.c
-keynote-keygen.o: ${srcdir}/keynote-keygen.c
-keynote-sign.o: ${srcdir}/keynote-sign.c
-keynote-sigver.o: ${srcdir}/keynote-sigver.c
-keynote-main.o: ${srcdir}/keynote-main.c
-base64.o: ${srcdir}/base64.c
-getopt.o: ${srcdir}/getopt.c
-
aux.c: keynote.h assertion.h signature.h config.h
parse_assertion.c: keynote.h assertion.h signature.h config.h
environment.c: keynote.h assertion.h config.h
@@ -152,17 +137,17 @@ test-sig: all $(SSLCERT) $(SSLKEY)
./$(TARGET2) sigver $(SIGN_ASSERT)
test: all
- ./$(TARGET2) verify -e ${srcdir}/testsuite/test-env \
+ ./$(TARGET2) verify -e testsuite/test-env \
-r false,maybe,probably,true \
- -k ${srcdir}/testsuite/auth1 -k ${srcdir}/testsuite/auth2 \
- -k ${srcdir}/testsuite/auth3 -k ${srcdir}/testsuite/auth4 \
- -l ${srcdir}/testsuite/test-assertion1 \
- -l ${srcdir}/testsuite/test-assertion2 \
- -l ${srcdir}/testsuite/test-assertion3 \
- -l ${srcdir}/testsuite/test-assertion4 \
- -l ${srcdir}/testsuite/test-assertion5 \
- -l ${srcdir}/testsuite/test-assertion6 \
- -l ${srcdir}/testsuite/test-assertion7 || ${TRUE}
+ -k testsuite/auth1 -k testsuite/auth2 \
+ -k testsuite/auth3 -k testsuite/auth4 \
+ -l testsuite/test-assertion1 \
+ -l testsuite/test-assertion2 \
+ -l testsuite/test-assertion3 \
+ -l testsuite/test-assertion4 \
+ -l testsuite/test-assertion5 \
+ -l testsuite/test-assertion6 \
+ -l testsuite/test-assertion7 || ${TRUE}
manpages: mankeynote mansystem manutility