xref: /freebsd/contrib/file/magic/Magdir/make (revision 40427cca7a9ae77b095936fb1954417c290cfb17)
1b6cee71dSXin LI#------------------------------------------------------------------------------
2*40427ccaSGordon Tetlow# $File: make,v 1.3 2016/12/10 14:21:29 christos Exp $
3b6cee71dSXin LI# make:  file(1) magic for makefiles
4b6cee71dSXin LI#
5*40427ccaSGordon Tetlow# URL: https://en.wikipedia.org/wiki/Make_(software)
69fc5c47fSXin LI0	regex/100l	\^CFLAGS	makefile script text
7b6cee71dSXin LI!:mime	text/x-makefile
89fc5c47fSXin LI0	regex/100l	\^VPATH		makefile script text
9b6cee71dSXin LI!:mime	text/x-makefile
109fc5c47fSXin LI0	regex/100l	\^LDFLAGS	makefile script text
11b6cee71dSXin LI!:mime	text/x-makefile
129fc5c47fSXin LI0	regex/100l	\^all:		makefile script text
139fc5c47fSXin LI!:mime	text/x-makefile
14*40427ccaSGordon Tetlow0	regex/100l	\^\\.PRECIOUS	makefile script text
159fc5c47fSXin LI!:mime	text/x-makefile
16*40427ccaSGordon Tetlow# Update: Joerg Jenderek
17*40427ccaSGordon Tetlow# Reference: https://www.freebsd.org/cgi/man.cgi?make(1)
18*40427ccaSGordon Tetlow# exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
19*40427ccaSGordon Tetlow# by additional escaping point character
20*40427ccaSGordon Tetlow0	regex/100l	\^\\.BEGIN	BSD makefile script text with "%s"
219fc5c47fSXin LI!:mime	text/x-makefile
22*40427ccaSGordon Tetlow!:ext	/mk
23*40427ccaSGordon Tetlow# exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
24*40427ccaSGordon Tetlow# and NSIS script with "!include" by additional escaping point character
25*40427ccaSGordon Tetlow0	regex/100l	\^\\.include	BSD makefile script text with "%s"
26b6cee71dSXin LI!:mime	text/x-makefile
27*40427ccaSGordon Tetlow!:ext	/mk
289fc5c47fSXin LI0	regex/100l	\^SUBDIRS	automake makefile script text
29b6cee71dSXin LI!:mime	text/x-makefile
30