# -*- makefile -*-

SRCROOT = ..

include $(SRCROOT)/MCONFIG
include $(SRCROOT)/MRULES

CFLAGS = -Wp,-MD,$(dir $@).$(notdir $@).d $(OPTFLAGS) $(REQFLAGS) -Wstrict-prototypes -Wall -I.
