2008-04-25 09:37:36 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DG_LOG_DOMAIN=\"ClutterFruity\" \
|
2008-10-30 13:04:34 -04:00
|
|
|
-DCLUTTER_COMPILATION \
|
2008-04-25 09:37:36 -04:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
|
|
$(GCC_FLAGS) \
|
|
|
|
-xobjective-c
|
|
|
|
|
|
|
|
LDADD = $(CLUTTER_LIBS)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-fruity.la
|
|
|
|
|
|
|
|
libclutter_fruity_la_SOURCES = \
|
|
|
|
clutter-backend-fruity.h \
|
|
|
|
clutter-backend-fruity.c \
|
|
|
|
clutter-stage-fruity.h \
|
|
|
|
clutter-stage-fruity.c \
|
|
|
|
clutter-fruity.h \
|
|
|
|
clutter-fruity.c
|