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.
37 lines
1.1 KiB
37 lines
1.1 KiB
#Global section
|
|
METASOURCES = AUTO
|
|
EXTRA_DIST = DESCRIPTION
|
|
SUBDIRS = pics
|
|
KDE_ICON = kfind
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkfind_common.la
|
|
libkfind_common_la_SOURCES = kftabdlg.cpp kfind.cpp kquery.cpp kdatecombo.cpp
|
|
|
|
#This section is kfindpart
|
|
kde_module_LTLIBRARIES = libkfindpart.la
|
|
|
|
libkfindpart_la_SOURCES = kfindpart.cpp
|
|
libkfindpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkfindpart_la_LIBADD = libkfind_common.la $(LIB_TDEPARTS) $(top_builddir)/libkonq/libkonq.la
|
|
|
|
noinst_HEADERS = kftabdlg.h kfind.h version.h kquery.h kdatecombo.h
|
|
|
|
xdg_apps_DATA = Kfind.desktop
|
|
|
|
kde_services_DATA = kfindpart.desktop
|
|
kde_servicetypes_DATA = findpart.desktop
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kfindpart.pot
|
|
|
|
#And this is for kfind
|
|
|
|
bin_PROGRAMS = kfind
|
|
kfind_SOURCES = kfwin.cpp kfinddlg.cpp main.cpp
|
|
kfind_LDADD = libkfind_common.la $(LIB_TDEPARTS)
|
|
|
|
# the library search path.
|
|
kfind_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|