tMakefile.am - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tMakefile.am (885B)
---
1 SUBDIRS = src doc po sounds
2 DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
3 DESKTOP = dopewars.desktop
4 SCOREDIR = ${DESTDIR}${localstatedir}
5 SCORE = ${SCOREDIR}/dopewars.sco
6 EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop rpm/dopewars.spec.in \
7 runindent.sh win32/README.md win32/install.nsi.in README.md \
8 win32/mingw/Dockerfile ChangeLog.md
9 CLEANFILES = dopewars.sco dopewars-log.txt dopewars-config.txt
10 DISTCLEANFILES = rpm/dopewars.spec
11 ACLOCAL_AMFLAGS= -I m4
12
13 install-data-local:
14 ${mkinstalldirs} ${SCOREDIR}
15 touch ${SCORE}
16 @chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
17 echo "Unable to change group ownership of the high score file"
18 chmod 0660 ${SCORE}
19 ${mkinstalldirs} ${DESKTOPDIR}
20 ${INSTALL} -m 0644 ${srcdir}/${DESKTOP} ${DESKTOPDIR}
21
22 uninstall-local:
23 /bin/rm -f ${SCORE} ${DESKTOPDIR}/${DESKTOP}