/
niceSOFT
/
file
Обзор
Документация
Войти
/
niceSOFT
/
file
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
magic/Magdir/make
21 строка
893 B
Christos Zoulas
Combine regex's to improve performance adjusting strength to preserve
12 мар 2022, 18:09
12 мар 2022, 18:09
a4b3abc
Код
Авторство
О чём код?
#------------------------------------------------------------------------------ # $File: make,v 1.5 2022/03/12 15:09:47 christos Exp $ # make: file(1) magic for makefiles # # URL: https://en.wikipedia.org/wiki/Make_(software) 0 regex/100l \^(CFLAGS|VPATH|LDFLAGS|all:|\\.PRECIOUS) makefile script text !:mime text/x-makefile !:strength -15 # Update: Joerg Jenderek # Reference: https://www.freebsd.org/cgi/man.cgi?make(1) # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST" # by additional escaping point character # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT" # and NSIS script with "!include" by additional escaping point character 0 regex/100l \^\\.(BEGIN|endif|include) BSD makefile script text !:mime text/x-makefile !:ext /mk !:strength -10 0 regex/100l \^SUBDIRS[[:space:]]+= automake makefile script text !:mime text/x-makefile !:strength -15