aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Avoid defining LIB_LINK_CMD if we are not creating a shared object.Jack Lloyd2017-12-231-3/+2
| | | | Makes the output look buggy on non-shared builds
* Simplify how make flags are setJack Lloyd2017-12-121-6/+5
|
* Avoid a warning under AIX makeJack Lloyd2017-12-111-4/+2
| | | | It doesn't like variables that don't expand to anything.
* Add basic iteration constructs to template filesJack Lloyd2017-12-101-10/+24
| | | | Eliminates the last bits of makefile-specific syntax from configure.py
* Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-1/+3
|
* Add a script for generating the documentationJack Lloyd2017-12-041-22/+29
|
* Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-021-5/+6
| | | | Also remove a duplicated block (rebase error)
* Fix macOS dynamic linkJack Lloyd2017-12-011-4/+3
|
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-0/+117