| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=724876
|
|
|
|
|
|
| |
This makes us test a lot more functionality in the doc tool, and
removes the need to have a lot of different test libraries, and
different test infrastructure.
|
|
|
|
|
|
|
|
| |
If CC is defined at "ccache gcc", the expanded command ends up as:
env PATH=... CC=ccache gcc PYTHONPATH=... ./g-ir-scanner
causing compilation errors.
https://bugzilla.gnome.org/show_bug.cgi?id=690074
|
|
|
|
|
|
|
|
|
| |
GNU make will default to "gcc" if "cc" isn't found; we need to
replicate that behavior here.
Patch-suggested-by: ojab <ojab@ojab.ru>
https://bugzilla.gnome.org/show_bug.cgi?id=678678
|
|
|
|
|
|
|
| |
Windows doesn't know about LPATH, but PATH is part
of it's .dll search order.
https://bugzilla.gnome.org/show_bug.cgi?id=620566
|
|
|
|
| |
It only applies to native binaries.
|
| |
|
| |
|
|
|
|
| |
..but we still should be looking for pre-written girs in gir/.
|
|
|
|
|
| |
Since we're nonrecursive, the build artifacts live in $(top_builddir),
so look there now for files like Gio-2.0.gir.
|
|
|
|
|
| |
This is cleaner and faster, and prepares us better for an incoming
import of CMPH.
|
|
|
|
|
| |
This is needed to be able to find the public headers without
having them installed.
|
|
|
|
|
|
|
| |
They are now required with the updated Makefile.introspection rules,
as the path to cairo-1.0.gir is no longer absolute we will have to add
the src manually as it's references when srcdir != builddir, for instance
in make distcheck.
|
|
|
|
|
| |
Just define the ones we need, that are actually used by
the other makefiles.
|
|
|
|
| |
It expands to YTHONPATH and could never have worked.
|
|
|
|
|
| |
This is only supported with automake 1.11 or newer, older versions
should default to showing nothing for now.
|
|
|
|
|
| |
This will make it easier for third-party projects to use
introspection by having easy make rules.
|
|
|
|
|
| |
This allows us to consistently use $(SCANNER) as the first item
which needs to work for $(AM_V_GEN).
|
|
|
|
| |
Shave is just way too invasive in the build system.
|
|
|
|
| |
and other make distcheck fixes.
|
|
|
|
| |
svn path=/trunk/; revision=1048
|
|
|
|
| |
svn path=/trunk/; revision=932
|
|
svn path=/trunk/; revision=910
|