# 
# Default target
#

default:: subdirs

# Get the variables definition
include $(ZK_ROOT)/freedom/client/makefiles/Makefile.vars

# Override and define new variables
ZK_SUB_PROJECTS := arch src test scripts

ZKSHIM_TARBALL := zkshim.tar.gz

# Get the delegation rules
include $(ZK_ROOT)/freedom/client/makefiles/Makefile.targs

$(ZKSHIM_TARBALL):
	install/make_tarball.sh

package:: $(ZKSHIM_TARBALL)
	@$(ZK_SCRIPTDIR)/promoteFiles.pl . $(ZK_PKG_CLIENT_ROOT)/usr/share/freedom $<

clean::
	-rm -f $(ZKSHIM_TARBALL)

