Systemd/klibc/klibc/MCONFIG
2005-04-26 21:32:26 -07:00

14 lines
303 B
Makefile

# -*- 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