mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-04 10:58:24 +02:00
By introducing $(top_srcdir)/cairo-version.h I tried to make it unnecessary to rebuild the entire library when the version changes. That comes handy around releases and when bisecting. However this was not working as the version info was also ending up in config.h and hence forcing a full rebuild upon change. I now undefine the PACKAGE_VERSION* macros that autoconf defines, so config.h does not change when cairo-version.h changes. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| aclocal.cairo.m4 | ||
| aclocal.enable.m4 | ||
| aclocal.float.m4 | ||
| aclocal.gtk-doc.m4 | ||
| aclocal.makefile.m4 | ||
| aclocal.pkg.m4 | ||
| configure.ac.analysis | ||
| configure.ac.features | ||
| configure.ac.system | ||
| configure.ac.tools | ||
| configure.ac.version | ||
| configure.ac.warnings | ||
| Makefile.am.analysis | ||
| Makefile.am.changelog | ||
| Makefile.am.common | ||
| Makefile.am.gtk-doc | ||
| Makefile.am.releasing | ||