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.osx
2018-10-12 15:58:29 +10:00

11 lines
266 B
Plaintext

CC:= cc
CFLAGS:= -std=gnu99 -I/opt/local/include
LIBS:= -L/opt/local/lib -lsqlite3 -lutil -lm -ldl -lssl -lcrypto -lssh -liconv -lmosquitto
LIBTOOLIZE:= glibtoolize
DEPS_LUA_TARGET:= macosx
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
include GNUmakefile.common