Skip to content

Commit

Permalink
build system cleanup: move all files from quartz/xpr/ to quartz/
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Byer committed Dec 4, 2007
1 parent 4dcd910 commit 73c6f79
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 6 deletions.
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -2030,7 +2030,6 @@ hw/xwin/Makefile
hw/darwin/Makefile
hw/darwin/apple/Makefile
hw/darwin/quartz/Makefile
hw/darwin/quartz/xpr/Makefile
hw/kdrive/Makefile
hw/kdrive/ati/Makefile
hw/kdrive/chips/Makefile
Expand Down
27 changes: 22 additions & 5 deletions hw/darwin/quartz/Makefile.am
Expand Up @@ -4,9 +4,8 @@ AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_OBJCFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_CPPFLAGS = \
-I$(srcdir) -I$(srcdir)/.. \
-I$(top_srcdir)/miext/rootless

SUBDIRS = xpr
-I$(top_srcdir)/miext/rootless \
-I$(top_srcdir)/miext/rootless/safeAlpha

libXQuartz_a_SOURCES = \
X11Application.m \
Expand All @@ -19,7 +18,16 @@ libXQuartz_a_SOURCES = \
quartzCocoa.m \
quartzKeyboard.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 = \
X11Application.h \
Expand All @@ -32,4 +40,13 @@ EXTRA_DIST = \
quartzCursor.c \
quartzCursor.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 73c6f79

Please sign in to comment.