Imported Upstream version 0.1.0+git20131207+e452e83
[deb_libhybris.git] / hybris / egl / platforms / fbdev / Makefile.am
CommitLineData
d42e7319
JB
1pkglib_LTLIBRARIES = eglplatform_fbdev.la
2
3eglplatform_fbdev_la_SOURCES = \
4 eglplatform_fbdev.cpp \
5 fbdev_window.cpp
6
7eglplatform_fbdev_la_CXXFLAGS = \
8 -I$(top_srcdir)/include \
9 -I$(top_srcdir)/common \
10 -I$(top_srcdir)/egl \
11 -I$(top_srcdir)/egl/platforms/common \
12 -I$(top_srcdir)/include/android
13
14if WANT_TRACE
15eglplatform_fbdev_la_CXXFLAGS += -DDEBUG
16endif
17if WANT_DEBUG
18eglplatform_fbdev_la_CXXFLAGS += -ggdb -O0
19endif
20
21eglplatform_fbdev_la_LDFLAGS = \
22 -avoid-version -module -shared -export-dynamic \
23 $(top_builddir)/egl/platforms/common/libhybris-eglplatformcommon.la \
24 $(top_builddir)/hardware/libhardware.la