Imported Upstream version 0.1.0+git20131207+e452e83
[deb_libhybris.git] / hybris / egl / platforms / fbdev / Makefile.am
1 pkglib_LTLIBRARIES = eglplatform_fbdev.la
2
3 eglplatform_fbdev_la_SOURCES = \
4 eglplatform_fbdev.cpp \
5 fbdev_window.cpp
6
7 eglplatform_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
14 if WANT_TRACE
15 eglplatform_fbdev_la_CXXFLAGS += -DDEBUG
16 endif
17 if WANT_DEBUG
18 eglplatform_fbdev_la_CXXFLAGS += -ggdb -O0
19 endif
20
21 eglplatform_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