summaryrefslogtreecommitdiff
path: root/Makefile-examples.am
Commit message (Collapse)AuthorAgeFilesLines
* Drop autotools build systemChristoph Reiter2019-03-111-9/+0
|
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-1/+1
| | | | | | | | | | | This adds the following macros and functions: GI_MAJOR_VERSION, GI_MICRO_VERSION, GI_MINOR_VERSION, GI_CHECK_VERSION, gi_get_major_version,gi_get_micro_version, gi_get_minor_version. Since we share a prefix with glib we have to namespace these by using the gi_ prefix. g_gi would also work but we already export symbols with gi_ like gi_cclosure_marshal_generic(), gi_type_tag_get_ffi_type() and gi_type_info_extract_ffi_return_value(), so let's not add another naming scheme.
* autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-291-1/+2
| | | | | | | | | * This adds a new dependency on autoconf-archive. * Pass WARN_CFLAGS/WARN_LDFLAGS/WARN_SCANNERFLAGS to everything we control the source of * Disables all warning flags which make the build error out for now, we'll re-enable them in followup commits. * AX_COMPILER_FLAGS is used with the release flag always on so we don't get -Werror by default.
* autotools: dist all meson filesChristoph Reiter2018-06-211-0/+3
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-0/+5
This is cleaner and faster, and prepares us better for an incoming import of CMPH.