mirror of
https://github.com/brl/mutter.git
synced 2024-12-02 04:40:43 -05:00
94b35a4a5e
CC_FLAGS was a left over from the 0.8.x age. Killed it and use the newer MAINTAINER_CFLAGS variable instead.
26 lines
586 B
Makefile
26 lines
586 B
Makefile
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
libclutterinclude_HEADERS = clutter-osx.h
|
|
|
|
INCLUDES = \
|
|
-DG_LOG_DOMAIN=\"ClutterOSX\" \
|
|
-DCLUTTER_COMPILATION \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/clutter \
|
|
-I$(top_builddir)/clutter \
|
|
$(CLUTTER_CFLAGS) \
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
$(MAINTAINER_CFLAGS)
|
|
-xobjective-c
|
|
|
|
LDADD = $(CLUTTER_LIBS)
|
|
|
|
noinst_LTLIBRARIES = libclutter-osx.la
|
|
|
|
libclutter_osx_la_SOURCES = \
|
|
clutter-backend-osx.h \
|
|
clutter-backend-osx.c \
|
|
clutter-event-osx.c \
|
|
clutter-stage-osx.h \
|
|
clutter-stage-osx.c \
|
|
clutter-osx.h
|