File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-system 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 1,555; makefile: 222
file content (11 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
PKG_NAME=system

CLIB_OBJS=$(patsubst %.c,%.lo,$(wildcard src/*.c))
CLIB_LDFLAGS=-lrt
CLIB_LDFLAGS_STATIC=-lrt

LUA_MODNAME_CPART=system.core
LUA_SOURCES=system/init.lua
LUA_SOURCES_MANGLER=
LUA_MODNAME=system
LUA_TEST_CUSTOM=@@LUA@@ /usr/bin/busted --exclude-tags=manual spec/