mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
[build] Clean up make distcheck issues
This commit is contained in:
parent
55705dac83
commit
4e7bd11415
4 changed files with 7 additions and 6 deletions
|
@ -12,6 +12,7 @@ EXTRA_DIST += \
|
|||
include/block8.h \
|
||||
include/bsearch.h \
|
||||
include/buildnum.h \
|
||||
include/cl_console.h \
|
||||
include/compat.h \
|
||||
include/context_sdl.h \
|
||||
include/context_win.h \
|
||||
|
@ -62,12 +63,10 @@ EXTRA_DIST += \
|
|||
include/quicksort.h \
|
||||
include/r_cvar.h \
|
||||
include/r_dynamic.h \
|
||||
include/r_font.h \
|
||||
include/r_internal.h \
|
||||
include/r_local.h \
|
||||
include/r_scrap.h \
|
||||
include/r_shared.h \
|
||||
include/r_text.h \
|
||||
include/regex.h \
|
||||
include/rua_internal.h \
|
||||
include/skin_stencil.h \
|
||||
|
|
|
@ -175,8 +175,10 @@ include_qf_simd = \
|
|||
include_qf_ui = \
|
||||
include/QF/ui/canvas.h \
|
||||
include/QF/ui/font.h \
|
||||
include/QF/ui/imui.h \
|
||||
include/QF/ui/inputline.h \
|
||||
include/QF/ui/passage.h \
|
||||
include/QF/ui/shaper.h \
|
||||
include/QF/ui/text.h \
|
||||
include/QF/ui/txtbuffer.h \
|
||||
include/QF/ui/view.h \
|
||||
|
@ -191,12 +193,14 @@ include_qf_vulkan = \
|
|||
include/QF/Vulkan/debug.h \
|
||||
include/QF/Vulkan/descriptor.h \
|
||||
include/QF/Vulkan/device.h \
|
||||
include/QF/Vulkan/dsmanager.h \
|
||||
include/QF/Vulkan/funclist.h \
|
||||
include/QF/Vulkan/image.h \
|
||||
include/QF/Vulkan/instance.h \
|
||||
include/QF/Vulkan/memory.h \
|
||||
include/QF/Vulkan/pipeline.h \
|
||||
include/QF/Vulkan/projection.h \
|
||||
include/QF/Vulkan/render.h \
|
||||
include/QF/Vulkan/resource.h \
|
||||
include/QF/Vulkan/qf_alias.h \
|
||||
include/QF/Vulkan/qf_bsp.h \
|
||||
|
|
|
@ -577,7 +577,8 @@ EXTRA_DIST += \
|
|||
$(bsp_skyf_src) \
|
||||
$(bsp_turbf_src) \
|
||||
$(light_flat_src) \
|
||||
$(light_splat_src) \
|
||||
$(light_splatv_src) \
|
||||
$(light_splatf_src) \
|
||||
$(light_debug_src) \
|
||||
$(lightingf_src) \
|
||||
$(lighting_h) \
|
||||
|
|
|
@ -18,9 +18,6 @@ ruamoko/gatest/gatest.dat$(EXEEXT): $(ruamoko_gatest_gatest_obj) $(QFCC_DEP) $(l
|
|||
include $(ruamoko_gatest_gatest_dep) # am--include-marker
|
||||
r_depfiles_remade += $(ruamoko_gatest_gatest_dep)
|
||||
|
||||
EXTRA_PROGRAMS += \
|
||||
ruamoko/gatest/gatest
|
||||
|
||||
EXTRA_DIST += \
|
||||
$(gatest_dat_src) \
|
||||
ruamoko/gatest/algebra.h \
|
||||
|
|
Loading…
Reference in a new issue