2007-05-02 16:05:29 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
|
|
libclutterinclude_HEADERS = clutter-sdl.h
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DG_LOG_DOMAIN=\"ClutterSDL\" \
|
2008-10-30 13:04:34 -04:00
|
|
|
-DCLUTTER_COMPILATION \
|
2007-05-02 16:05:29 -04:00
|
|
|
-I$(top_srcdir) \
|
2008-04-25 09:37:36 -04:00
|
|
|
-I$(top_srcdir)/clutter/ \
|
|
|
|
-I$(top_builddir)/clutter/ \
|
2007-05-02 16:05:29 -04:00
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
|
|
$(GCC_FLAGS)
|
|
|
|
|
|
|
|
LDADD = $(CLUTTER_LIBS)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-sdl.la
|
|
|
|
|
|
|
|
libclutter_sdl_la_SOURCES = \
|
|
|
|
clutter-backend-sdl.h \
|
|
|
|
clutter-backend-sdl.c \
|
|
|
|
clutter-event-sdl.c \
|
|
|
|
clutter-stage-sdl.h \
|
|
|
|
clutter-stage-sdl.c \
|
|
|
|
clutter-sdl.h
|