4 # Customize below to fit your system
8 MANPREFIX
= $(PREFIX
)/share
/man
10 X11INC
= /usr
/X11R6
/include
11 X11LIB
= /usr
/X11R6
/lib
15 `pkg-config --cflags fontconfig` \
16 `pkg-config --cflags freetype2`
17 LIBS
= -L
$(X11LIB
) -lm
-lrt
-lX11
-lutil
-lXft \
18 `pkg-config --libs fontconfig` \
19 `pkg-config --libs freetype2`
22 CPPFLAGS
= -DVERSION
=\"$(VERSION
)\" -D_XOPEN_SOURCE
=600
23 STCFLAGS
= $(INCS
) $(CPPFLAGS
) $(CFLAGS
)
24 STLDFLAGS
= $(LIBS
) $(LDFLAGS
)