mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
14 lines
303 B
Makefile
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
|