[build] Fix some distcheck issues

Let's do the distcheck again...
This commit is contained in:
Bill Currie 2025-01-20 08:33:57 +09:00
parent 96a6c91747
commit 498288b630
3 changed files with 16 additions and 3 deletions

View file

@ -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) \

View file

@ -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

View file

@ -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