#-- start of cleanup_header --------------

clean :: ${CONSTITUENT}clean
	@cd .

ifndef PEDANTIC
.DEFAULT::
	@echo "You should provide a target for this file  $@"
#	@exit 0
endif

#ifdef PEDANTIC
#.DEFAULT::
#	@echo "You should provide a target for this file  $@"
#	@exit 1
#endif




${CONSTITUENT}clean ::
#-- end of cleanup_header ---------------
