# $Id: config,v 1.1 2008/02/17 06:42:51 jasonsantos Exp $

# Default installation prefix
PREFIX=/usr/local

# System's libraries directory (where binary libraries are installed)
LUA_LIBDIR= $(PREFIX)/lib/lua/5.1

# System's lua directory (where Lua libraries are installed)
LUA_DIR= $(PREFIX)/share/lua/5.1

# System's executables directory (where binary or script executables are installed)
SYS_BINDIR= $(PREFIX)/bin

# Complete path to Lua command line interpreter
LUA_INTERPRETER= $(PREFIX)/bin/lua5.1