xserver-multidpi/include/Makefile.am

97 lines
1.5 KiB
Makefile
Raw Normal View History

if XORG
2005-07-01 22:29:53 +02:00
sdk_HEADERS = \
XIstubs.h \
Xprintf.h \
callback.h \
client.h \
2005-07-01 22:29:53 +02:00
closestr.h \
closure.h \
colormap.h \
colormapst.h \
hotplug.h \
2005-07-01 22:29:53 +02:00
cursor.h \
cursorstr.h \
dix.h \
dixaccess.h \
2005-07-01 22:29:53 +02:00
dixevents.h \
dixfont.h \
dixfontstr.h \
dixgrabs.h \
dixstruct.h \
events.h \
2005-07-01 22:29:53 +02:00
exevents.h \
extension.h \
extinit.h \
extnsionst.h \
fourcc.h \
2005-07-01 22:29:53 +02:00
gc.h \
gcstruct.h \
globals.h \
glx_extinit.h \
glxvndabi.h \
2005-07-01 22:29:53 +02:00
input.h \
inputstr.h \
list.h \
misc.h \
2005-07-01 22:29:53 +02:00
miscstruct.h \
opaque.h \
nonsdk_extinit.h \
optionstr.h \
os.h \
2005-07-01 22:29:53 +02:00
pixmap.h \
pixmapstr.h \
privates.h \
2005-07-01 22:29:53 +02:00
property.h \
propertyst.h \
ptrveloc.h \
2005-07-01 22:29:53 +02:00
region.h \
regionstr.h \
registry.h \
2005-07-01 22:29:53 +02:00
resource.h \
rgb.h \
screenint.h \
scrnintstr.h \
selection.h \
servermd.h \
validate.h \
displaymode.h \
2005-07-01 22:29:53 +02:00
window.h \
windowstr.h \
xkbfile.h \
xkbsrv.h \
xkbstr.h \
xkbrules.h \
xserver_poll.h \
xserver-properties.h
nodist_sdk_HEADERS = xorg-server.h
endif
2005-07-01 22:29:53 +02:00
AM_CFLAGS = $(DIX_CFLAGS)
EXTRA_DIST = \
busfault.h dbus-core.h \
dix-config-apple-verbatim.h \
eventconvert.h eventstr.h inpututils.h \
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls Use typedefs to work around dtrace dropping const qualifiers from probe arguments when generating Xserver-dtrace.h. Add new probes.h header to avoid having to replicate these typedefs in every file with dtrace probes. Gets rid of these warnings from gcc 4.8: getevents.c:1096:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' discards 'const' qualifier from pointer target type [enabled by default] getevents.c:1096:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1651:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1651:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1791:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1791:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1921:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1921:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-12-10 03:27:11 +01:00
probes.h \
protocol-versions.h \
swaprep.h \
swapreq.h \
systemd-logind.h \
vidmodestr.h \
xorg-config.h.meson.in \
xorg-server.h.meson.in \
xwayland-config.h.meson.in \
xwin-config.h.meson.in \
xsha1.h
if XSERVER_DTRACE
# Generate dtrace header file for C sources to include
BUILT_SOURCES = Xserver-dtrace.h
Xserver-dtrace.h: $(srcdir)/Xserver.d
$(AM_V_GEN)$(DTRACE) -C -h -o $@ -s $(srcdir)/Xserver.d
endif
CLEANFILES = Xserver-dtrace.h