]> git.proxmox.com Git - spiceterm.git/blobdiff - Makefile
move spice input/vdagent related code to input.c
[spiceterm.git] / Makefile
index 58eb3a790ee8015fe7da96b32aae5e755c1a672c..9d610d052fe294bfe0abe4c545df5e9b8a6acacf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,16 @@
 
 PROGRAMS=spiceterm
 
-HEADERS=translations.h basic_event_loop.h glyphs.h spiceterm.h
-SOURCES=test_display_base.c basic_event_loop.c spiceterm.c
+HEADERS=translations.h event_loop.h glyphs.h spiceterm.h
+SOURCES=screen.c event_loop.c input.c spiceterm.c
+
+#export G_MESSAGES_DEBUG=all 
+#export SPICE_DEBUG=1
 
 all: ${PROGRAMS}
 
 spiceterm: ${SOURCES} ${HEADERS} spiceterm.c 
-       gcc -Werror -Wall -Wtype-limits ${SOURCES} -o $@ -lutil $(shell pkg-config --cflags gdk-3.0) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,spice-server)
+       gcc -Werror -Wall -Wtype-limits ${SOURCES} -g -O2 -o $@ -lutil $(shell pkg-config --cflags gdk-3.0) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,spice-server)
 
 .PHONY: test
 test: spiceterm