mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
(.c.x): Pass "-o $@" to guile-snarf.
This commit is contained in:
parent
66c4b10985
commit
2c7a286a97
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ ice9_DATA = readline.scm
|
||||||
snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
SUFFIXES = .x
|
SUFFIXES = .x
|
||||||
.c.x:
|
.c.x:
|
||||||
$(GUILE_SNARF) $< $(snarfcppopts)
|
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
|
||||||
|
|
||||||
EXTRA_DIST = $(ice9_DATA) LIBGUILEREADLINE-VERSION
|
EXTRA_DIST = $(ice9_DATA) LIBGUILEREADLINE-VERSION
|
||||||
ETAGS_ARGS = $(ice9_DATA)
|
ETAGS_ARGS = $(ice9_DATA)
|
||||||
|
|
|
@ -195,7 +195,7 @@ snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
|
|
||||||
SUFFIXES = .x .doc
|
SUFFIXES = .x .doc
|
||||||
.c.x:
|
.c.x:
|
||||||
./guile-snarf $< $(snarfcppopts)
|
./guile-snarf -o $@ $< $(snarfcppopts)
|
||||||
.c.doc:
|
.c.doc:
|
||||||
-(test -n "${AWK+set}" || AWK="@AWK@"; ${AWK} -f ./guile-func-name-check $<)
|
-(test -n "${AWK+set}" || AWK="@AWK@"; ${AWK} -f ./guile-func-name-check $<)
|
||||||
(./guile-snarf-docs $(snarfcppopts) $< | \
|
(./guile-snarf-docs $(snarfcppopts) $< | \
|
||||||
|
|
|
@ -70,6 +70,6 @@ snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
|
|
||||||
SUFFIXES = .x
|
SUFFIXES = .x
|
||||||
.c.x:
|
.c.x:
|
||||||
$(GUILE_SNARF) $< $(snarfcppopts)
|
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
|
||||||
|
|
||||||
CLEANFILES = *.x
|
CLEANFILES = *.x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue