]> granicus.if.org Git - libexpat/commit
Replace handwritten Makefile with GNU Automake
authorSebastian Pipping <sebastian@pipping.org>
Fri, 11 Aug 2017 17:14:18 +0000 (19:14 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 12 Aug 2017 14:09:50 +0000 (16:09 +0200)
commitd4390f34f3890e969137605adcbac4ed571e00e4
treeb911f1ae98e69bf7e4ea9b9a291d1824be1c0e0c
parent5c01dc098fc95e333359cdd62833be0bffda41d3
Replace handwritten Makefile with GNU Automake
19 files changed:
expat/.gitignore
expat/CMakeLists.txt
expat/Changes
expat/MANIFEST [deleted file]
expat/Makefile.am [new file with mode: 0644]
expat/Makefile.in [deleted file]
expat/README.md
expat/buildconf.sh
expat/configure.ac
expat/conftools/.gitignore
expat/doc/Makefile.am [new file with mode: 0644]
expat/doc/doc.mk [moved from expat/doc/Makefile with 73% similarity]
expat/examples/Makefile.am [new file with mode: 0644]
expat/lib/Makefile.am [new file with mode: 0644]
expat/make-release.sh [deleted file]
expat/test-driver-wrapper.sh [new file with mode: 0755]
expat/tests/Makefile.am [new file with mode: 0644]
expat/tests/benchmark/Makefile.am [new file with mode: 0644]
expat/xmlwf/Makefile.am [new file with mode: 0644]