xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

Makefile.am (1546B)


      1 if XORG
      2 sdk_HEADERS =		\
      3 	XIstubs.h	\
      4 	Xprintf.h	\
      5 	callback.h	\
      6 	client.h	\
      7 	closestr.h	\
      8 	closure.h	\
      9 	colormap.h	\
     10 	colormapst.h	\
     11 	hotplug.h	\
     12 	cursor.h	\
     13 	cursorstr.h	\
     14 	dix.h		\
     15 	dixaccess.h	\
     16 	dixevents.h	\
     17 	dixfont.h	\
     18 	dixfontstr.h	\
     19 	dixgrabs.h	\
     20 	dixstruct.h	\
     21 	events.h	\
     22 	exevents.h	\
     23 	extension.h	\
     24 	extinit.h	\
     25 	extnsionst.h	\
     26 	fourcc.h	\
     27 	gc.h		\
     28 	gcstruct.h	\
     29 	globals.h	\
     30 	glx_extinit.h	\
     31 	glxvndabi.h	\
     32 	input.h		\
     33 	inputstr.h	\
     34 	list.h		\
     35 	misc.h		\
     36 	miscstruct.h	\
     37 	opaque.h	\
     38 	nonsdk_extinit.h	\
     39 	optionstr.h	\
     40 	os.h		\
     41 	pixmap.h	\
     42 	pixmapstr.h	\
     43 	privates.h	\
     44 	property.h	\
     45 	propertyst.h	\
     46 	ptrveloc.h  \
     47 	region.h	\
     48 	regionstr.h	\
     49 	registry.h	\
     50 	resource.h	\
     51 	rgb.h		\
     52 	screenint.h	\
     53 	scrnintstr.h	\
     54 	selection.h	\
     55 	servermd.h	\
     56 	validate.h	\
     57 	displaymode.h    \
     58 	window.h	\
     59 	windowstr.h	\
     60 	xkbfile.h	\
     61 	xkbsrv.h	\
     62 	xkbstr.h        \
     63 	xkbrules.h      \
     64 	xserver_poll.h	\
     65 	xserver-properties.h
     66 
     67 nodist_sdk_HEADERS = xorg-server.h
     68 endif
     69 
     70 AM_CFLAGS = $(DIX_CFLAGS)
     71 
     72 EXTRA_DIST = 	\
     73 	busfault.h dbus-core.h \
     74 	dix-config-apple-verbatim.h \
     75 	eventconvert.h eventstr.h inpututils.h \
     76 	probes.h \
     77 	protocol-versions.h \
     78 	swaprep.h \
     79 	swapreq.h \
     80 	systemd-logind.h \
     81         vidmodestr.h \
     82 	xorg-config.h.meson.in \
     83 	xorg-server.h.meson.in \
     84 	xwin-config.h.meson.in \
     85 	xsha1.h \
     86 	Xserver.d
     87 
     88 if XSERVER_DTRACE
     89 # Generate dtrace header file for C sources to include
     90 BUILT_SOURCES = Xserver-dtrace.h
     91 
     92 Xserver-dtrace.h: $(srcdir)/Xserver.d
     93 	$(AM_V_GEN)$(DTRACE) -C -h -o $@ -s $(srcdir)/Xserver.d
     94 endif
     95 
     96 CLEANFILES = Xserver-dtrace.h