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.
26 lines
743 B
26 lines
743 B
SUBDIRS = pics
|
|
|
|
INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
|
|
KDE_ICON = kmahjongg
|
|
|
|
bin_PROGRAMS = kmahjongg
|
|
kmahjongg_SOURCES = main.cpp kmahjongg.cpp boardwidget.cpp \
|
|
Tileset.cpp BoardLayout.cpp GameTimer.cpp \
|
|
Background.cpp Preview.cpp prefs.kcfgc \
|
|
Editor.cpp HighScore.cpp settings.ui
|
|
kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
kmahjongg_LDADD = $(LIB_TDEGAMES) $(LIB_TDEFILE)
|
|
kmahjongg_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
xdg_apps_DATA = kmahjongg.desktop
|
|
kde_kcfg_DATA = kmahjongg.kcfg
|
|
|
|
rcdir = $(kde_datadir)/kmahjongg
|
|
rc_DATA = kmahjonggui.rc
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kmahjongg.pot
|
|
|