xserver-multidpi/Makefile.am

109 lines
1.1 KiB
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc
2005-07-01 22:29:53 +02:00
if COMPOSITE
COMPOSITE_DIR=composite
endif
2005-07-01 22:29:53 +02:00
if XTRAP
XTRAP_DIR=XTrap
endif
if CFB
CFB_DIR=cfb
CFB16_DIR=cfb16
CFB32_DIR=cfb32
endif
if AFB
AFB_DIR=afb
endif
if MFB
MFB_DIR=mfb
endif
if GLX
GLX_DIR=GL
endif
2005-07-01 22:29:53 +02:00
2005-08-20 20:10:03 +02:00
if XPRINT
XPDDX_DIR=Xprint
2005-09-26 21:33:06 +02:00
XPCONFIG_DIR=XpConfig
2005-08-20 20:10:03 +02:00
endif
2005-10-15 00:44:56 +02:00
if LBX
LBX_DIR=lbx
endif
SUBDIRS = \
doc \
include \
dix \
fb \
mi \
Xext \
miext \
os \
randr \
2005-07-01 22:29:53 +02:00
render \
Xi \
xkb \
dbe \
$(MFB_DIR) \
$(AFB_DIR) \
$(CFB_DIR) \
$(CFB16_DIR) \
$(CFB32_DIR) \
record \
xfixes \
2005-07-01 22:29:53 +02:00
damageext \
$(XTRAP_DIR) \
$(COMPOSITE_DIR) \
$(GLX_DIR) \
$(LBX_DIR) \
hw \
2005-09-26 21:33:06 +02:00
$(XPDDX_DIR) \
$(XPCONFIG_DIR)
2005-07-01 22:29:53 +02:00
aclocaldir = $(datadir)/aclocal
aclocal_DATA = xorg-server.m4
2005-07-01 22:29:53 +02:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xorg-server.pc
EXTRA_DIST = xorg-server.pc.in xorg-server.m4
DIST_SUBDIRS = \
doc \
include \
dix \
fb \
mi \
Xext \
miext \
os \
randr \
render \
Xi \
xkb \
dbe \
mfb \
afb \
cfb \
cfb16 \
cfb32 \
record \
xfixes \
damageext \
XTrap \
composite \
GL \
hw \
Xprint \
XpConfig \
lbx
# gross hack
relink: all
$(MAKE) -C hw relink