chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / MCONFIG
1 # -*- makefile -*-
2 #
3 # Makefile configuration, without explicit rules
4 #
5
6 SRCROOT = ..
7 include ../MCONFIG
8 include ../MRULES
9
10 WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
11
12 ifeq ($(ERRLIST),1)
13 REQFLAGS += -DWITH_ERRLIST
14 endif
15
16 CFLAGS  = -Wp,-MD,$(dir $*).$(notdir $*).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
17
18 SOFLAGS = -fPIC