make 1.1 KB

1234567891011121314151617181920212223242526272829
  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)
  6. 0 regex/100l \^CFLAGS makefile script text
  7. !:mime text/x-makefile
  8. 0 regex/100l \^VPATH makefile script text
  9. !:mime text/x-makefile
  10. 0 regex/100l \^LDFLAGS makefile script text
  11. !:mime text/x-makefile
  12. 0 regex/100l \^all: makefile script text
  13. !:mime text/x-makefile
  14. 0 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
  20. 0 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
  25. 0 regex/100l \^\\.include BSD makefile script text with "%s"
  26. !:mime text/x-makefile
  27. !:ext /mk
  28. 0 regex/100l \^SUBDIRS automake makefile script text
  29. !:mime text/x-makefile