2007-05-27 16:01:53 +00:00
|
|
|
# data/
|
|
|
|
|
2011-01-17 03:39:52 +00:00
|
|
|
SUBDIRS = challenges fonts gfx gui karts models music po sfx textures tracks grandprix
|
2009-01-02 19:34:38 +00:00
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
|
|
|
|
|
|
|
|
dist_pkgdata_DATA = \
|
2010-02-07 02:35:43 +00:00
|
|
|
$(shell find $(srcdir) -name "*.data") \
|
|
|
|
$(shell find $(srcdir) -name "*.items") \
|
|
|
|
$(shell find $(srcdir) -name "*.projectile") \
|
|
|
|
$(shell find $(srcdir) -name "*.cup") \
|
2009-01-02 19:34:38 +00:00
|
|
|
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \
|
2010-02-07 02:35:43 +00:00
|
|
|
$(shell find $(srcdir) -name "*.collectable") \
|
|
|
|
stk_config.xml powerup.xml items.xml \
|
2009-01-18 22:20:28 +00:00
|
|
|
CREDITS
|
2007-05-27 16:01:53 +00:00
|
|
|
|
|
|
|
desktopdir = $(prefix)/share/applications
|
|
|
|
desktop_DATA = supertuxkart.desktop
|
|
|
|
|
|
|
|
icondir = $(prefix)/share/pixmaps
|
2009-01-02 19:34:38 +00:00
|
|
|
dist_icon_DATA = supertuxkart_32.xpm supertuxkart_64.xpm
|
2007-05-27 16:01:53 +00:00
|
|
|
|
2008-05-15 08:17:29 +00: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 19:34:38 +00:00
|
|
|
EXTRA_DIST = supertuxkart_desktop.template
|
|
|
|
CLEANFILES = supertuxkart.desktop
|
|
|
|
supertuxkart.desktop: Makefile supertuxkart_desktop.template
|
|
|
|
sed 's#PREFIX#$(prefix)#' $(srcdir)/supertuxkart_desktop.template >supertuxkart.desktop
|