mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 14:50:44 +02:00
genxml: move the sources (headers) list to Makefile.sources
[Emil Velikov: use the file in the autoconf build] Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
ace5403453
commit
779653489e
2 changed files with 9 additions and 6 deletions
|
|
@ -19,12 +19,9 @@
|
|||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
BUILT_SOURCES = \
|
||||
gen6_pack.h \
|
||||
gen7_pack.h \
|
||||
gen75_pack.h \
|
||||
gen8_pack.h \
|
||||
gen9_pack.h
|
||||
include Makefile.sources
|
||||
|
||||
BUILT_SOURCES = $(GENXML_GENERATED_FILES)
|
||||
|
||||
PYTHON3_GEN = $(AM_V_GEN)$(PYTHON3) $(PYTHON_FLAGS)
|
||||
|
||||
|
|
|
|||
6
src/intel/genxml/Makefile.sources
Normal file
6
src/intel/genxml/Makefile.sources
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
GENXML_GENERATED_FILES = \
|
||||
gen6_pack.h \
|
||||
gen7_pack.h \
|
||||
gen75_pack.h \
|
||||
gen8_pack.h \
|
||||
gen9_pack.h
|
||||
Loading…
Add table
Reference in a new issue