#RULES_TOP
include $(EPICS_BASE)/config/RULES_TOP

uninstall$(DIVIDER)%::
	@$(RMDIR) $(INSTALL_JAVA)

# tar rule now works only on unix type hosts (needs perl script)
tar.%:
	@echo "TOP: Creating $*.Tar file..."; \
	cd ${TOP}/src; \
	find $* -name CVS -prune -o ! -type d -print \
		| grep -v "/O\..*$$" | xargs tar vcf ../$*.Tar

