summaryrefslogtreecommitdiffstats
path: root/kshisen/Makefile.am
blob: 6d0d8b02f115556c0e742fec436487f8833f64d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28


INCLUDES = -I$(top_srcdir)/libtdegames $(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_TQT) -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