This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/src/GNUmakefile.dragonfly

13 lines
309 B
Plaintext
Raw Normal View History

2018-10-12 07:48:26 +00:00
CC:= cc
CFLAGS:= -std=gnu99 -I/usr/local/include
LIBS:= -L/usr/local/lib -lsqlite3 -lutil -lm -lssl -lcrypto -lssh -liconv -lmosquitto
LIBTOOLIZE:= libtoolize
2018-10-12 08:11:05 +00:00
DEPS_CDK_OPTS:= --with-curses-dir=/usr/local
2018-10-12 07:48:26 +00:00
DEPS_LUA_TARGET:= dragonfly
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
include GNUmakefile.common