Skip to content
GitLab
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
f4ca9ad5
Commit
f4ca9ad5
authored
Dec 26, 1998
by
Niels Möller
Browse files
Build sexp_table.h
Rev: src/Makefile.am.in:1.15
parent
9f37574d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am.in
View file @
f4ca9ad5
...
...
@@ -27,7 +27,8 @@ noinst_LIBRARIES = liblsh.a
# Don't use BUILT_SOURCES, as all these files are #included, and can't be
# compiled or dependency checked independently.
generated_sources
=
atoms_defines.h atoms_gperf.c atoms_table.c prime_table.h
generated_sources
=
atoms_defines.h atoms_gperf.c atoms_table.c
\
prime_table.h sexp_table.h
liblsh_a_SOURCES
=
abstract_io.c abstract_crypto.c alist.c arcfour.c atoms.c
\
bignum.c blocking_write.c blowfish.c
\
...
...
@@ -62,7 +63,10 @@ atoms_table.c: atoms.in process_atoms
PRIME_LIMIT
=
1024
prime_table.h
:
prime_table
./prime_table
$(PRIME_LIMIT)
>
prime_table.h
./prime_table
$(PRIME_LIMIT)
>
$@
sexp_table.h
:
sexp_chars.in
./make_char_classes <
$<
>
$@
lsh_LDADD
=
@LIBOBJS@ liblsh.a lib/libsymmetric.a
lshd_LDADD
=
@LIBOBJS@ liblsh.a lib/libsymmetric.a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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