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.
16 lines
551 B
16 lines
551 B
INCLUDES= $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la
|
|
|
|
%{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp
|
|
%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS)
|
|
%{APPNAMELC}_panelapplet_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
%{APPNAMELC}_DATA = %{APPNAMELC}.desktop
|
|
%{APPNAMELC}dir = $(kde_datadir)/kicker/applets
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/%{APPNAMELC}.pot
|