summaryrefslogtreecommitdiff
path: root/Makefile-examples.am
Commit message (Collapse)AuthorAgeFilesLines
* 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.