summaryrefslogtreecommitdiff
path: root/src/defaults.mak
blob: f2b2be9c57ddeca64ddfab1459611a89e04a6c7e (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 = -fPIC -W -Wall $(INC_LUA) $(INC_PCRE)
AR = ar rcu
CC = gcc