# Generated automatically from Makefile.in by configure.
PROG = skipstone
VERSION = 0.9.2

all: configure
	(cd src && ${MAKE})

configure: ./configure.in
	@echo "*****************************************"
	@echo "* Warning, you may need to run autoconf *"
	@echo "* configure.in is newer than configure  *"
	@echo "*****************************************"

	
install:
	(cd src && ${MAKE} install)
	
clean:	
	rm -f *~
	(cd src && ${MAKE} clean)

uninstall:
	(cd src && ${MAKE} uninstall)

dist: clean
	rm -fr /tmp/$(PROG)-$(VERSION)
	cp -r . /tmp/$(PROG)-$(VERSION)
	tar czf ../$(PROG)-$(VERSION).tar.gz -C /tmp/ $(PROG)-$(VERSION)
	rm -rf /tmp/$(PROG)-$(VERSION)

distclean: clean
	(cd src && ${MAKE} distclean)
	rm -f Makefile config.h config.mk src/skipstone skipstone.spec config.log config.status

