2007-10-26 18:06:45 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
|
|
libclutterinclude_HEADERS = clutter-osx.h
|
|
|
|
|
|
|
|
INCLUDES = \
|
2009-08-11 08:11:34 -04:00
|
|
|
-DG_LOG_DOMAIN=\"ClutterOSX\" \
|
|
|
|
-DCLUTTER_COMPILATION \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter
|
2007-10-26 18:06:45 -04:00
|
|
|
|
2009-08-11 08:11:34 -04:00
|
|
|
common_ldadd = $(CLUTTER_LIBS)
|
2007-10-26 18:06:45 -04:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libclutter-osx.la
|
|
|
|
|
2009-08-11 08:11:34 -04:00
|
|
|
libclutter_osx_la_CFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS) -xobjective-c
|
2009-08-11 08:27:25 -04:00
|
|
|
libclutter_osx_la_LIBADD = $(common_ldadd)
|
2009-08-11 08:11:34 -04:00
|
|
|
libclutter_osx_la_SOURCES = \
|
|
|
|
clutter-backend-osx.h \
|
|
|
|
clutter-backend-osx.c \
|
|
|
|
clutter-event-osx.c \
|
|
|
|
clutter-stage-osx.h \
|
|
|
|
clutter-stage-osx.c \
|
2007-10-26 18:06:45 -04:00
|
|
|
clutter-osx.h
|