gtk2/tests/css/parser/Makefile.am

37 lines
865 B
Makefile
Raw Normal View History

include $(top_srcdir)/Makefile.decl
TEST_PROGS += test-css-parser
check_PROGRAMS = $(TEST_PROGS)
test_css_parser_CFLAGS = \
2011-04-07 00:24:51 +00:00
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)
test_css_parser_LDADD = \
2011-04-07 00:24:51 +00:00
$(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/libgtk-3.la \
$(GTK_DEP_LIBS)
test_css_parser_SOURCES = \
2011-04-07 00:24:51 +00:00
test-css-parser.c
2011-04-07 00:24:51 +00:00
clean-local:
rm $(builddir)/*.out.css || true
EXTRA_DIST += \
close-at-end-of-file.css \
2011-04-07 23:32:13 +00:00
close-at-end-of-file.errors \
close-at-end-of-file.ref.css \
2011-04-07 00:24:51 +00:00
does-not-exist.css \
2011-04-07 23:32:13 +00:00
does-not-exist.errors \
2011-04-07 00:24:51 +00:00
does-not-exist.ref.css \
no-semicolon.css \
no-semicolon.ref.css \
2011-04-07 00:24:51 +00:00
simple.css