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
531 B
25 lines
531 B
INCLUDES = $(all_includes)
|
|
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
LDADD = $(LIB_TDEUI) $(LIB_TDEFILE)
|
|
|
|
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
|
|
|
|
|