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.
25 lines
645 B
25 lines
645 B
# Makefile.am for %{APPNAMELC}.
|
|
#
|
|
|
|
AM_CPPFLAGS = -UQT_NO_ASCII_CAST
|
|
METASOURCES = AUTO
|
|
|
|
INCLUDES = $(all_includes)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
LDADD = $(LIB_TDEUI) -lkscreensaver -lm
|
|
bin_PROGRAMS = %{APPNAMELC}.kss
|
|
|
|
%{APPNAMELC}_kss_SOURCES = %{APPNAMELC}ui.ui %{APPNAMELC}.cpp
|
|
%{APPNAMELC}_kss_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LDADD) $(LIB_KSYCOCA)
|
|
|
|
#datadir = $(kde_datadir)/%{APPNAMELC}
|
|
|
|
desktop_DATA = %{APPNAMELC}.desktop
|
|
desktopdir = $(kde_appsdir)/System/ScreenSavers
|
|
|
|
EXTRA_DIST = $(desktop_DATA)
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/%{APPNAMELC}.pot
|