view src/Make_all.mak @ 29523:1733b6162f75 v9.0.0103

patch 9.0.0103: if running configure with cached results -lrt may be missing Commit: https://github.com/vim/vim/commit/efffa5360ebb2b6919c5eb1998c5df4c8849a407 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 22:39:54 2022 +0100 patch 9.0.0103: if running configure with cached results -lrt may be missing Problem: If running configure with cached results -lrt may be missing. Solution: Use two cache variables, one without and one with -lrt. (closes #10799) Swap checks to avoid adding -lrt unnecessarily.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 23:45:02 +0200
parents 1e76da634877
children
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cc \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h