X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=2846d32001e594a2f872d8626017dbb085043dcc;hb=0f8e254951545111cae23cc1f78bedc5cadaed7a;hp=fb1a12ea740fc8ae1d4a6d247470e416f66ab7f1;hpb=abc133121d15617823cceb529a797bbfbf50546d;p=spiceterm.git diff --git a/Makefile b/Makefile index fb1a12e..2846d32 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,16 @@ PROGRAMS=spiceterm -HEADERS=test_display_base.h basic_event_loop.h glyphs.h spiceterm.h -SOURCES=test_display_base.c basic_event_loop.c +HEADERS=translations.h event_loop.h glyphs.h spiceterm.h +SOURCES=screen.c event_loop.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} spiceterm.c -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} -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