Commit Graph

7 Commits (f88afbb27723db5b4f853ef4e19a510816d21a90)

Author SHA1 Message Date
Bert Münnich f55d9f4283 Use and depend on GNU make...
- 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
10 years ago
Bert Münnich e15dabde74 Use depend file for header build dependencies 10 years ago
Bert Münnich 264a345a98 Updated .gitignore 11 years ago
Bert 81cfbf171d Renamed XLIBS to config, added -D/-l options 13 years ago
Bert dad06c7561 Much nicer handling of compile-time features
- *_SUPPORT enabled in config.h
- XLIBS helper app prints lib flags needed for current settings
13 years ago
Bert b96c106337 Overhauled building
- 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
13 years ago
Bert 7368382e4e added .gitignore 14 years ago