## do not edit this #########################################################
TARFILE=../smash.tar
SRCDISTFILE=smash
EXT="ext"
GAP_PATH=..
PKG_PATH=.

## there is nothing to install ##############################################
unknown:
	@echo "the smash package is already installed"

src_dist:
	@(cmp ${PKG_PATH}/smash/doc/smash.tex ${GAP_PATH}/doc/smash.tex || echo \
	 "*** WARNING: current 'smash.tex' and 'doc/smash.tex' differ ***")
	@zoo ah ${SRCDISTFILE}.zoo \
		${PKG_PATH}/smash/Makefile \
		${PKG_PATH}/smash/README \
		${PKG_PATH}/smash/init.g \
		${PKG_PATH}/smash/code/*.g \
		${PKG_PATH}/smash/doc/*.tex \
		${PKG_PATH}/smash/doc/*.bbl \
		${PKG_PATH}/smash/papers/*.ps \
		${PKG_PATH}/smash/papers/README
	@zoo PE ${SRCDISTFILE}.zoo

bin_dist:
	@echo "Nothing has to be done"
