summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-07 19:59:11 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-07 20:05:36 -0500
commit0c4457f0c287aace452880674db8b3785b819235 (patch)
tree883195725bf643c285f3a76b3cda4e1da869470d /Makefile.in
parentdc0f355f0ace3538dfea541907aca53ec2ff9590 (diff)
Refactor window logic into reusable parts, add a new terminal application.
The gears code is moved into a new file gearc.c and the window decoration and management code stays in window.c. A new application 'terminal' is the second user of the windowing code, but doesn't do anything useful yet.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5967062..da1e990 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
CFLAGS = @GCC_CFLAGS@
libs = libwayland-server.so libwayland.so
-clients = flower window screenshot
+clients = flower gears screenshot terminal
compositors = egl-compositor glx-compositor
all : $(libs) $(compositors) $(clients)
@@ -38,8 +38,9 @@ glx-compositor : CFLAGS += @GL_COMPOSITOR_CFLAGS@
glx-compositor : LDLIBS += @GL_COMPOSITOR_LIBS@ -L. -lwayland-server
flower : flower.o wayland-glib.o cairo-util.o
-window : window.o gears.o wayland-glib.o cairo-util.o
+gears : gears.o window.o wayland-glib.o cairo-util.o
screenshot : screenshot.o wayland-glib.o
+terminal : terminal.o window.o wayland-glib.o cairo-util.o
$(clients) : CFLAGS += @CLIENT_CFLAGS@
$(clients) : LDLIBS += @CLIENT_LIBS@ -L. -lwayland -lrt