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.
40 lines
1.2 KiB
40 lines
1.2 KiB
15 years ago
|
khelpcenter_en_data_DATA = long.html short.html wrapper.html nomatch.html syntax.html
|
||
|
khelpcenter_en_datadir = $(kde_datadir)/khelpcenter/en
|
||
|
|
||
|
star_DATA = star.png star_blank.png
|
||
|
stardir = $(kde_datadir)/khelpcenter/pics
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
lib_LTLIBRARIES = libhtmlsearch.la libkcm_htmlsearch.la
|
||
|
|
||
|
libhtmlsearch_la_SOURCES = htmlsearch.cpp progressdialog.cpp
|
||
|
libhtmlsearch_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||
|
libhtmlsearch_la_LIBADD = $(LIB_KIO)
|
||
|
|
||
|
libkcm_htmlsearch_la_SOURCES = kcmhtmlsearch.cpp klangcombo.cpp ktagcombobox.cpp
|
||
|
libkcm_htmlsearch_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||
|
libkcm_htmlsearch_la_LIBADD = $(LIB_KIO)
|
||
|
|
||
|
noinst_HEADERS = kcmhtmlsearch.h htmlsearch.h
|
||
|
|
||
|
xdg_apps_DATA = htmlsearch.desktop
|
||
|
|
||
|
bin_PROGRAMS = khtmlindex
|
||
|
|
||
|
wrapperdir = $(kde_datadir)/khelpcenter/
|
||
|
wrapper_SCRIPTS = meinproc_wrapper
|
||
|
|
||
|
khtmlindex_SOURCES = index.cpp
|
||
|
khtmlindex_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||
|
khtmlindex_LDADD = libhtmlsearch.la $(LIB_KDEUI)
|
||
|
|
||
|
xpm_DATA = unchecked.xpm checked.xpm
|
||
|
xpmdir = $(kde_datadir)/khelpcenter/pics
|
||
|
|
||
|
messages:
|
||
|
$(XGETTEXT) index.cpp $(libhtmlsearch_la_SOURCES) -o $(podir)/htmlsearch.pot
|
||
|
$(XGETTEXT) $(libkcm_htmlsearch_la_SOURCES) -o $(podir)/kcmhtmlsearch.pot
|
||
|
|