This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SCM_MAGIC_SNARFER


Kalle Olavi Niemitalo <tosi@ees2.oulu.fi> writes:

> guileapi.x: guileapi.c
> 	$(GUILE-SNARF) -I. -I$(srcdir) $(CPPFLAGS) $(srcdir)/guileapi.c \
> 	  > guileapi.tmp && mv guileapi.tmp guileapi.x

<snip>

> So, can we rely on SCM_MAGIC_SNARFER being defined?

While I can't answer this question, you could just do:

guileapi.x: guileapi.c
	touch guileapi.x
	$(GUILE-SNARF) -I. -I$(srcdir) $(CPPFLAGS) $(srcdir)/guileapi.c \
	  > guileapi.tmp && mv guileapi.tmp guileapi.x

-- 
How to eff the ineffable?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]