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_module_LTLIBRARIES = kio_%{APPNAMELC}.la
|
|
|
|
|
|
|
|
kio_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
|
|
|
|
kio_%{APPNAMELC}_la_LIBADD = -lkio
|
|
|
|
kio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
|
|
|
|
protocol_DATA = %{APPNAMELC}.protocol
|
|
|
|
protocoldir = $(kde_servicesdir)
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(EXTRACTRC) `tqfind . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kio_%{APPNAMELC}.pot
|