blob: 253a9461b7289edbe74e43f430308014ad3afec3 [file] [log] [blame]
# -*- makefile -*-
#
# Makefile configuration, without explicit rules
#
SRCROOT = ..
include ../MCONFIG
include ../MRULES
WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
CFLAGS = -Wp,-MD,$(dir $*).$(notdir $*).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
SOFLAGS = -fPIC