diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:59:38 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:59:38 +0000 |
commit | 6eb9c3379a77019df4804ec2a94c4f44a23ff436 (patch) | |
tree | d4f432fef588d164d1850e71b26e8dd0b4bdc75d /lib/libkeynote/Makefile.in | |
parent | 78a3820d7c72ca33ca89b44c87a2c5fb3d028e1e (diff) |
Move all ifdefs in header.h (instead of keynote.h), include header.h
in all files including keynote.h, update manpage.
Diffstat (limited to 'lib/libkeynote/Makefile.in')
-rw-r--r-- | lib/libkeynote/Makefile.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/libkeynote/Makefile.in b/lib/libkeynote/Makefile.in index 0180ecba8df..273718b9171 100644 --- a/lib/libkeynote/Makefile.in +++ b/lib/libkeynote/Makefile.in @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile.in,v 1.4 1999/10/09 06:59:37 angelos Exp $ # # The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) # @@ -83,13 +84,13 @@ $(TARGET): $(OBJS) $(TARGET2): $(TARGET) $(OBJS2) $(CC) $(CFLAGS) -o $(TARGET2) $(OBJS2) $(LIBS) -k.tab.c: keynote.y keynote.h assertion.h config.h +k.tab.c: keynote.y header.h keynote.h assertion.h config.h $(YACC) $(YACCFLAGS) keynote.y z.tab.c: keynote-ver.y keynote.h header.h config.h $(YACC) $(YACCFLAGS2) keynote-ver.y -lex.kn.c: keynote.l k.tab.h keynote.h assertion.h config.h +lex.kn.c: keynote.l k.tab.h header.h keynote.h assertion.h config.h $(LEX) $(LEXFLAGS) keynote.l lex.kv.c: keynote-ver.l z.tab.h keynote.h header.h config.h @@ -98,16 +99,16 @@ lex.kv.c: keynote-ver.l z.tab.h keynote.h header.h config.h .c.o: $(CC) $(CFLAGS) $(DEFS) $(INC) -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 -keynote-verify.c: keynote.h header.h config.h -signature.c: keynote.h assertion.h signature.h config.h +aux.c: header.h keynote.h assertion.h signature.h config.h +parse_assertion.c: header.h keynote.h assertion.h signature.h config.h +environment.c: header.h keynote.h assertion.h config.h +keynote-verify.c: header.h keynote.h header.h config.h +signature.c: header.h keynote.h assertion.h signature.h config.h keynote-keygen.c: keynote.h assertion.h signature.h header.h config.h keynote-sign.c: keynote.h header.h config.h keynote-sigver.c: keynote.h header.h config.h keynote-main.c: header.h config.h -base64.c: keynote.h config.h +base64.c: header.h keynote.h config.h clean: $(RM) $(RMFLAGS) $(OBJS) $(OBJS2) a.out *.core *~ */*~ |