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.
|
|
|
SUBDIRS= data wav
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
bin_PROGRAMS = ksmiletris
|
|
|
|
ksmiletris_SOURCES = main.cpp gamewindow.cpp gamewidget.cpp \
|
|
|
|
screenwidget.cpp mirrorwidget.cpp npiecewidget.cpp
|
|
|
|
ksmiletris_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
|
|
|
|
ksmiletris_LDADD = $(LIB_KDEGAMES)
|
|
|
|
ksmiletris_DEPENDENCIES = $(LIB_KDEGAMES_DEP)
|
|
|
|
|
|
|
|
xdg_apps_DATA = ksmiletris.desktop
|
|
|
|
|
|
|
|
KDE_ICON = ksmiletris
|
|
|
|
|
|
|
|
rcdir = $(kde_datadir)/ksmiletris
|
|
|
|
rc_DATA = ksmiletrisui.rc
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/ksmiletris.pot
|