2007-05-27 12:01:53 -04:00
|
|
|
# data/
|
|
|
|
|
2011-09-06 02:09:27 -04:00
|
|
|
SUBDIRS = challenges fonts gfx gui karts models music po sfx textures tracks \
|
2013-04-09 20:13:49 -04:00
|
|
|
grandprix shaders
|
2011-09-06 02:09:27 -04:00
|
|
|
|
2009-01-02 14:34:38 -05:00
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
|
|
|
|
|
|
|
|
dist_pkgdata_DATA = \
|
|
|
|
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \
|
2010-02-06 21:35:43 -05:00
|
|
|
stk_config.xml powerup.xml items.xml \
|
2011-09-06 02:09:27 -04:00
|
|
|
CREDITS run_me.sh
|
2007-05-27 12:01:53 -04:00
|
|
|
|
|
|
|
desktopdir = $(prefix)/share/applications
|
|
|
|
desktop_DATA = supertuxkart.desktop
|
|
|
|
|
|
|
|
icondir = $(prefix)/share/pixmaps
|
2013-08-30 14:46:11 -04:00
|
|
|
dist_icon_DATA = supertuxkart_32.png supertuxkart_128.png
|
2007-05-27 12:01:53 -04:00
|
|
|
|
2008-05-15 04:17:29 -04:00
|
|
|
|
|
|
|
# The desktop file needs the absolute path to the binary
|
|
|
|
# since e.g. /usr/games might not be in the standard path
|
2009-01-02 14:34:38 -05:00
|
|
|
EXTRA_DIST = supertuxkart_desktop.template
|
|
|
|
CLEANFILES = supertuxkart.desktop
|
|
|
|
supertuxkart.desktop: Makefile supertuxkart_desktop.template
|
2012-03-05 19:18:51 -05:00
|
|
|
sed 's#@PREFIX@#$(prefix)#' '$(srcdir)/supertuxkart_desktop.template' >supertuxkart.desktop
|