2008-10-30 13:11:29 -04:00
|
|
|
source_c = \
|
|
|
|
cogl-pango-fontmap.c \
|
|
|
|
cogl-pango-render.c \
|
|
|
|
cogl-pango-glyph-cache.c
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2008-10-30 13:11:29 -04:00
|
|
|
source_h = cogl-pango.h
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2008-10-30 13:11:29 -04:00
|
|
|
source_h_priv = \
|
|
|
|
cogl-pango-private.h \
|
|
|
|
cogl-pango-glyph-cache.h
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2008-10-30 13:11:29 -04:00
|
|
|
noinst_LTLIBRARIES = libcoglpango.la
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2008-10-30 13:11:29 -04:00
|
|
|
libcoglpango_la_SOURCES = \
|
|
|
|
$(source_c) \
|
|
|
|
$(source_h) \
|
|
|
|
$(source_h_priv)
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2007-10-15 05:09:04 -04:00
|
|
|
INCLUDES = \
|
|
|
|
@GCC_FLAGS@ @CLUTTER_CFLAGS@ \
|
|
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
2009-01-23 08:09:51 -05:00
|
|
|
$(MAINTAINER_CFLAGS) \
|
2008-10-30 13:11:29 -04:00
|
|
|
-DCLUTTER_COMPILATION \
|
|
|
|
-I$(top_srcdir) \
|
2008-04-25 09:37:36 -04:00
|
|
|
-I$(top_srcdir)/clutter \
|
2008-10-30 13:11:29 -04:00
|
|
|
-I$(top_srcdir)/clutter/cogl \
|
|
|
|
-I$(top_builddir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter/cogl
|
2006-10-03 17:59:30 -04:00
|
|
|
|
2008-10-30 13:11:29 -04:00
|
|
|
coglpangoheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/cogl
|
|
|
|
coglpangoheaders_HEADERS = $(source_h)
|