2007-05-27 12:01:53 -04:00
|
|
|
# data/
|
|
|
|
|
2009-01-02 14:34:38 -05:00
|
|
|
SUBDIRS = fonts items karts models music po sfx textures tracks grandprix
|
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
|
|
|
|
|
|
|
|
dist_pkgdata_DATA = \
|
|
|
|
$(shell find $(srcdir) -name "*.data") \
|
|
|
|
$(shell find $(srcdir) -name "*.items") \
|
|
|
|
$(shell find $(srcdir) -name "*.projectile") \
|
|
|
|
$(shell find $(srcdir) -name "*.cup") \
|
|
|
|
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \
|
|
|
|
$(shell find $(srcdir) -name "*.collectable") \
|
|
|
|
$(shell find $(srcdir) -name "*.projectile") \
|
2009-01-18 17:20:28 -05:00
|
|
|
CREDITS
|
2007-05-27 12:01:53 -04:00
|
|
|
|
|
|
|
desktopdir = $(prefix)/share/applications
|
|
|
|
desktop_DATA = supertuxkart.desktop
|
|
|
|
|
|
|
|
icondir = $(prefix)/share/pixmaps
|
2009-01-02 14:34:38 -05:00
|
|
|
dist_icon_DATA = supertuxkart_32.xpm supertuxkart_64.xpm
|
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
|
|
|
|
sed 's#PREFIX#$(prefix)#' $(srcdir)/supertuxkart_desktop.template >supertuxkart.desktop
|