File: config

package info (click to toggle)
shake 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 45
file content (22 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: config,v 1.2 2007/11/16 16:50:21 carregal 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

# Default Kepler installation prefix
KEPLER_PREFIX=

# CGILua Apps directory
CGILUA_APPSDIR = $(KEPLER_PREFIX)/etc/kepler/1.1/apps/cgilua