diff options
author | midipix <writeonce@midipix.org> | 2018-12-28 08:08:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 21:36:45 -0500 |
commit | eb9c1bcf86daeb0dab4164ce59c68f2008f3d774 (patch) | |
tree | 55f0c54f7e5f7c1338a59e02b6c96d7fa9cfe1c3 /sofort/flag.vars | |
parent | 18f96180b03e2cbd685113d8126b73cc51d88cb7 (diff) | |
download | slibtool-eb9c1bcf86daeb0dab4164ce59c68f2008f3d774.tar.bz2 slibtool-eb9c1bcf86daeb0dab4164ce59c68f2008f3d774.tar.xz |
build system: streamlined config.vars and variable initialization.
Diffstat (limited to 'sofort/flag.vars')
-rw-r--r-- | sofort/flag.vars | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sofort/flag.vars b/sofort/flag.vars new file mode 100644 index 0000000..798096b --- /dev/null +++ b/sofort/flag.vars @@ -0,0 +1,22 @@ +# configure +mb_config +mb_debug + +mb_ccstrict +mb_ldstrict + +mb_program_prefix +mb_require_source_dir + +mb_prefix_set +mb_bindir_set +mb_exec_prefix_set + +mb_bindir_basename + +# cfgtest +mb_cfgtest_cc +mb_cfgtest_cflags +mb_cfgtest_cfgtype +mb_cfgtest_makevar +mb_cfgtest_headers |