def main(config): build_autodefs(config, mod_fn('autodefs.h.in'), home_fn('autodefs.h')) ho = make_headers_objs(home_fn('Makefile.am')) preprocess(dict_def(config, [('HEADERS_OBJS', ho)]), in_fn=mod_fn('msvc.mak.in'), out_fn=home_fn('msvc.mak'), quote_begin='@', quote_end='@', head_comment='# %s\n\n' % autogen)
def main(config): build_autodefs(config, mod_fn('autodefs.h.in'), home_fn('autodefs.h')) ho = make_headers_objs(home_fn('Makefile.am')) preprocess(dict_def(config, [('HEADERS_OBJS', ho)]), in_fn=mod_fn('msvc.mak.in'), out_fn=home_fn('msvc.mak'), quote_begin='@', quote_end='@', if_prefix='!', head_comment='# %s\n\n' % autogen)
def main(config): build_autodefs(config, mod_fn("autodefs.h.in"), home_fn("autodefs.h")) ho = make_headers_objs(home_fn("Makefile.am")) preprocess( dict_def(config, [("HEADERS_OBJS", ho)]), in_fn=mod_fn("msvc.mak.in"), out_fn=home_fn("msvc.mak"), quote_begin="@", quote_end="@", if_prefix="!", head_comment="# %s\n\n" % autogen, )
def main(config): build_config_h(config) build_configure_h(config, mod_fn(home_fn('configure.h')), head_comment='/* %s */\n\n' % autogen) build_version_m4_vars(mod_fn(mod_fn('version_m4_vars.tmp')), head_comment='/* %s */\n\n' % autogen) build_autodefs(config, mod_fn('autodefs.h.in'), home_fn('autodefs.h')) ho = make_headers_objs(home_fn('Makefile.am')) preprocess(dict_def(config, [('HEADERS_OBJS', ho)]), in_fn=mod_fn('msvc.mak.in'), out_fn=home_fn('msvc.mak'), quote_begin='@', quote_end='@', if_prefix='!', head_comment='# %s\n\n' % autogen)