summaryrefslogtreecommitdiff
path: root/src/defaults.mak
blob: f2a53231d0f841cb497c0f758b6d55b27bbd32e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# default settings for lrexlib

V = 2.6
MINORV = 0

LUA      = lua
INC_LUA  =
LIB_LUA  =

# If the default settings don't work for your system,
# try to uncomment and edit the settings below.
#INC_LUA  = -I/usr/include/lua5.1
#LIB_LUA  = -llua

MYCFLAGS = -W -Wall -g $(INC_LUA) $(INC_PCRE)
AR = ar rcu
CC = gcc