summaryrefslogtreecommitdiffhomepage
path: root/config.project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-11 00:05:15 -0400
committermidipix <writeonce@midipix.org>2016-05-11 00:14:45 -0400
commita6e0dcb609cefabff2817b2dd7bbc6698c5870d6 (patch)
tree5bf3db2a1b0ad26f773708eb7a79f78b8d2bf9f1 /config.project
parent3be73d5188b49d43edfc2bd80dca3d06063b34a3 (diff)
downloaddalist-a6e0dcb609cefabff2817b2dd7bbc6698c5870d6.tar.bz2
dalist-a6e0dcb609cefabff2817b2dd7bbc6698c5870d6.tar.xz
build system: upgrade build system, eliminate differences in core definitions.
Prior to this patch, there were several differences between this project's build system and the one from which it was derived (sofort). Although the differences were very minor and for the most part related to this project being part of a free-standing, midipix-specific development framework, they still added an extra maintenance burden, specifically by requiring that common changes be applied via patch(1) rather than git-am(1). Following recent improvements to the common build system, it is now possible to have a free-standing, midipix-specific project without any changes to the core build system files, hence the current upgrade.
Diffstat (limited to 'config.project')
-rw-r--r--config.project22
1 files changed, 20 insertions, 2 deletions
diff --git a/config.project b/config.project
index caf19ef..c5d58f4 100644
--- a/config.project
+++ b/config.project
@@ -1,6 +1,8 @@
# project
mb_package=dalist
mb_require_out_of_tree=no
+mb_custom_install_headers=no
+mb_avoid_version=yes
# build
@@ -16,19 +18,27 @@ mb_default_shell=sh
# switches
+mb_default_cflags_common="-std=c99 -ffreestanding"
+mb_default_cflags_common="$mb_default_cflags_common -I\$(PROJECT_DIR)/src/internal"
+mb_default_cflags_common="$mb_default_cflags_common -I\$(PROJECT_DIR)/include"
+mb_default_cflags_common="$mb_default_cflags_common -Ibuild"
+
mb_default_cflags_debug=
-mb_default_cflags_common="-I\$(PROJECT_DIR)/src/internal -I\$(PROJECT_DIR)/include -Ibuild"
mb_default_cflags_cmdline=
mb_default_cflags_config=
mb_default_cflags_sysroot=
mb_default_cflags_path=
+mb_default_cflags_strict=
+mb_default_cflags_util=
-mb_default_ldflags_debug=
mb_default_ldflags_common="-Llib"
+mb_default_ldflags_debug=
mb_default_ldflags_cmdline=
mb_default_ldflags_config=
mb_default_ldflags_sysroot=
mb_default_ldflags_path=
+mb_default_ldflags_strict=
+mb_default_ldflags_util=
mb_default_pe_subsystem=windows
mb_default_pe_image_base=
@@ -37,3 +47,11 @@ mb_default_pe_config_defs=
mb_default_elf_eh_frame=
mb_default_elf_hash_style=
mb_default_elf_config_defs=
+
+
+# config
+mb_all_static=
+mb_all_shared=
+mb_disable_frontend=yes
+mb_disable_static=
+mb_disable_shared=