You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bomberclone/data/Makefile.am

30 lines
963 B

## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
install:
@if test ! -d player; then \
echo ""; \
echo ""; \
echo "****************************************"; \
echo "* Please download the Data Package, *"; \
echo "* so you can complete the installation *"; \
echo "* URL: http://www.bomberclone.de *"; \
echo "****************************************"; \
echo ""; \
echo ""; \
exit 1; \
fi;
@if test ! -d ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; then \
mkdir ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; \
fi;
cp player ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
cp maps ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
cp gfx ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
cp tileset ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
uninstall:
rm -rf ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@