HEX
Server: Apache
System: Linux dinesh8149 5.15.98-grsec-sharedvalley-2.lc.el8.x86_64 #1 SMP Thu Mar 9 09:07:30 -03 2023 x86_64
User: usesambura1 (1212012)
PHP: 7.0.33
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/source-highlight/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"