CFLAGS+= -I. -I../..
       
SRCS=TomsMoComp.cpp

SLIB=../../../bin/TomsMoComp_ff.dll
DEF=TomsMoComp_ff.def

GCCLIBS=-lstdc++

include ../../makefile_c.inc

.all: $(SLIB)

clean: 
	rm -f *.o *~ $(SLIB)

#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif
