mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 17:20:21 +02:00
(snarfcppopts): New var.
(.c.x): Rewrite using `guile-snarf -o $@'.
This commit is contained in:
parent
fd4690bc71
commit
7b8a203a19
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@ pkginclude_HEADERS = readline.h
|
|||
ice9dir = $(datadir)/guile/$(VERSION)/ice-9
|
||||
ice9_DATA = readline.scm
|
||||
|
||||
snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
SUFFIXES = .x
|
||||
.c.x:
|
||||
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
||||
|| { rm $@; false; }
|
||||
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
|
||||
|
||||
EXTRA_DIST = readline.scm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue