chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c37aa75
)
Add new source files, and remove options inappropriate for subsidiary
author
mdw
<mdw>
Thu, 7 Aug 1997 09:39:36 +0000
(09:39 +0000)
committer
mdw
<mdw>
Thu, 7 Aug 1997 09:39:36 +0000
(09:39 +0000)
Makefiles.
src/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index af4162569d3e7902b407b149a1c0df4c3b03fa42..e8068ef620afe8fce39ec3e6373ee6d35dd7aff9 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,7
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
2 1997/08/04 10:24:19
mdw Exp $
+## $Id: Makefile.am,v 1.
3 1997/08/07 09:39:36
mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
@@
-29,16
+29,16
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.3 1997/08/07 09:39:36 mdw
+## Add new source files, and remove options inappropriate for subsidiary
+## Makefiles.
+##
## Revision 1.2 1997/08/04 10:24:19 mdw
## Sources placed under CVS control.
##
##----- General setup things ------------------------------------------------
## Revision 1.2 1997/08/04 10:24:19 mdw
## Sources placed under CVS control.
##
##----- General setup things ------------------------------------------------
-## --- Standard setup things ---
-
-AUTOMAKE_OPTIONS = foreign
-
## --- What to make ---
bin_PROGRAMS = become keygen
## --- What to make ---
bin_PROGRAMS = become keygen
@@
-51,7
+51,7
@@
noinst_LIBRARIES = bcm
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
- class.c name.c rule.c set.c sym.c userdb.c \
+ class.c name.c
netg.c
rule.c set.c sym.c userdb.c \
crypt.c \
noise.c rand.c \
icrypt.c idea.c md5.c \
crypt.c \
noise.c rand.c \
icrypt.c idea.c md5.c \
@@
-60,11
+60,12
@@
bcm_SOURCES = \
become.h \
check.h daemon.h \
lexer.h parser.h \
become.h \
check.h daemon.h \
lexer.h parser.h \
- class.h name.h rule.h set.h sym.h userdb.h \
+ class.h name.h
netg.h
rule.h set.h sym.h userdb.h \
crypt.h \
noise.h rand.h \
icrypt.h idea.h md5.h \
crypt.h \
noise.h rand.h \
icrypt.h idea.h md5.h \
- mdwopt.h tx.h utils.h
+ mdwopt.h tx.h utils.h \
+ dbutils.h
BUILT_SOURCES = \
parser.c lexer.c parser.tab.h
BUILT_SOURCES = \
parser.c lexer.c parser.tab.h
@@
-82,7
+83,7
@@
lexer.c: $(srcdir)/lexer.l
## --- The main programs ---
## --- The main programs ---
-LDADD = libbcm.a @L
IBS@ @L
EXLIB@
+LDADD = libbcm.a @LEXLIB@
become_SOURCES = become.c
keygen_SOURCES = keygen.c
become_SOURCES = become.c
keygen_SOURCES = keygen.c
@@
-93,7
+94,7
@@
become keygen: libbcm.a
## --- The test programs ---
TESTS = \
## --- The test programs ---
TESTS = \
- name-test
sym-test userdb-test netg
-test \
+ name-test
netg-test sym-test userdb
-test \
crypt-test \
blowfish-test idea-test md5-test
crypt-test \
blowfish-test idea-test md5-test