From 2634379912ea972dedc0d389049945716c90c0db Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 14 Aug 2001 10:24:32 +0000 Subject: comments & new example: pnmshow --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1969adc..07fcb11 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ OBJS=main.o rfbserver.o miregion.o auth.o sockets.o xalloc.o \ stats.o corre.o hextile.o rre.o translate.o cutpaste.o \ zlib.o tight.o -all: example storepasswd +all: example pnmshow storepasswd install_OSX: OSXvnc-server cp OSXvnc-server storepasswd ../OSXvnc/build/OSXvnc.app/Contents/MacOS @@ -41,6 +41,9 @@ libvncserver.a: $(OBJS) example: example.o libvncauth/libvncauth.a libvncserver.a $(CC) -o example example.o $(LIBS) $(PTHREAD_LIBS) +pnmshow: pnmshow.o libvncauth/libvncauth.a libvncserver.a + $(CC) -o pnmshow pnmshow.o $(LIBS) $(PTHREAD_LIBS) + OSXvnc-server: mac.o libvncauth/libvncauth.a libvncserver.a $(CC) -o OSXvnc-server mac.o $(LIBS) $(OSX_LIBS) -- cgit v1.2.1