File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,040 kB
  • sloc: python: 5,172; sh: 4,584; makefile: 418; xml: 40; sed: 16
file content (40 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download | duplicates (2)
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
39
40
SUBDIRS = . audio gfx m4 maps pixmaps po scripts 

pkgdatadir = $(gamedatadir)

dist_pkgdata_DATA = gamename.txt achievements.data character.data mapengine.data quest.data audio.data

desktopdir = $(datadir)/applications
dist_desktop_DATA = org.nongnu.wastesedge.desktop 

dist_man_MANS = adonthell-wastesedge.6

appstreamdir = $(datadir)/metainfo
dist_appstream_DATA = org.nongnu.wastesedge.appdata.xml

EXTRA_DIST = config.rpath mkinstalldirs PLAYING autogen.sh ABOUT-NLS          \
	wastesedge.spec.in wastesedge.spec org.nongnu.wastesedge.desktop.in   \
	win32/COPYING win32/make_msi.sh win32/wastesedge.ico win32/icon32.bmp \
	win32/wastesedge.wxs osx/background.png osx/make_dmg.sh               \
	osx/sandbox.plist osx/settings.py osx/adonthell.icns                  \
	osx/adonthell.icns make_linux_appimg.sh make_osx_bundle.sh            \
	make_windows_pkg.sh doc/user_guide.odt

bin_SCRIPTS = adonthell-wastesedge

CLEANFILES = $(bin_SCRIPTS) $(appstream_DATA)

# -- clean game directory before installing
install-exec-local:
	rm -Rf $(DESTDIR)$(gamedatadir)

adonthell-wastesedge: Makefile
	echo "#!/bin/sh" > adonthell-wastesedge
	echo "$(adonthell_binary) wastesedge" | sed 's/.*\///' >> adonthell-wastesedge
	
# -- make sure the data directory gets deleted
uninstall-local:
	rm -rf $(DESTDIR)$(gamedatadir)


ACLOCAL_AMFLAGS = -I m4