The list is currently empty, so this is just a matter of fiddling with
the bits of Makefile which process it. But it means that we can add
things to `stub.c.in' which refer to the base C file, for example to
tell a reader where the real thing is.
hashmacmode="$(HASHMACMODES)"
$(srcdir)/stubs.am: stubs.am.in Makefile.am
$(AM_V_GEN)$(multigen) -g $(srcdir)/stubs.am.in $(srcdir)/stubs.am \
hashmacmode="$(HASHMACMODES)"
$(srcdir)/stubs.am: stubs.am.in Makefile.am
$(AM_V_GEN)$(multigen) -g $(srcdir)/stubs.am.in $(srcdir)/stubs.am \
- descr,hname,base="$(STUBS_HDR)" cname="$(STUBS_SRC)"
+ descr,hname,base="$(STUBS_HDR)" cname,cbase="$(STUBS_SRC)"
## Initialize lists of known classes.
ALL_CIPHERS = $(CIPHER_MODES)
## Initialize lists of known classes.
ALL_CIPHERS = $(CIPHER_MODES)
$(AM_V_GEN)$(multigen) -g $(srcdir)/stub.h.in \
$(srcdir)/@name.h descr,name,base="$(STUBS_HDR)"
$(AM_V_GEN)$(multigen) -g $(srcdir)/stub.c.in \
$(AM_V_GEN)$(multigen) -g $(srcdir)/stub.h.in \
$(srcdir)/@name.h descr,name,base="$(STUBS_HDR)"
$(AM_V_GEN)$(multigen) -g $(srcdir)/stub.c.in \
- $(srcdir)/@name.c name="$(STUBS_SRC)"
+ $(srcdir)/@name.c name,base="$(STUBS_SRC)"
$(AM_V_at)touch $(srcdir)/stubs.gen-stamp
## Generated stub headers.
$(AM_V_at)touch $(srcdir)/stubs.gen-stamp
## Generated stub headers.