qemu-e2k/contrib/gitdm
Paolo Bonzini 139c1837db meson: rename included C source files to .c.inc
With Makefiles that have automatically generated dependencies, you
generated includes are set as dependencies of the Makefile, so that they
are built before everything else and they are available when first
building the .c files.

Alternatively you can use a fine-grained dependency, e.g.

        target/arm/translate.o: target/arm/decode-neon-shared.inc.c

With Meson you have only one choice and it is a third option, namely
"build at the beginning of the corresponding target"; the way you
express it is to list the includes in the sources of that target.

The problem is that Meson decides if something is a source vs. a
generated include by looking at the extension: '.c', '.cc', '.m', '.C'
are sources, while everything else is considered an include---including
'.inc.c'.

Use '.c.inc' to avoid this, as it is consistent with our other convention
of using '.rst.inc' for included reStructuredText files.  The editorconfig
file is adjusted.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-21 06:18:30 -04:00
..
aliases .mailmap/aliases: add some further commentary 2019-09-02 10:52:22 +01:00
domain-map contrib/gitdm: add China Mobile to the domain map 2019-10-27 19:16:30 +00:00
filetypes.txt meson: rename included C source files to .c.inc 2020-08-21 06:18:30 -04:00
group-map-academics contrib: add a basic gitdm config 2018-12-17 08:25:10 +00:00
group-map-cadence contrib: add a basic gitdm config 2018-12-17 08:25:10 +00:00
group-map-codeweavers contrib: add a basic gitdm config 2018-12-17 08:25:10 +00:00
group-map-ibm contrib: gitdm: another IBM email 2019-03-12 19:31:29 +00:00
group-map-individuals contrib/gitdm: add Andrey to the individual group 2019-10-27 19:16:27 +00:00
group-map-janustech contrib: gitdm: add a mapping for Janus Technologies 2019-03-12 19:31:29 +00:00
group-map-redhat contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat 2019-09-02 10:52:16 +01:00
group-map-wavecomp contrib: gitdm: Update Wave Computing group 2019-03-12 19:31:29 +00:00