2010-04-26 14:07:22 -04:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|
|
|
|
2011-07-04 12:19:24 -04:00
|
|
|
common_ldadd = \
|
2011-09-21 13:05:03 -04:00
|
|
|
$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la
|
2011-07-04 12:19:24 -04:00
|
|
|
|
|
|
|
common_sources = \
|
|
|
|
cally-examples-util.c \
|
|
|
|
cally-examples-util.h
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter \
|
|
|
|
-I$(top_srcdir)/tests/accessibility
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -DPREFIXDIR=\"$(libdir)\"
|
|
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
|
|
|
|
LDADD = $(common_ldadd) $(CLUTTER_LIBS)
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
|
|
cally-atkcomponent-example \
|
|
|
|
cally-atkeditabletext-example \
|
|
|
|
cally-atkevents-example \
|
|
|
|
cally-atktext-example \
|
|
|
|
cally-clone-example
|
|
|
|
|
|
|
|
cally_atkcomponent_example_SOURCES = $(common_sources) cally-atkcomponent-example.c
|
|
|
|
cally_atktext_example_SOURCES = $(common_sources) cally-atktext-example.c
|
|
|
|
cally_atkevents_example_SOURCES = $(common_sources) cally-atkevents-example.c
|
|
|
|
cally_atkeditabletext_example_SOURCES = $(common_sources) cally-atkeditabletext-example.c
|
|
|
|
cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c
|
2010-08-14 03:43:16 -04:00
|
|
|
|
|
|
|
DISTCLEANFILES =
|
|
|
|
|
|
|
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|