xserver-multidpi/Makefile.am

73 lines
816 B
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
CFB24_DIR=cfb24
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
2005-07-01 22:29:53 +02:00
SUBDIRS= \
doc \
2005-07-01 22:29:53 +02:00
include \
dix \
fb \
mi \
Xext \
miext \
os \
randr \
render \
Xi \
xkb \
2005-07-13 23:41:02 +02:00
dbe \
$(MFB_DIR) \
$(AFB_DIR) \
$(CFB_DIR) \
$(CFB16_DIR) \
$(CFB24_DIR) \
$(CFB32_DIR) \
2005-07-01 22:29:53 +02:00
record \
xfixes \
damageext \
$(XTRAP_DIR) \
$(COMPOSITE_DIR) \
$(GLX_DIR) \
hw \
2005-09-26 21:33:06 +02:00
$(XPDDX_DIR) \
2005-10-15 00:44:56 +02:00
$(XPCONFIG_DIR) \
$(LBX_DIR)
2005-07-01 22:29:53 +02:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xorg-server.pc
EXTRA_DIST = xorg-server.pc.in