mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0070e86ad0
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Origin message was:
------------------
- neutrino: remove outdated built-in jsoncpp
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
48 lines
952 B
Makefile
48 lines
952 B
Makefile
if BOXMODEL_CST_HD2
|
|
SUBDIRS = mtdutils
|
|
endif
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
-I$(top_srcdir)/lib/libnet \
|
|
-I$(top_srcdir)/lib/libconfigfile \
|
|
-I$(top_srcdir)/lib/libmd5sum \
|
|
-I$(top_srcdir)/lib/xmltree \
|
|
@SIGC_CFLAGS@ \
|
|
@FREETYPE_CFLAGS@ \
|
|
@AVFORMAT_CFLAGS@ \
|
|
@LUA_CFLAGS@ \
|
|
@HWLIB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libneutrino_system.a
|
|
|
|
libneutrino_system_a_SOURCES = \
|
|
configure_network.cpp \
|
|
debug.cpp \
|
|
flashtool.cpp \
|
|
fsmounter.cpp \
|
|
hddstat.cpp \
|
|
httptool.cpp \
|
|
lastchannel.cpp \
|
|
luaserver.cpp \
|
|
localize.cpp \
|
|
helpers.cpp \
|
|
mdb-tools.cpp \
|
|
ping.cpp \
|
|
proc_tools.cpp \
|
|
settings.cpp \
|
|
stacktrace.cpp \
|
|
sysload.cpp \
|
|
ytcache.cpp \
|
|
ytparser.cpp \
|
|
setting_helpers.cpp
|
|
# safe_system.c
|