1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Hans-Joerg Schurr a0873c9369 Simplify buildsystem
This rolls everything into one Makefile.am and fixes
`make distcheck`.
2020-05-30 21:47:13 +02:00
Hans-Joerg Schurr 127875a0e4 Add README.md and LICENSE to make dist 2020-05-29 23:31:52 +02:00
Hans-Joerg Schurr 4ebb4d8379 Add support for building html documentation with Doxygen
- Add check during building
- `make html` builds documentation into ./docs/html
- Refine header checks in general
2020-05-04 23:13:55 +02:00
Hans-Joerg Schurr 8f6d3f6897 Add build system
This adds a autoconfig base build system and some test files.
To build:

1) autoreconf
2) ./configure
3) make
2020-02-21 19:12:20 +01:00