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.
|
|
|
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
|