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
17fb399d
Commit
17fb399d
authored
Oct 19, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.260 Rev: src/Makefile.am.in:1.90
parent
584e14ba
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
17fb399d
2000-10-19 Niels Mller <nisse@lysator.liu.se>
* src/Makefile.am.in: Don't prepend $(srcdir) to $@, as it seems
not to do the right thing.
2000-10-18 Niels Mller <nisse@lysator.liu.se>
* configure.in: Check for endianness (needed by memcmp.c).
...
...
src/Makefile.am.in
View file @
17fb399d
...
...
@@ -76,18 +76,18 @@ liblsh_a_LIBADD = @LIBOBJS@
atoms_defines.h
:
atoms.in process_atoms
$(BASH)
$(srcdir)
/process_atoms header <
$(srcdir)
/atoms.in
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$(srcdir)
/
$@
test
-s
$@
T
&&
mv
-f
$@
T
$@
# With the next version of gperf, add -F ", 0"
GPERF_FLAGS
=
-LANSI-C
-t
-c
-C
-l
-k1
,3,7,
$$
-N
gperf_atom
atoms_gperf.c
:
atoms.in process_atoms
$(BASH)
$(srcdir)
/process_atoms gperf <
$(srcdir)
/atoms.in
\
| gperf
>
$@
T
$(GPERF_FLAGS)
test
-s
$@
T
&&
mv
-f
$@
T
$(srcdir)
/
$@
test
-s
$@
T
&&
mv
-f
$@
T
$@
atoms_table.c
:
atoms.in process_atoms
$(BASH)
$(srcdir)
/process_atoms table <
$(srcdir)
/atoms.in
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$(srcdir)
/
$@
test
-s
$@
T
&&
mv
-f
$@
T
$@
PRIME_LIMIT
=
1024
...
...
@@ -99,7 +99,7 @@ prime_table_LDADD =
sexp_table.h
:
sexp_chars.in $(srcdir)/scm/make-char-classes.scm
$(SCHEME)
-e
main
-s
$(srcdir)
/scm/make-char-classes.scm <
$<
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$(srcdir)
/
$@
test
-s
$@
T
&&
mv
-f
$@
T
$@
digit_table_LDADD
=
...
...
@@ -176,6 +176,6 @@ MAINTAINERCLEANFILES += $(DEP_FILES)
%.x
:
% $(srcdir)/scm/gaba.scm $(srcdir)/scm/compiler.scm
$(SCHEME)
-e
main
-l
$(srcdir)
/scm/compiler.scm
\
-s
$(srcdir)
/scm/gaba.scm <
$<
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$(srcdir)
/
$@
test
-s
$@
T
&&
mv
-f
$@
T
$@
include
$(top_srcdir)/misc/ctags.mk
Write
Preview
Supports
Markdown
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