/
githubmirror
/
libnet
Обзор
Документация
Войти
/
githubmirror
/
libnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.1.5
lua/Linux.mak
12 строк
400 B
Sam Roberts
Implemented test target.
13 фев 2010, 03:34
13 фев 2010, 03:34
531ac62
Код
Авторство
О чём код?
# 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