~sergiusens/libhybris/autotests

« back to all changes in this revision

Viewing changes to hybris/egl/platforms/fbdev/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-04 07:33:11 UTC
  • Revision ID: package-import@ubuntu.com-20130604073311-20ldi2hm1axkvjl1
Tags: upstream-0.1.0+git20130601+dfb2e26
ImportĀ upstreamĀ versionĀ 0.1.0+git20130601+dfb2e26

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
13
if WANT_TRACE
 
14
eglplatform_fbdev_la_CXXFLAGS += -DDEBUG
 
15
endif
 
16
if WANT_DEBUG
 
17
eglplatform_fbdev_la_CXXFLAGS += -ggdb -O0
 
18
endif
 
19
 
 
20
eglplatform_fbdev_la_LDFLAGS = \
 
21
        -avoid-version -module -shared -export-dynamic \
 
22
        $(top_builddir)/egl/platforms/common/libhybris-eglplatformcommon.la \
 
23
        $(top_builddir)/hardware/libhardware.la