You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
test-widgets.glade
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
|
|
test-widgets \
|
|
|
|
test-painter
|
|
|
|
|
|
|
|
test_widgets_CFLAGS = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(KDE_CFLAGS) \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GTK3_CFLAGS)
|
|
|
|
|
|
|
|
test_widgets_LDADD = \
|
|
|
|
$(KDE_LIBADD)
|
|
|
|
|
|
|
|
test_widgets_LDFLAGS = \
|
|
|
|
$(KDE_LDFLAGS) \
|
|
|
|
$(CAIRO_LIBS) \
|
|
|
|
$(GTK3_LIBS)
|
|
|
|
|
|
|
|
test_painter_SOURCES = test-painter.cpp
|
|
|
|
|
|
|
|
test_painter_CXXFLAGS = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/tdegtk \
|
|
|
|
$(KDE_CFLAGS) \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GTK3_CFLAGS)
|
|
|
|
|
|
|
|
test_painter_LDADD = \
|
|
|
|
$(KDE_LIBADD) ../tdegtk/libtqtcairo.la $(all_libraries) $(CAIRO_LIBS) $(GTK3_LIBS) $(LIB_TQT) $(LIB_TDEUI)
|
|
|
|
|
|
|
|
test_painter_LDFLAGS = \
|
|
|
|
$(KDE_LDFLAGS) \
|
|
|
|
$(CAIRO_LIBS) \
|
|
|
|
$(GTK3_LIBS)
|