You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ssvnc/files/Makefile.vncviewer

9 lines
273 B

CFLAGS += -fno-strength-reduce -fno-strict-aliasing
CPPFLAGS += -I. -I../include -D_GNU_SOURCE -DMITSHM
LDLIBS += ../libvncauth/libvncauth.a -lz -ljpeg -lXaw -lXmu -lXt -lXext -lX11
include Makefile.in
all: vncviewer
vncviewer: $(SRCS:.c=.o)
clean:
rm -f *.[oa] vncviewer