File: lua5.1.luxio.dh-lua.conf

package info (click to toggle)
luxio 13-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 420 kB
  • ctags: 449
  • sloc: ansic: 3,117; makefile: 72; sh: 24
file content (14 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PKG_NAME=luxio
LUA_SOURCES=$(wildcard luxio/*.lua)
LUA_SOURCES_MANGLER=cat
LUA_MODNAME=luxio
CLIB_OBJS=luxio.lo
CLIB_CFLAGS= -DLUA_COMPAT_APIINTCASTS $(shell getconf LFS_CFLAGS)
CLIB_LDFLAGS= -lrt $(shell getconf LFS_LDFLAGS)
CLIB_LDFLAGS_STATIC= -lrt $(shell getconf LFS_LDFLAGS)
VERSION_INFO=0:0:0
LUA_MODNAME_CPART=luxio
luxio_empty:=
luxio_space:=$(luxio_empty) $(luxio_empty)
LUA_TEST=$(subst $(luxio_space),;,$(wildcard tests/test-dirent.lua))