Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xquartz / Makefile.am
CommitLineData
a09e091a
JB
1noinst_LTLIBRARIES = libXquartz.la
2AM_CFLAGS = $(DIX_CFLAGS)
3AM_OBJCFLAGS = $(DIX_CFLAGS)
4AM_CPPFLAGS = \
5 -DBUILD_DATE=\"$(BUILD_DATE)\" \
6 -DXSERVER_VERSION=\"$(VERSION)\" \
7 -DINXQUARTZ \
8 -DUSE_NEW_CLUT \
9 -DXFree86Server \
10 -I$(top_srcdir)/miext/rootless \
11 -I$(top_builddir)/pseudoramiX \
12 -DX11LIBDIR=\"$(libdir)\"
13
14if GLX
15GL_DIR = GL
16endif
17
18SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup man
19
20DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup man
21
22libXquartz_la_SOURCES = \
23 $(top_srcdir)/fb/fbcmap_mi.c \
24 $(top_srcdir)/mi/miinitext.c \
25 X11Application.m \
26 X11Controller.m \
27 applewm.c \
28 darwin.c \
29 darwinEvents.c \
30 darwinXinput.c \
31 keysym2ucs.c \
32 quartz.c \
33 quartzCocoa.m \
34 quartzKeyboard.c \
35 quartzStartup.c \
36 quartzRandR.c \
37 console_redirect.c
38
39libXquartz_la_LIBADD = $(top_builddir)/pseudoramiX/libPseudoramiX.la
40
41EXTRA_DIST = \
42 X11Application.h \
43 X11Controller.h \
44 applewmExt.h \
45 darwin.h \
46 darwinfb.h \
47 darwinEvents.h \
48 keysym2ucs.h \
49 quartz.h \
50 quartzCommon.h \
51 quartzKeyboard.h \
52 quartzRandR.h \
53 sanitizedCarbon.h \
54 sanitizedCocoa.h \
55 console_redirect.h