summaryrefslogtreecommitdiffstats
path: root/blinken/src/Makefile.am
blob: 2bee35a6a7a5fed11701b3ec913000068ee6c36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if include_ARTS
artslib = -lartskde
else
artslib =
endif

bin_PROGRAMS = blinken

INCLUDES = $(all_includes)

blinken_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
blinken_LDADD = $(LIB_TDEUI) $(LIB_TDEIO) $(artslib)

blinken_SOURCES = main.cpp blinken.cpp artsplayer.cpp blinkengame.cpp number.cpp highscoredialog.cpp counter.cpp fontutils.cpp fontchecker.cpp button.cpp settings.kcfgc

METASOURCES = AUTO

xdg_apps_DATA = blinken.desktop

kde_kcfg_DATA = blinken.kcfg

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/blinken.pot