xref: /freebsd/contrib/file/magic/Magdir/make (revision a4d6d3b8910f3805eebcd8703e11e066aad2e2a1)
1b6cee71dSXin LI#------------------------------------------------------------------------------
2*a4d6d3b8SXin LI# $File: make,v 1.5 2022/03/12 15:09:47 christos Exp $
3b6cee71dSXin LI# make:  file(1) magic for makefiles
4b6cee71dSXin LI#
540427ccaSGordon Tetlow# URL: https://en.wikipedia.org/wiki/Make_(software)
6*a4d6d3b8SXin LI0	regex/100l	\^(CFLAGS|VPATH|LDFLAGS|all:|\\.PRECIOUS)	makefile script text
7b6cee71dSXin LI!:mime	text/x-makefile
8*a4d6d3b8SXin LI!:strength -15
940427ccaSGordon Tetlow# Update: Joerg Jenderek
1040427ccaSGordon Tetlow# Reference: https://www.freebsd.org/cgi/man.cgi?make(1)
1140427ccaSGordon Tetlow# exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
1240427ccaSGordon Tetlow# by additional escaping point character
1340427ccaSGordon Tetlow# exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
1440427ccaSGordon Tetlow# and NSIS script with "!include" by additional escaping point character
15*a4d6d3b8SXin LI0	regex/100l	\^\\.(BEGIN|endif|include)	BSD makefile script text
16b6cee71dSXin LI!:mime	text/x-makefile
1740427ccaSGordon Tetlow!:ext	/mk
18*a4d6d3b8SXin LI!:strength -10
19*a4d6d3b8SXin LI0	regex/100l	\^SUBDIRS[[:space:]]+=	automake makefile script text
202dc4dbb9SEitan Adler!:mime	text/x-makefile
21*a4d6d3b8SXin LI!:strength -15
22