From 498288b6307ddceca3809dbe6d44804f2b1a74cb Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 20 Jan 2025 08:33:57 +0900 Subject: [PATCH] [build] Fix some distcheck issues Let's do the distcheck again... --- libs/video/renderer/Makemodule.am | 3 ++- tools/qfcc/include/Makemodule.am | 11 +++++++++-- tools/qfcc/source/Makemodule.am | 5 +++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/libs/video/renderer/Makemodule.am b/libs/video/renderer/Makemodule.am index 8e9d77c89..73e112087 100644 --- a/libs/video/renderer/Makemodule.am +++ b/libs/video/renderer/Makemodule.am @@ -367,7 +367,7 @@ composef_c = $(vkshaderpath)/compose.frag.spvc compose_fwdf_src = $(vkshaderpath)/compose_fwd.frag compose_fwdf_c = $(vkshaderpath)/compose_fwd.frag.spvc infplane = $(vkshaderpath)/infplane.finc -fog_h = $(vkshaderpath)/fog.finc +fog = $(vkshaderpath)/fog.finc oit_blend = $(vkshaderpath)/oit_blend.finc oit_store = $(vkshaderpath)/oit_store.finc oit_h = $(vkshaderpath)/oit.h @@ -599,6 +599,7 @@ EXTRA_DIST += \ $(rp_main_def_src) \ $(rp_main_fwd_src) \ $(smp_quake_src) \ + $(fog) \ $(infplane) \ $(oit_blend) \ $(oit_store) \ diff --git a/tools/qfcc/include/Makemodule.am b/tools/qfcc/include/Makemodule.am index e4da21b7a..b239248d2 100644 --- a/tools/qfcc/include/Makemodule.am +++ b/tools/qfcc/include/Makemodule.am @@ -11,11 +11,13 @@ EXTRA_DIST += \ tools/qfcc/include/diagnostic.h \ tools/qfcc/include/dot.h \ tools/qfcc/include/emit.h \ + tools/qfcc/include/evaluate.h \ + tools/qfcc/include/evaluate_type.h \ tools/qfcc/include/expr.h \ tools/qfcc/include/expr_names.h \ - tools/qfcc/include/evaluate.h \ tools/qfcc/include/flow.h \ tools/qfcc/include/function.h \ + tools/qfcc/include/glsl-lang.h \ tools/qfcc/include/grab.h \ tools/qfcc/include/idstuff.h \ tools/qfcc/include/linker.h \ @@ -29,13 +31,18 @@ EXTRA_DIST += \ tools/qfcc/include/qfcc.h \ tools/qfcc/include/qfprogs.h \ tools/qfcc/include/reloc.h \ - tools/qfcc/include/specifier.h \ + tools/qfcc/include/rua-lang.h \ tools/qfcc/include/shared.h \ + tools/qfcc/include/specifier.h \ + tools/qfcc/include/spirv.h \ + tools/qfcc/include/spirv_grammar.h \ tools/qfcc/include/statements.h \ tools/qfcc/include/strpool.h \ tools/qfcc/include/struct.h \ tools/qfcc/include/switch.h \ + tools/qfcc/include/sy_type_names.h \ tools/qfcc/include/symtab.h \ + tools/qfcc/include/target.h \ tools/qfcc/include/type.h \ tools/qfcc/include/value.h \ tools/qfcc/include/vec_types.h diff --git a/tools/qfcc/source/Makemodule.am b/tools/qfcc/source/Makemodule.am index a65236d03..60e11f758 100644 --- a/tools/qfcc/source/Makemodule.am +++ b/tools/qfcc/source/Makemodule.am @@ -157,5 +157,10 @@ tools/qfcc/source/qp-parse.c: tools/qfcc/source/qp-parse.y tools/qfcc/source/qp-lex.c: tools/qfcc/source/qp-lex.l $(AM_V_LEX)$(LEXCOMPILE) -o$@ $< +CLEANFILES += \ + $(extinst_glsl_std_450_grammar_jinc) \ + $(spirv_core_grammar_jinc) + EXTRA_DIST += \ + tools/qfcc/source/embed.py \ tools/qfcc/source/qfpreqcc