blob: 499b6e8b5649a8275eb9dba96e50a2e61cf6ffd2 [file] [log] [blame]
# -*- makefile -*-
#
# Makefile configuration, without explicit rules
#
SRCROOT = ..
include ../MCONFIG
include ../MRULES
WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
ifeq ($(ERRLIST),1)
REQFLAGS += -DWITH_ERRLIST
endif
CFLAGS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
SOFLAGS = -fPIC