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.debian

15 lines
418 B
Plaintext

CC:= cc
CFLAGS:= -std=gnu99 -I/usr/local/include -ggdb
LIBS:= -L/usr/local/lib -lsqlite3 -lutil -lm -ldl -lssl -lcrypto -lssh -lmosquitto
EXTRAOBJS:= strlcpy/strlcpy.o strlcpy/strlcat.o
LIBTOOLIZE:= libtoolize
DEPS_LUA_TARGET:= linux
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
MAGIEDIT_ANSI_PATH:= "$(datarootdir)/magicka/ansis/"
MAGIEDIT_DRAFT_PATH:= "$(localstatedir)/magicka/"
include GNUmakefile.common