
${CONSTITUENT} :: ${src}${CONSTITUENT}.h
	@echo "------> ${CONSTITUENT} ok"

# Build the configuration header
${src}${CONSTITUENT}.h : ${configTemplate}

	@echo "Generating dyincpath header $@"

	@# We proceed with the normal configuration
	@sed  -e "s|@dyincpath@|-I${FRROOT}/src -I${DYROOT}/src/mysiesta|" \
	 < ${configTemplate} > $@


