Revert "build system cleanup: move all files from quartz/xpr/ to quartz/"

This reverts commit 73c6f7983d.
This commit is contained in:
Jeremy Huddleston 2007-12-04 17:34:42 -08:00
parent 9ddf361171
commit b823224a49
20 changed files with 6 additions and 22 deletions

View File

@ -2030,6 +2030,7 @@ hw/xwin/Makefile
hw/darwin/Makefile hw/darwin/Makefile
hw/darwin/apple/Makefile hw/darwin/apple/Makefile
hw/darwin/quartz/Makefile hw/darwin/quartz/Makefile
hw/darwin/quartz/xpr/Makefile
hw/kdrive/Makefile hw/kdrive/Makefile
hw/kdrive/ati/Makefile hw/kdrive/ati/Makefile
hw/kdrive/chips/Makefile hw/kdrive/chips/Makefile

View File

@ -4,8 +4,9 @@ AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_OBJCFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) AM_OBJCFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I$(srcdir) -I$(srcdir)/.. \ -I$(srcdir) -I$(srcdir)/.. \
-I$(top_srcdir)/miext/rootless \ -I$(top_srcdir)/miext/rootless
-I$(top_srcdir)/miext/rootless/safeAlpha
SUBDIRS = xpr
libXQuartz_a_SOURCES = \ libXQuartz_a_SOURCES = \
X11Application.m \ X11Application.m \
@ -18,16 +19,7 @@ libXQuartz_a_SOURCES = \
quartzCocoa.m \ quartzCocoa.m \
quartzKeyboard.c \ quartzKeyboard.c \
quartzPasteboard.c \ quartzPasteboard.c \
quartzStartup.c \ quartzStartup.c
appledri.c \
dri.c \
xprAppleWM.c \
xprCursor.c \
xprFrame.c \
xprScreen.c \
x-hash.c \
x-hook.c \
x-list.c
EXTRA_DIST = \ EXTRA_DIST = \
X11Application.h \ X11Application.h \
@ -40,13 +32,4 @@ EXTRA_DIST = \
quartzCursor.c \ quartzCursor.c \
quartzCursor.h \ quartzCursor.h \
quartz.h \ quartz.h \
quartzPasteboard.h \ quartzPasteboard.h
dri.h \
dristruct.h \
appledri.h \
appledristr.h \
x-hash.h \
x-hook.h \
x-list.h \
Xplugin.h \
xpr.h