mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -6,16 +6,16 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libdvbsub.a
|
noinst_LIBRARIES = libdvbsub.a
|
||||||
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
noinst_LIBRARIES = libtuxbox-md5sum.a
|
noinst_LIBRARIES = libtuxbox-md5sum.a
|
||||||
|
|
||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CPPFLAGS = \
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
INCLUDES = \
|
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)
|
-I$(top_srcdir)
|
||||||
|
|
||||||
|
#not allowed cppflags for c files - fix your code to re-enable
|
||||||
|
#AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
|
#AM_CPPFLAGS +=
|
||||||
|
|
||||||
libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c
|
libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
@@ -8,7 +8,7 @@ INCLUDES = \
|
|||||||
|
|
||||||
noinst_LIBRARIES = libtriple.a
|
noinst_LIBRARIES = libtriple.a
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
libtriple_a_SOURCES = \
|
libtriple_a_SOURCES = \
|
||||||
dmx_td.cpp \
|
dmx_td.cpp \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -7,17 +7,17 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libtuxtxt.a
|
noinst_LIBRARIES = libtuxtxt.a
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libtuxbox-upnpclient.a
|
|||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti
|
AM_CPPFLAGS = -fno-rtti
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_srcdir)/lib/xmltree
|
-I$(top_srcdir)/lib/xmltree
|
||||||
|
|
||||||
libtuxbox_upnpclient_a_SOURCES = UPNPSocket.cpp UPNPDevice.cpp UPNPService.cpp
|
libtuxbox_upnpclient_a_SOURCES = UPNPSocket.cpp UPNPDevice.cpp UPNPService.cpp
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/connection \
|
-I$(top_srcdir)/lib/connection \
|
||||||
@@ -6,7 +6,7 @@ INCLUDES = \
|
|||||||
|
|
||||||
noinst_LIBRARIES = libsectionsdclient.a
|
noinst_LIBRARIES = libsectionsdclient.a
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
libsectionsdclient_a_SOURCES = sectionsdclient.cpp
|
libsectionsdclient_a_SOURCES = sectionsdclient.cpp
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/connection \
|
-I$(top_srcdir)/lib/connection \
|
||||||
-I$(top_srcdir)/lib/libeventserver
|
-I$(top_srcdir)/lib/libeventserver
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libtimerdclient.a
|
noinst_LIBRARIES = libtimerdclient.a
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(srcdir)/xmltok
|
-I$(srcdir)/xmltok
|
||||||
|
@@ -8,7 +8,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
|||||||
|
|
||||||
SUBDIRS = zapit gui daemonc driver system eitd timerd nhttpd
|
SUBDIRS = zapit gui daemonc driver system eitd timerd nhttpd
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
@@ -26,14 +26,14 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
SUBDIRS += lcddisplay
|
SUBDIRS += lcddisplay
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_TREMOR
|
if USE_TREMOR
|
||||||
@@ -46,7 +46,7 @@ bin_PROGRAMS = neutrino
|
|||||||
|
|
||||||
neutrino_SOURCES = neutrino_menue.cpp neutrino.cpp
|
neutrino_SOURCES = neutrino_menue.cpp neutrino.cpp
|
||||||
|
|
||||||
AM_CPPFLAGS = -D_FILE_OFFSET_BITS=64
|
AM_CPPFLAGS += -D_FILE_OFFSET_BITS=64
|
||||||
|
|
||||||
if ENABLE_FLAC
|
if ENABLE_FLAC
|
||||||
FLACLIBS = -lFLAC
|
FLACLIBS = -lFLAC
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -14,13 +14,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_daemonc.a
|
noinst_LIBRARIES = libneutrino_daemonc.a
|
||||||
|
@@ -2,7 +2,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
|||||||
|
|
||||||
SUBDIRS = pictureviewer audiodec
|
SUBDIRS = pictureviewer audiodec
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -45,9 +45,9 @@ libneutrino_driver_a_SOURCES += \
|
|||||||
vfd.cpp
|
vfd.cpp
|
||||||
|
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
@@ -55,7 +55,7 @@ libneutrino_driver_a_SOURCES += \
|
|||||||
newclock.cpp \
|
newclock.cpp \
|
||||||
lcdd.cpp
|
lcdd.cpp
|
||||||
|
|
||||||
INCLUDES += \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_srcdir)/lib/libtriple
|
-I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -13,13 +13,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_driver_audiodec.a
|
noinst_LIBRARIES = libneutrino_driver_audiodec.a
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -11,13 +11,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -11,17 +11,17 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#AM_CPPFLAGS =
|
#AM_CPPFLAGS =
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
noinst_LIBRARIES = libsectionsd.a
|
noinst_LIBRARIES = libsectionsd.a
|
||||||
libsectionsd_a_SOURCES = \
|
libsectionsd_a_SOURCES = \
|
||||||
|
@@ -15,7 +15,7 @@ noinst_HEADERS = version.h
|
|||||||
|
|
||||||
SUBDIRS = bedit components widget
|
SUBDIRS = bedit components widget
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -32,14 +32,14 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libtimerlist.a libneutrino_gui.a libneutrino_gui2.a
|
noinst_LIBRARIES = libtimerlist.a libneutrino_gui.a libneutrino_gui2.a
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -13,9 +13,9 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -13,9 +13,9 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -12,14 +12,14 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_gui_widget.a libneutrino_gui_widget2.a
|
noinst_LIBRARIES = libneutrino_gui_widget.a libneutrino_gui_widget2.a
|
||||||
|
@@ -2,7 +2,7 @@ SUBDIRS = yhttpd_core yhttpd_mods tuxboxapi web
|
|||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
@@ -17,13 +17,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
@@ -11,7 +11,7 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
@FREETYPE_CFLAGS@
|
@FREETYPE_CFLAGS@
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libyhttpd.a
|
noinst_LIBRARIES = libyhttpd.a
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
@@ -10,7 +10,7 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
@FREETYPE_CFLAGS@
|
@FREETYPE_CFLAGS@
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libyhttpdmods.a
|
noinst_LIBRARIES = libyhttpdmods.a
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ endif
|
|||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
@@ -20,13 +20,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_system.a
|
noinst_LIBRARIES = libneutrino_system.a
|
||||||
|
@@ -2,7 +2,7 @@ AM_CXXFLAGS = -D__STDC_FORMAT_MACROS
|
|||||||
|
|
||||||
SUBDIRS = lib
|
SUBDIRS = lib
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
@@ -10,9 +10,9 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/src/system/mtdutils/include
|
-I$(top_srcdir)/src/system/mtdutils/include
|
||||||
|
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_system_mtdutils.a
|
noinst_LIBRARIES = libneutrino_system_mtdutils.a
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CXXFLAGS = -D__STDC_FORMAT_MACROS
|
AM_CXXFLAGS = -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS += \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
@@ -13,13 +13,13 @@ INCLUDES = \
|
|||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
||||||
else
|
else
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libzapit.a
|
noinst_LIBRARIES = libzapit.a
|
||||||
|
Reference in New Issue
Block a user