You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
580 B
28 lines
580 B
CFLAGS = @GCC_CFLAGS@ -O -g -Wall -MMD -MF .$*.deps
|
|
CPPFLAGS = -DDATADIR=\"$(datadir)\"
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
udev_rules_dir = @sysconfdir@/udev/rules.d
|
|
libdir = @libdir@
|
|
includedir = @includedir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
|
|
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
|
|
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
|
|
|
|
FFI_CFLAGS = @FFI_CFLAGS@
|
|
FFI_LIBS = @FFI_LIBS@
|
|
|
|
CLIENT_CFLAGS = @CLIENT_CFLAGS@
|
|
CLIENT_LIBS = @CLIENT_LIBS@
|
|
|
|
POPPLER_CFLAGS = @POPPLER_CFLAGS@
|
|
POPPLER_LIBS = @POPPLER_LIBS@
|
|
|
|
EXPAT_LIBS = @EXPAT_LIBS@
|
|
|
|
first : all
|
|
|
|
-include .*.deps
|
|
|