xserver

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

Makefile.am (998B)


      1 noinst_LTLIBRARIES = libXquartz.la
      2 AM_CFLAGS = $(DIX_CFLAGS)
      3 AM_OBJCFLAGS = $(DIX_CFLAGS)
      4 AM_CPPFLAGS = \
      5 	-DXSERVER_VERSION=\"$(VERSION)\" \
      6 	-DUSE_NEW_CLUT \
      7 	-DXFree86Server \
      8 	-I$(top_srcdir)/miext/rootless \
      9 	-I$(top_builddir)/pseudoramiX \
     10 	-I$(top_builddir) \
     11 	-DX11LIBDIR=\"$(libdir)\"
     12 
     13 if GLX
     14 GL_DIR = GL
     15 endif
     16 
     17 SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup man
     18 
     19 DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup man
     20 
     21 libXquartz_la_SOURCES = \
     22 	$(top_srcdir)/mi/miinitext.c \
     23 	$(top_srcdir)/mi/miinitext.h \
     24 	X11Application.m \
     25 	X11Controller.m \
     26 	applewm.c \
     27 	darwin.c \
     28 	darwinEvents.c \
     29 	darwinXinput.c \
     30 	keysym2ucs.c \
     31 	quartz.c \
     32 	quartzKeyboard.c \
     33 	quartzStartup.c \
     34 	quartzRandR.c
     35 
     36 libXquartz_la_LIBADD = $(top_builddir)/pseudoramiX/libPseudoramiX.la
     37 
     38 EXTRA_DIST = \
     39 	X11Application.h \
     40 	X11Controller.h \
     41 	applewmExt.h \
     42 	darwin.h \
     43 	darwinfb.h \
     44 	darwinEvents.h \
     45 	keysym2ucs.h \
     46 	quartz.h \
     47 	quartzKeyboard.h \
     48 	quartzRandR.h \
     49 	sanitizedCarbon.h \
     50 	sanitizedCocoa.h