#-- start of make_header -----------------

#====================================
#  ${TITLE} ${CONSTITUENT}
#
#   Generated ${DATE}  by ${USER}
#
#====================================

!include $(CMTROOT)/src/NMakefile.core

!if defined (tag)
CMTEXTRATAGS = $(tag)
!else
!if defined (CMTCONFIG)
tag = $(CMTCONFIG) 
!else
tag = VisualC
!endif
!endif

cmt_${CONSTITUENT}_$(HASTARGETTAG) = 1

#--------------------------------------------------------

!if defined (cmt_${CONSTITUENT}_has_target_tag)

tags      = $(tag),$(CMTEXTRATAGS),target_${CONSTITUENT}

${PACKAGE}_tag = $(tag)

#cmt_local_tagfile = $(${PACKAGE}_tag)_${CONSTITUENT}.nmake
cmt_local_tagfile = $(bin)$(${PACKAGE}_tag)_${CONSTITUENT}.nmake

!else

tags      = $(tag),$(CMTEXTRATAGS)

${PACKAGE}_tag = $(tag)

#cmt_local_tagfile = $(${PACKAGE}_tag).nmake
cmt_local_tagfile = $(bin)$(${PACKAGE}_tag).nmake

!endif

!include $(cmt_local_tagfile)

${CONSTITUENT} ::

javadirs ::
	@if not exist $(javabin) mkdir $(javabin)

srcdirs ::
	@if not exist $(src) mkdir $(src)

dirs ::
	@if not exist requirements echo "No requirements file"
	@if not exist $(bin) mkdir $(bin)

help ::
	@echo '${CONSTITUENT}'

#-- end of make_header ------------------
