2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00
waf/demos
Michael Vincent 44bb31da96 gccdeps: Add support for gas
Add support for generating and using gcc's native dependency files with
the GNU Assembler in addition to the existing C/C++ support.

When the gas and gccdeps tools are loaded, the configure step will test
whether gcc operating on an assembly file supports the -MMD argument.
If so, waf will pass the -MMD argument to .S files assembled with gcc
which will cause it to generate .d dependency files. Waf will then parse
those files for dependency information.

Note: This will only work for assembly files compiled through the gcc
frontend, not with GNU as directly. It also requires assembly files to
use the uppercase .S file extension.
2020-02-24 11:28:45 -06:00
..
asm gccdeps: Add support for gas 2020-02-24 11:28:45 -06:00
bisonflex
c Add executable arguments for configuration tests / execute=True 2019-07-11 07:55:38 +02:00
c++
csharp
d
dbus
fortran Added more syntactic cases to the demos/fortran/submodules example. 2018-12-21 23:36:55 +01:00
glib2 glib2: Compile schemas per directory (#1881) 2016-12-23 17:45:12 +01:00
intltool Update the intltool docs 2016-07-25 23:33:54 +02:00
java java demo: add test case for !2242 2019-06-06 20:33:43 +02:00
jni
lua
mac_app Glob mac_app resource trees - Issue 1586 2015-06-27 15:18:57 +02:00
perl
precious Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
python Simplify the Python examples 2019-08-14 22:20:01 +02:00
qt5 Add a configuration test for: "qt5 demo: add example of unit testing using QtTest" 2019-06-06 17:57:33 +02:00
ruby
subst iso8859-1 -> latin-1 2017-01-21 13:28:06 +01:00
tex Typos 2018-03-06 09:14:40 +01:00
unit_test Fix typos 2018-07-28 19:47:10 -04:00
vala docs 2016-05-06 23:22:55 +02:00
variants Clarify the buildall alias 2017-06-16 11:16:49 +02:00