summaryrefslogtreecommitdiff
path: root/hw/xquartz/Makefile.am
blob: 1465a52760382ea2ff3f973d615fecbc967ace8b (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
53
54
55
56
57
noinst_LTLIBRARIES = libXquartz.la
AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_OBJCFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_CPPFLAGS = \
	-DBUILD_DATE=\"$(BUILD_DATE)\" \
	-DXSERVER_VERSION=\"$(VERSION)\" \
	-DINXQUARTZ \
	-DUSE_NEW_CLUT \
	-DXFree86Server \
	-I$(top_srcdir)/miext/rootless

if X11APP
X11APP_SUBDIRS = bundle
endif

SUBDIRS = . GL xpr $(X11APP_SUBDIRS)
DIST_SUBDIRS = GL xpr bundle

libXquartz_la_SOURCES = \
	$(top_srcdir)/fb/fbcmap_mi.c \
	$(top_srcdir)/mi/miinitext.c \
	$(top_srcdir)/Xext/dpmsstubs.c \
	X11Application.m \
	X11Controller.m \
	applewm.c \
	darwin.c \
	darwinEvents.c \
	darwinXinput.c \
	keysym2ucs.c \
	pseudoramiX.c \
	quartz.c \
	quartzAudio.c \
	quartzCocoa.m \
	quartzForeground.c \
	quartzKeyboard.c \
	quartzPasteboard.c \
	quartzStartup.c \
	threadSafety.c

EXTRA_DIST = \
	X11Application.h \
	X11Controller.h \
	applewmExt.h \
	darwinClut8.h \
	darwin.h \
	darwinEvents.h \
	keysym2ucs.h \
	pseudoramiX.h \
	quartz.h \
	quartzAudio.h \
	quartzCommon.h \
	quartzForeground.h \
	quartzKeyboard.h \
	quartzPasteboard.h \
	sanitizedCarbon.h \
	sanitizedCocoa.h \
	threadSafety.h