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.
|
|
|
noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke
|
|
|
|
noinst_LTLIBRARIES = libtoytoolkit.la
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/wayland $(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
|
|
|
|
|
|
|
|
LDADD = $(top_builddir)/wayland/libwayland-client.la \
|
|
|
|
libtoytoolkit.la $(CLIENT_LIBS) -lrt -lm
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
|
|
|
|
|
|
|
libtoytoolkit_la_SOURCES = \
|
|
|
|
window.c \
|
|
|
|
window.h \
|
|
|
|
wayland-glib.c \
|
|
|
|
wayland-glib.h \
|
|
|
|
cairo-util.c \
|
|
|
|
cairo-util.h
|
|
|
|
|
|
|
|
flower_SOURCES = flower.c
|
|
|
|
smoke_SOURCES = smoke.c
|
|
|
|
gears_SOURCES = gears.c
|
|
|
|
screenshot_SOURCES = screenshot.c screenshooter-protocol.c
|
|
|
|
terminal_SOURCES = terminal.c
|
|
|
|
image_SOURCES = image.c
|
|
|
|
view_SOURCES = view.c
|
|
|
|
dnd_SOURCES = dnd.c
|
|
|
|
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
screenshooter-client-protocol.h \
|
|
|
|
screenshooter-protocol.c
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
include $(top_srcdir)/wayland/scanner.mk
|
|
|
|
|
|
|
|
terminal_LDADD = $(LDADD) -lutil
|
|
|
|
view_LDADD = $(LDADD) $(POPPLER_LIBS)
|