mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
17 lines
368 B
Makefile
17 lines
368 B
Makefile
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
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/libconfigfile \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
@HWLIB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|