mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-24 11:18:13 +02:00
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
36 lines
663 B
Makefile
36 lines
663 B
Makefile
noinst_LIBRARIES = libXQuartz.a
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
|
|
AM_OBJCFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
|
|
AM_CPPFLAGS = $(XORG_INCS) \
|
|
-DHAS_KL_API \
|
|
-I$(srcdir) -I$(srcdir)/.. \
|
|
-I$(top_srcdir)/miext/rootless
|
|
|
|
SUBDIRS = xpr
|
|
|
|
libXQuartz_a_SOURCES = \
|
|
X11Application.m \
|
|
X11Controller.m \
|
|
applewm.c \
|
|
keysym2ucs.c \
|
|
pseudoramiX.c \
|
|
quartz.c \
|
|
quartzAudio.c \
|
|
quartzCocoa.m \
|
|
quartzKeyboard.c \
|
|
quartzPasteboard.c \
|
|
quartzStartup.c
|
|
|
|
EXTRA_DIST = \
|
|
X11Application.h \
|
|
X11Controller.h \
|
|
applewmExt.h \
|
|
keysym2ucs.h \
|
|
pseudoramiX.h \
|
|
quartzAudio.h \
|
|
quartzCommon.h \
|
|
quartzCursor.c \
|
|
quartzCursor.h \
|
|
quartz.h \
|
|
quartzPasteboard.h
|