chiark / gitweb /
[PATCH] klibc: update v0.205
[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,-MT,$@,-MD,$(dir $@).$(notdir $@).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
17 INCLUDE += -I./zlib
18 CFLAGS  += -DDYNAMIC_CRC_TABLE
19
20 SOFLAGS = -fPIC