
# Makefile for MicroCruft Visual C++

TOP=..

DIRNAME=lib

todo: default_target

DIRS = etc multisyn

CFLAGS = $(DEBUGFLAGS) $(OPTFLAGS) $(INCLUDEFLAGS) 

INLIB = ..\$(LIB_DIR)\libFestival.lib

ALL = .copy_from_est .sub_directories
!include $(TOP)\config\vc_common_make_rules

SIOD =  siod.scm web.scm cstr.scm fringe.scm

.copy_from_est: $(SIOD)

$(SIOD) :
	@echo 'Copy $@ from EST/lib/siod'
	-del $@
	copy $(EST)\lib\siod\$@ $@