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.
tdevelop/languages/cpp/app_templates/tdeioslave/src-Makefile.am

15 lines
518 B

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = tdeio_%{APPNAMELC}.la
tdeio_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
tdeio_%{APPNAMELC}_la_LIBADD = -ltdeio
tdeio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
protocol_DATA = %{APPNAMELC}.protocol
protocoldir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeio_%{APPNAMELC}.pot