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.
31 lines
1.0 KiB
31 lines
1.0 KiB
SUBDIRS = conf core ui shell generators |
|
|
|
INCLUDES = -I$(top_builddir)/kpdf $(all_includes) $(FREETYPE_CFLAGS) |
|
|
|
METASOURCES = AUTO |
|
|
|
messages: rc.cpp |
|
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp |
|
$(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc" -o -name "*.h"` -o $(podir)/kpdf.pot |
|
|
|
KDE_ICON = kpdf |
|
|
|
######################################################################### |
|
# KPART SECTION |
|
######################################################################### |
|
kde_module_LTLIBRARIES = libkpdfpart.la |
|
|
|
libkpdfpart_la_SOURCES = dcop.skel part.cpp |
|
libkpdfpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) |
|
libkpdfpart_la_LIBADD = conf/libkpdfconf.la core/libkpdfcore.la \ |
|
ui/libkpdfui.la ui/painter_agg2/libagg2.la $(LIB_KPARTS) \ |
|
$(LIB_KFILE) $(LIB_KDEPRINT) $(LIB_KUTILS) $(LIB_KNEWSTUFF) \ |
|
$(LIB_KHTML) -lm |
|
|
|
partdesktopdir = $(kde_servicesdir) |
|
partdesktop_DATA = kpdf_part.desktop |
|
|
|
partrcdir = $(kde_datadir)/kpdfpart |
|
partrc_DATA = part.rc |
|
|
|
part.lo: conf/settings.h
|
|
|