Files
recycled-ni-neutrino/src/gui/Makefile.am
vanhofen b02b3e8c3f rename BOXTYPE_COOL => BOXTYPE_CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8524f5f218
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- rename BOXTYPE_COOL => BOXTYPE_CST

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-10-03 23:44:06 +02:00

168 lines
3.3 KiB
Makefile

AM_CPPFLAGS = -fno-rtti -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
BUILT_SOURCES = version.h
version.h:
@rm -f $@; \
echo "#define BUILT_DATE \"$$(date)\"" > $@
@if test -d $(top_srcdir)/.git ; then \
pushd $(top_srcdir) ; \
GITTAG=$$(git tag -l "NI-*" | tail -n1); \
GITDESCRIBE=$$(git describe --always --long --tags --match $$GITTAG | sed 's/-/./2' || echo "VCS failed") ; \
popd ; \
echo "#define VCS \"$${GITDESCRIBE}\"" >> $@ ; \
fi
noinst_HEADERS = version.h
.PHONY: version.h
SUBDIRS = bedit components moviebrowser widget
if ENABLE_LUA
SUBDIRS += lua
endif
AM_CPPFLAGS += \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/libeventserver \
-I$(top_srcdir)/lib/libnet \
-I$(top_srcdir)/lib/libconfigfile \
-I$(top_srcdir)/lib/connection \
-I$(top_srcdir)/lib/xmltree \
-I$(top_srcdir)/lib/libupnpclient \
-I$(top_srcdir)/lib/jsoncpp \
@SIGC_CFLAGS@ \
@CURL_CFLAGS@ \
@FREETYPE_CFLAGS@ \
@AVFORMAT_CFLAGS@ \
@LUA_CFLAGS@ \
@HWLIB_CFLAGS@
noinst_LIBRARIES = libtimerlist.a libneutrino_gui.a libneutrino_gui2.a
libneutrino_gui_a_SOURCES = \
adzap.cpp \
audio_select.cpp \
audio_setup.cpp \
audiomute.cpp \
audioplayer.cpp \
audioplayer_setup.cpp\
bookmarkmanager.cpp \
bouquetlist.cpp \
buildinfo.cpp \
channellist.cpp \
cec_setup.cpp \
daemon_control.cpp \
dboxinfo.cpp \
epgplus.cpp \
epgview.cpp \
eventlist.cpp \
favorites.cpp \
filebrowser.cpp \
followscreenings.cpp \
imageinfo_ni.cpp \
imdb.cpp \
info_menue.cpp \
infoviewer.cpp \
infoviewer_bb.cpp \
keybind_setup.cpp \
lcd4l_setup.cpp \
mediaplayer.cpp \
mediaplayer_setup.cpp \
miscsettings_menu.cpp \
movieplayer.cpp \
network_service.cpp \
network_setup.cpp \
nfs.cpp \
opkg_manager.cpp \
osd_helpers.cpp \
osd_progressbar_setup.cpp \
osd_setup.cpp \
osdlang_setup.cpp \
parentallock_setup.cpp \
personalize.cpp \
pictureviewer.cpp \
pictureviewer_setup.cpp \
pipsetup.cpp \
pluginlist.cpp \
plugins.cpp \
plugins_hide.cpp \
proxyserver_setup.cpp \
radiotext_window.cpp \
rate_banner.cpp \
rc_lock.cpp \
record_setup.cpp \
scan.cpp \
scan_setup.cpp \
screensaver.cpp \
screensetup.cpp \
settings_manager.cpp \
sleeptimer.cpp \
start_wizard.cpp \
subchannel_select.cpp \
themes.cpp \
timeosd.cpp \
tmdb.cpp \
update.cpp \
update_check.cpp \
update_menue.cpp \
update_settings.cpp \
user_menue.cpp \
user_menue_setup.cpp \
vfd_setup.cpp \
videosettings.cpp \
volumebar.cpp \
weather.cpp \
webchannels_setup.cpp \
xmltv_setup.cpp \
zapit_setup.cpp
if ENABLE_GRAPHLCD
libneutrino_gui_a_SOURCES += \
glcdsetup.cpp \
glcdthemes.cpp
endif
if BOXTYPE_CST
libneutrino_gui_a_SOURCES += \
streaminfo1.cpp
else
libneutrino_gui_a_SOURCES += \
streaminfo2.cpp
endif
if ENABLE_EXTUPDATE
libneutrino_gui_a_SOURCES += \
update_ext.cpp
endif
if BOXTYPE_ARMBOX
libneutrino_gui_a_SOURCES += \
psisetup.cpp
endif
#NI if ENABLE_TESTING
libneutrino_gui_a_SOURCES += \
test_menu.cpp
#NI endif
libneutrino_gui2_a_SOURCES = \
cam_menu.cpp \
color.cpp \
hdd_info.cpp \
hdd_menu.cpp \
infoclock.cpp \
infoicons.cpp \
infoicons_setup.cpp \
motorcontrol.cpp \
netfs_setup.cpp
if ENABLE_UPNP
libneutrino_gui2_a_SOURCES += \
upnpbrowser.cpp
endif
libtimerlist_a_SOURCES = \
timerlist.cpp