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.
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
|
|
|
|
|
|
|
|
PICDIR = $(kde_datadir)/kshisen/pics
|
|
|
|
|
|
|
|
bin_PROGRAMS = kshisen
|
|
|
|
|
|
|
|
METASOURCES = board.moc app.moc
|
|
|
|
|
|
|
|
noinst_HEADERS = app.h board.h tileset.h debug.h version.h
|
|
|
|
|
|
|
|
kshisen_SOURCES = main.cpp board.cpp app.cpp tileset.cpp settings.ui prefs.kcfgc
|
|
|
|
kshisen_LDADD = $(LIB_TDEGAMES) $(LIB_TDEUI)
|
|
|
|
kshisen_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
|
|
|
|
kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
|
|
|
xdg_apps_DATA = kshisen.desktop
|
|
|
|
kde_kcfg_DATA = kshisen.kcfg
|
|
|
|
KDE_ICON = kshisen
|
|
|
|
|
|
|
|
SUBDIRS = pics
|
|
|
|
|
|
|
|
rcdir = $(kde_datadir)/kshisen
|
|
|
|
rc_DATA = kshisenui.rc
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) rc.cpp $(kshisen_SOURCES) -o $(podir)/kshisen.pot
|