2009-08-14 08:08:17 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
2008-04-25 09:37:36 -04:00
|
|
|
|
|
|
|
INCLUDES = \
|
2009-08-14 08:08:17 -04:00
|
|
|
-DG_LOG_DOMAIN=\"ClutterFruity\" \
|
|
|
|
-DCLUTTER_COMPILATION \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter
|
2008-04-25 09:37:36 -04:00
|
|
|
|
2009-08-14 08:08:17 -04:00
|
|
|
common_ldadd = $(CLUTTER_LIBS)
|
2008-04-25 09:37:36 -04:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-fruity.la
|
|
|
|
|
2009-08-14 08:08:17 -04:00
|
|
|
libclutter_fruity_la_CFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS) -xobjective-c
|
|
|
|
libclutter_fruity_la_LIBADD = $(common_ldadd)
|
|
|
|
libclutter_fruity_la_SOURCES = \
|
2008-04-25 09:37:36 -04:00
|
|
|
clutter-backend-fruity.h \
|
|
|
|
clutter-backend-fruity.c \
|
|
|
|
clutter-stage-fruity.h \
|
|
|
|
clutter-stage-fruity.c \
|
|
|
|
clutter-fruity.h \
|
|
|
|
clutter-fruity.c
|