EIFFELINC=$(EIFFEL3)/bench/spec/$(PLATFORM)/include

CC=cc
CFLAGS=-I$(TCLINC) -I$(EIFFELINC) -g

eif_tcl.o: eif_tcl.c
	$(CC) $(CFLAGS) -c $<





