summaryrefslogtreecommitdiffstats
path: root/ktuberling/Makefile.am
blob: d4935944d58a1c78a57ee63e7084d9e3b49cb126 (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
29
30
31
32
33
34
35
36
37
38
# this 10 paths are KDE specific. Use them:
# kde_htmldir       Where your docs should go to. (contains lang subdirs)
# kde_appsdir       Where your application file (.desktop) should go to. 
# kde_icondir       Where your icon should go to.
# kde_sounddir      Where system sounds should go to.
# kde_datadir       Where you install application data. (Use a subdir)
# kde_locale        Where translation files should go to.(contains lang subdirs)
# kde_cgidir        Where cgi-bin executables should go to.
# kde_confdir       Where config files should go to.
# kde_mimedir       Where mimetypes should go to.
# kde_toolbardir    Where general toolbar icons should go to.
# kde_wallpaperdir  Where general wallpapers should go to.

INCLUDES= -I$(top_srcdir)/libtdegames $(all_includes)
SUBDIRS = . museum sounds pics

bin_PROGRAMS = ktuberling

ktuberling_SOURCES = action.cpp main.cpp toplevel.cpp playground.cpp todraw.cpp soundfactory.cpp

ktuberling_METASOURCES = AUTO
ktuberling_LDFLAGS =  $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
ktuberling_LDADD = $(LIB_TDEGAMES) $(LIB_TDEFILE) -ltdeprint 
ktuberling_DEPENDENCIES = $(LIB_TDEGAMES_DEP)

KDE_ICON = ktuberling

xdg_apps_DATA = ktuberling.desktop

mimetypeapplicationdata_DATA = x-tuberling.desktop
mimetypeapplicationdatadir = $(kde_mimedir)/application

appsrc_DATA = ktuberlingui.rc
appsrcdir = $(kde_datadir)/ktuberling

messages: rc.cpp
	$(XGETTEXT) rc.cpp $(ktuberling_SOURCES) pics/layout.i18n -o $(podir)/ktuberling.pot