1 2 3 4 5 6 7 8 9 10 11 12 13
DEFINES=-I.. -g -Wall LDADD = ../libvncclient/libvncclient.a if HAVE_LIBSDL SDLVIEWER=SDLvncviewer SDLvncviewer_CFLAGS=`sdl-config --cflags` SDLvncviewer_LDFLAGS=`sdl-config --libs` endif noinst_PROGRAMS=ppmtest $(SDLVIEWER)