Add convenience functions for posting display events
[profile/ivi/wayland.git] / config.mk.in
1 CFLAGS = @GCC_CFLAGS@ -O -g -Wall -MMD -MF .$*.deps
2 CPPFLAGS = -DDATADIR=\"$(datadir)\"
3
4 prefix = @prefix@
5 exec_prefix = @exec_prefix@
6 udev_rules_dir = @sysconfdir@/udev/rules.d
7 libdir = @libdir@
8 includedir = @includedir@
9 datadir = @datadir@
10 datarootdir = @datarootdir@
11
12 COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
13 COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
14
15 FFI_CFLAGS = @FFI_CFLAGS@
16 FFI_LIBS = @FFI_LIBS@
17
18 CLIENT_CFLAGS = @CLIENT_CFLAGS@
19 CLIENT_LIBS = @CLIENT_LIBS@
20
21 POPPLER_CFLAGS = @POPPLER_CFLAGS@
22 POPPLER_LIBS = @POPPLER_LIBS@
23
24 EXPAT_LIBS = @EXPAT_LIBS@
25
26 first : all
27
28 -include .*.deps