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

V = 2.5
MINORV = 1

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