Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f9ef94ee
Commit
f9ef94ee
authored
Jan 08, 1999
by
Niels Möller
Browse files
Added lsh_writekey. Removed extra dependency rules.
Rev: src/Makefile.am.in:1.24
parent
ae718b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am.in
View file @
f9ef94ee
...
...
@@ -20,7 +20,7 @@ SUBDIRS = lib include
Makefile.am
:
Makefile.am.in
./make_am
bin_PROGRAMS
=
lsh lshd lsh_keygen
bin_PROGRAMS
=
lsh lshd lsh_keygen
lsh_writekey
noinst_PROGRAMS
=
prime_table digit_table sexp_test
noinst_LIBRARIES
=
liblsh.a
...
...
@@ -78,18 +78,22 @@ digit_table.h: digit_table
./digit_table
>
$@
LDADD
=
@LIBOBJS@ liblsh.a lib/libsymmetric.a
# Is this rule needed?
all-recursive check-recursive
:
config.h
# lsh_LDADD = @LIBOBJS@ liblsh.a lib/libsymmetric.a
# lshd_LDADD = @LIBOBJS@ liblsh.a lib/libsymmetric.a
# lsh_keygen_LDADD = @LIBOBJS@ liblsh.a lib/libsymmetric.a
# lsh_DEPENDENCIES
+
=
symmetric
lsh_DEPENDENCIES
=
@LIBOBJS@ symmetric liblsh.a
lsh
d
_DEPENDENCIES
=
@LIBOBJS@ symmetric liblsh.a
lsh_key
gen
_DEPENDENCIES
=
@LIBOBJS@ symmetric liblsh.a
.PHONY
:
symmetric
symmetric
:
(
cd
lib
&&
$(MAKE)
libsymmetric.a
)
# lsh_DEPENDENCIES =
@LIBOBJS@ symmetric liblsh.a
#
lsh
d
_DEPENDENCIES = @LIBOBJS@ symmetric liblsh.a
#
lsh
_keygen
_DEPENDENCIES = @LIBOBJS@ symmetric liblsh.a
#
lsh_
write
key_DEPENDENCIES = @LIBOBJS@ symmetric liblsh.a
#
#
.PHONY: symmetric
#
symmetric:
#
(cd lib && $(MAKE) libsymmetric.a)
EXTRA_DIST
=
atoms.in process_atoms make_class
$(generated_sources)
\
make_char_classes sexp_chars.in
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment