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.
14 lines
619 B
14 lines
619 B
15 years ago
|
INCLUDES = $(FREETYPE_CFLAGS) -I$(top_srcdir)/ksvg -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||
|
|
||
|
bin_PROGRAMS = svgdisplay printnodetest
|
||
|
|
||
|
svgdisplay_SOURCES = SVGTestWidget.cc svgdisplay.cc
|
||
|
svgdisplay_LDADD = $(LIB_KDECORE) ../../libksvg.la
|
||
|
svgdisplay_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||
|
|
||
|
printnodetest_SOURCES = printnodetest.cpp
|
||
|
printnodetest_LDADD = $(LIB_KDECORE) ../../libksvg.la
|
||
|
printnodetest_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|