aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore autogenerated version.hChris Down2019-04-141-0/+1
| | | | | It looks to me like this is also worthy of ignoring, since it's autogenerated at make time.
* Use and depend on GNU make...Bert Münnich2014-11-021-1/+1
| | | | | | | - Use non-POSIX :=,?=,+= macro assignments, fixes issue #97 - No optimization level set in CFLAGS, expected to be set in environment - Automatic header dependency tracking with one .d file per compilation unit - Better fix for issue #181
* Use depend file for header build dependenciesBert Münnich2014-10-241-0/+1
|
* Updated .gitignoreBert Münnich2013-04-021-4/+0
|
* Renamed XLIBS to config, added -D/-l optionsBert2011-09-131-1/+1
|
* Much nicer handling of compile-time featuresBert2011-09-121-0/+1
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Overhauled buildingBert2011-09-081-1/+2
| | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
* added .gitignoreBert2011-01-171-0/+5