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.
29 lines
741 B
29 lines
741 B
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS=libvncserver examples libvncclient webclients client_examples test
|
|
DIST_SUBDIRS=libvncserver examples libvncclient webclients client_examples test
|
|
EXTRA_DIST = CMakeLists.txt rfb/rfbconfig.h.cmake
|
|
|
|
bin_SCRIPTS = libvncserver-config
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libvncserver.pc libvncclient.pc
|
|
|
|
includedir=$(prefix)/include/rfb
|
|
|
|
include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbproto.h \
|
|
rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h
|
|
|
|
$(PACKAGE)-$(VERSION).tar.gz: dist
|
|
|
|
if HAVE_RPM
|
|
# Rule to build RPM distribution package
|
|
rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
|
|
cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@
|
|
rpmbuild -ba $(PACKAGE).spec
|
|
endif
|
|
|
|
t:
|
|
$(MAKE) -C test test
|
|
|