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
524 B
25 lines
524 B
INCLUDES = $(all_includes)
|
|
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
LDADD = $(LIB_KDEUI) $(LIB_KFILE)
|
|
|
|
bin_PROGRAMS = ktimer
|
|
|
|
METASOURCES = AUTO
|
|
|
|
ktimer_SOURCES = main.cpp ktimer.cpp prefwidget.ui
|
|
# ktimer.cpp pref.cpp
|
|
noinst_HEADERS = ktimer.h
|
|
|
|
KDE_ICON = ktimer
|
|
|
|
xdg_apps_DATA = ktimer.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/ktimer.pot
|
|
|
|
|
|
srcdoc:
|
|
kdoc -a -p -H -d $$HOME/web/src/ktimer ktimer *.h -ltdecore -ltdeui -lqt
|
|
|
|
|