summaryrefslogtreecommitdiff
path: root/hw/xquartz/Makefile.am
blob: c238fe90910484298a6bd3fad923b44d100fc37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
noinst_LTLIBRARIES = libXquartz.la
AM_CFLAGS = $(DIX_CFLAGS)
AM_OBJCFLAGS = $(DIX_CFLAGS)
AM_CPPFLAGS = \
	-DXSERVER_VERSION=\"$(VERSION)\" \
	-DINXQUARTZ \
	-DUSE_NEW_CLUT \
	-DXFree86Server \
	-I$(top_srcdir)/miext/rootless \
	-I$(top_builddir)/pseudoramiX \
	-I$(top_builddir) \
	-DX11LIBDIR=\"$(libdir)\"

if GLX
GL_DIR = GL
endif

SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup man

DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup man

libXquartz_la_SOURCES = \
	$(top_srcdir)/mi/miinitext.c \
	$(top_srcdir)/mi/miinitext.h \
	X11Application.m \
	X11Controller.m \
	applewm.c \
	darwin.c \
	darwinEvents.c \
	darwinXinput.c \
	keysym2ucs.c \
	quartz.c \
	quartzKeyboard.c \
	quartzStartup.c \
	quartzRandR.c

libXquartz_la_LIBADD = $(top_builddir)/pseudoramiX/libPseudoramiX.la

EXTRA_DIST = \
	X11Application.h \
	X11Controller.h \
	applewmExt.h \
	darwin.h \
	darwinfb.h \
	darwinEvents.h \
	keysym2ucs.h \
	quartz.h \
	quartzCommon.h \
	quartzKeyboard.h \
	quartzRandR.h \
	sanitizedCarbon.h \
	sanitizedCocoa.h