xenocara/proto/x11proto/Makefile.am
matthieu 16a3a6d232 Update to xproto 7.0.19. No functional change.
This mostly adds the new docbook xml docs to the source tree.
Formatting it will be handled later.
2010-11-11 10:06:11 +00:00

50 lines
639 B
Makefile

SUBDIRS=specs
xprotodir = $(includedir)/X11
xproto_HEADERS = \
ap_keysym.h \
DECkeysym.h \
HPkeysym.h \
keysymdef.h \
keysym.h \
Sunkeysym.h \
Xalloca.h \
Xarch.h \
Xatom.h \
Xdefs.h \
XF86keysym.h \
Xfuncs.h \
X.h \
Xmd.h \
Xosdefs.h \
Xos.h \
Xos_r.h \
Xproto.h \
Xprotostr.h \
Xthreads.h \
Xw32defs.h \
XWDFile.h \
Xwindows.h \
Xwinsock.h
nodist_xproto_HEADERS = \
Xfuncproto.h \
Xpoll.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xproto.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
INSTALL:
$(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL