Experimental 'make install'
This commit is contained in:
@@ -74,7 +74,7 @@ magicka: ${OBJS} ${LUA} ${ZMODEM} ${JAMLIB} ${JSMN} ${UUID}
|
||||
|
||||
|
||||
magiedit: ${ODOORS}
|
||||
cd ${UTILSDIR}/magiedit && ${MAKE}
|
||||
cd ${UTILSDIR}/magiedit && ${MAKE} ANSI_PATH=${MAGIEDIT_ANSI_PATH} DRAFT_PATH=${MAGIEDIT_DRAFT_PATH}
|
||||
|
||||
magimail: ${JAMLIB}
|
||||
cd ${UTILSDIR}/magimail && ${MAKE} all
|
||||
|
14
src/GNUmakefile.debian
Normal file
14
src/GNUmakefile.debian
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
@@ -9,4 +9,7 @@ DEPS_CDK_OPTS:= --with-curses-dir=/usr/local
|
||||
DEPS_LUA_TARGET:= dragonfly
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -7,4 +7,7 @@ LIBTOOLIZE:= libtoolize
|
||||
DEPS_LUA_TARGET:= freebsd
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -8,4 +8,7 @@ LIBTOOLIZE:= libtoolize
|
||||
DEPS_LUA_TARGET:= haiku
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -8,4 +8,7 @@ LIBTOOLIZE:= libtoolize
|
||||
DEPS_LUA_TARGET:= linux
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -10,4 +10,7 @@ DEPS_JAMLIB_MAKEFILE:= Makefile.linux-musl
|
||||
|
||||
FTSLIB:= FTSLIB=1
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -8,4 +8,7 @@ DEPS_CDK_OPTS:= --with-curses-dir=/usr/pkg
|
||||
DEPS_LUA_TARGET:= bsd
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -7,4 +7,7 @@ LIBTOOLIZE:= libtoolize
|
||||
DEPS_LUA_TARGET:= bsd
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -7,4 +7,7 @@ LIBTOOLIZE:= glibtoolize
|
||||
DEPS_LUA_TARGET:= macosx
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
@@ -8,4 +8,7 @@ LIBTOOLIZE:= libtoolize
|
||||
DEPS_LUA_TARGET:= solaris
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.sunos
|
||||
|
||||
MAGIEDIT_ANSI_PATH:= ""
|
||||
MAGIEDIT_DRAFT_PATH:= ""
|
||||
|
||||
include GNUmakefile.common
|
||||
|
Reference in New Issue
Block a user