File: Makefile.am

package info (click to toggle)
kdeutils 4%3A3.5.9-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 19,616 kB
  • ctags: 16,163
  • sloc: cpp: 115,190; sh: 10,042; ansic: 3,624; perl: 2,874; python: 1,310; makefile: 929; xml: 303; lex: 302; yacc: 167
file content (24 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
INCLUDES = $(all_includes)
AM_LDFLAGS	= $(all_libraries) $(KDE_RPATH)
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 -lkdecore -lkdeui -lqt