enable usage of a separately built replacement of libtriple

In order to improve portability, libtriple will be split off and
built separately as "libneutrino-hal" (for hardware abstraction layer)
Enable the makefiles to deal with that.


Origin commit data
------------------
Commit: c8a561244e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)
This commit is contained in:
Stefan Seyfried
2012-02-03 23:56:16 +01:00
parent ac9549bf68
commit 9dc131a232
15 changed files with 85 additions and 2 deletions

View File

@@ -5,9 +5,13 @@ INCLUDES = \
if BOXTYPE_COOL
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
endif
if USE_NEUTRINO_HAL
INCLUDES += -I$(NEUTRINO_HAL_INC)
else
if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
endif
AM_CPPFLAGS = -fno-rtti -fno-exceptions