summaryrefslogtreecommitdiff
path: root/lua/Linux.mak
blob: b4325633704b2b5750a1d3e30e247047695d12c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Linux
CC = gcc
LDFLAGS = -fPIC -fno-common -shared
BINDING += nfq.so
CLUA=-I/usr/include/lua5.1
LLUA=-llua5.1

# Example:
# cc -Wall -Werror -g -I wurldtech/rst `libnet-config --cflags --defines`
# `dnet-config --cflags` -O0 -DNDEBUG -fPIC -fno-common -shared
# -I/usr/include/lua5.1 -o wurldtech/lgram/net.so wurldtech/lgram/net.c -lrt
#  -lm `dnet-config --libs` `libnet-config --libs` -llua5.1