2005-07-02 18:59:44 +00:00
|
|
|
AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc
|
2006-03-21 22:54:38 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--disable-xorgcfg
|
2005-07-01 20:29:53 +00:00
|
|
|
|
|
|
|
|
if COMPOSITE
|
|
|
|
|
COMPOSITE_DIR=composite
|
|
|
|
|
endif
|
2005-08-21 19:15:11 +00:00
|
|
|
|
2005-07-01 20:29:53 +00:00
|
|
|
if XTRAP
|
|
|
|
|
XTRAP_DIR=XTrap
|
|
|
|
|
endif
|
2005-08-21 19:15:11 +00:00
|
|
|
|
2005-07-05 23:01:51 +00:00
|
|
|
if CFB
|
|
|
|
|
CFB_DIR=cfb
|
|
|
|
|
CFB32_DIR=cfb32
|
|
|
|
|
endif
|
2005-08-21 19:15:11 +00:00
|
|
|
|
2005-07-05 23:01:51 +00:00
|
|
|
if AFB
|
|
|
|
|
AFB_DIR=afb
|
|
|
|
|
endif
|
2005-08-21 19:15:11 +00:00
|
|
|
|
2005-07-05 23:01:51 +00:00
|
|
|
if MFB
|
|
|
|
|
MFB_DIR=mfb
|
|
|
|
|
endif
|
2005-08-21 19:15:11 +00:00
|
|
|
|
2005-07-11 00:42:52 +00:00
|
|
|
if GLX
|
|
|
|
|
GLX_DIR=GL
|
|
|
|
|
endif
|
2005-07-01 20:29:53 +00:00
|
|
|
|
2006-02-16 07:17:31 +00:00
|
|
|
if DBE
|
|
|
|
|
DBE_DIR=dbe
|
|
|
|
|
endif
|
|
|
|
|
|
2005-10-15 20:44:44 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
|
doc \
|
|
|
|
|
include \
|
|
|
|
|
dix \
|
|
|
|
|
fb \
|
|
|
|
|
mi \
|
|
|
|
|
Xext \
|
|
|
|
|
miext \
|
|
|
|
|
os \
|
|
|
|
|
randr \
|
2005-07-01 20:29:53 +00:00
|
|
|
render \
|
2006-07-19 17:00:23 -04:00
|
|
|
Xi \
|
2005-10-15 20:44:44 +00:00
|
|
|
xkb \
|
2006-02-16 07:17:31 +00:00
|
|
|
$(DBE_DIR) \
|
2005-10-15 20:44:44 +00:00
|
|
|
$(MFB_DIR) \
|
|
|
|
|
$(AFB_DIR) \
|
|
|
|
|
$(CFB_DIR) \
|
|
|
|
|
$(CFB32_DIR) \
|
|
|
|
|
record \
|
|
|
|
|
xfixes \
|
2005-07-01 20:29:53 +00:00
|
|
|
damageext \
|
|
|
|
|
$(XTRAP_DIR) \
|
2005-07-05 23:01:51 +00:00
|
|
|
$(COMPOSITE_DIR) \
|
2005-10-15 20:44:44 +00:00
|
|
|
$(GLX_DIR) \
|
2006-02-16 00:14:11 +00:00
|
|
|
exa \
|
2006-07-19 10:05:12 -04:00
|
|
|
config \
|
2006-06-18 21:07:28 -04:00
|
|
|
hw
|
2005-07-01 20:29:53 +00:00
|
|
|
|
2005-11-01 15:01:51 +00:00
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
|
|
|
aclocal_DATA = xorg-server.m4
|
|
|
|
|
|
2005-07-01 20:29:53 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = xorg-server.pc
|
2005-11-01 15:01:51 +00:00
|
|
|
|
2007-07-10 21:06:51 -07:00
|
|
|
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog autogen.sh
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES=ChangeLog
|
|
|
|
|
|
|
|
|
|
.PHONY: ChangeLog
|
|
|
|
|
|
|
|
|
|
ChangeLog:
|
|
|
|
|
(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
|
|
|
|
|
(touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
|
|
|
|
|
|
|
|
|
|
dist-hook: ChangeLog
|
2005-10-15 20:44:44 +00:00
|
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
|
|
|
|
doc \
|
|
|
|
|
include \
|
|
|
|
|
dix \
|
|
|
|
|
fb \
|
|
|
|
|
mi \
|
|
|
|
|
Xext \
|
|
|
|
|
miext \
|
|
|
|
|
os \
|
|
|
|
|
randr \
|
|
|
|
|
render \
|
|
|
|
|
Xi \
|
|
|
|
|
xkb \
|
|
|
|
|
dbe \
|
|
|
|
|
mfb \
|
|
|
|
|
afb \
|
|
|
|
|
cfb \
|
|
|
|
|
cfb32 \
|
|
|
|
|
record \
|
|
|
|
|
xfixes \
|
|
|
|
|
damageext \
|
|
|
|
|
XTrap \
|
|
|
|
|
composite \
|
|
|
|
|
GL \
|
2006-03-21 22:54:38 +00:00
|
|
|
exa \
|
2006-11-02 04:51:03 +02:00
|
|
|
config \
|
2006-06-18 21:07:28 -04:00
|
|
|
hw
|
2005-12-26 19:13:52 +00:00
|
|
|
|
|
|
|
|
# gross hack
|
|
|
|
|
relink: all
|
|
|
|
|
$(MAKE) -C hw relink
|