# $Id: Makefile,v 1.9 2007/05/02 13:32:24 cnepveu Exp $
#
# This source code copyright (c) Hexago Inc. 2005,2007.
#
# LICENSE NOTICE: You may use and modify this source code only if you
# have executed a valid license agreement with Hexago Inc. granting
# you the right to do so, the said license agreement governing such
# use and modifications. Copyright or other intellectual property
# notices are not to be removed from the source code.
#
include ../Mk/mk-$(target).mk
all:
install: all
@echo Installing templates
@if [ $(template) ]; then ( \
mkdir -p ../$(install_template); \
for template_var in README checktunnel.bat $(template); do \
$(COPY) $${template_var} ../$(install_template)/$${template_var}; \
done; ) \
else ( \
mkdir -p $(install_template); \
for template_var in README checktunnel.sh $(target).sh; do \
$(COPY) $${template_var} $(install_template)/$${template_var}; \
done; ) \
fi
clean:
@echo
syntax highlighted by Code2HTML, v. 0.9.1