4 # Customize below to fit your system
6 # additional layouts beside floating
7 LAYOUTS
= layouts
/tile.c layouts
/spiral.c layouts
/floating.c
11 MANPREFIX
= ${PREFIX}/share
/man
13 X11INC
= /usr
/include/X11
17 INCS
= -I.
-I
/usr
/include -I
${X11INC} `pkg-config --cflags libconfig`
18 LIBS
= -L
/usr
/lib
-lc
-L
${X11LIB} -lX11
`pkg-config --libs libconfig` -lXext
-lXrandr
-lXinerama
21 CFLAGS
= -fgnu89-inline
-std
=gnu99
-ggdb3
-pipe
-Wall
-Wextra
-W
-Wchar-subscripts
-Wundef
-Wshadow
-Wcast-align
-Wwrite-strings
-Wsign-compare
-Wunused
-Wuninitialized
-Winit-self
-Wpointer-arith
-Wredundant-decls
-Wno-format-zero-length
-Wmissing-prototypes
-Wmissing-format-attribute
-Wmissing-noreturn
-O2
${INCS} -DVERSION
=\"${VERSION}\"
22 LDFLAGS
= -ggdb3
${LIBS}