make revision 328874
1#------------------------------------------------------------------------------
2# $File: make,v 1.3 2016/12/10 14:21:29 christos Exp $
3# make:  file(1) magic for makefiles
4#
5# URL: https://en.wikipedia.org/wiki/Make_(software)
60	regex/100l	\^CFLAGS	makefile script text
7!:mime	text/x-makefile
80	regex/100l	\^VPATH		makefile script text
9!:mime	text/x-makefile
100	regex/100l	\^LDFLAGS	makefile script text
11!:mime	text/x-makefile
120	regex/100l	\^all:		makefile script text
13!:mime	text/x-makefile
140	regex/100l	\^\\.PRECIOUS	makefile script text
15!:mime	text/x-makefile
16# Update: Joerg Jenderek
17# Reference: https://www.freebsd.org/cgi/man.cgi?make(1)
18# exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
19# by additional escaping point character
200	regex/100l	\^\\.BEGIN	BSD makefile script text with "%s"
21!:mime	text/x-makefile
22!:ext	/mk
23# exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
24# and NSIS script with "!include" by additional escaping point character
250	regex/100l	\^\\.include	BSD makefile script text with "%s"
26!:mime	text/x-makefile
27!:ext	/mk
280	regex/100l	\^SUBDIRS	automake makefile script text
29!:mime	text/x-makefile
30