Git init
[framework/uifw/xorg/proto/x11proto-xext.git] / Makefile.am
1 SUBDIRS=specs
2
3 xextdir = $(includedir)/X11/extensions
4 xext_HEADERS = \
5         dpmsconst.h \
6         dpmsproto.h \
7         ge.h \
8         geproto.h \
9         lbx.h \
10         lbxproto.h \
11         mitmiscconst.h \
12         mitmiscproto.h \
13         multibufconst.h \
14         multibufproto.h \
15         secur.h \
16         securproto.h \
17         shapeconst.h \
18         shapeproto.h \
19         shm.h \
20         shmproto.h \
21         syncconst.h \
22         syncproto.h \
23         ag.h \
24         agproto.h \
25         cup.h \
26         cupproto.h \
27         dbe.h \
28         dbeproto.h \
29         EVI.h \
30         EVIproto.h \
31         xtestext1proto.h \
32         xtestext1const.h \
33         xtestconst.h \
34         xtestproto.h
35
36 #
37 # These headers allow old servers to be built with
38 # new headers
39 #
40 compatdir = $(xextdir)
41 compat_HEADERS = \
42         shapestr.h \
43         shmstr.h \
44         syncstr.h
45
46 pkgconfigdir = $(libdir)/pkgconfig
47 pkgconfig_DATA = xextproto.pc
48
49 MAINTAINERCLEANFILES = ChangeLog INSTALL
50
51 .PHONY: ChangeLog INSTALL
52
53 INSTALL:
54         $(INSTALL_CMD)
55
56 ChangeLog:
57         $(CHANGELOG_CMD)
58
59 dist-hook: ChangeLog INSTALL