mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-26 05:18:16 +02:00
Get rid of all references to SCO.
Change SDK include dir to $(includedir)/xizzle. Add SDK libs where
necessary.
Reformat to be nicer and easier to shuffle around; also, fix lib ordering
so we get so much closer to the elusive final link. Shuffle
common/xf86Init.c into libxizzle.a.
Fix a couple of early snafus - s/BUILDXI/XINPUT/, et al; make the SDK stuff
conditional as needed; fix the SBus includes.
Name library os-support/libxizzleos.a, not os-support/foo/libxizzlefoo.a.
Clean up ARCH_SOURCES so it's always initialised to something.
Move linked libraries to _LIBADD, which somehow escaped my attention. Make
inclusion of drm/libxizzlelinuxdrm.a dependent on DRI.
s/VERSION/VBE_VERSION/;
Axe this redundant dir.
All Xizzle-specific: axe hw/xizzle/Xi, shuffle link order, fix list of
required modules to be vaguely sane, add some pertinent libs/incs.
19 lines
255 B
Makefile
19 lines
255 B
Makefile
if KDRIVEVESA
|
|
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips
|
|
endif
|
|
|
|
if KDRIVEFBDEV
|
|
FBDEV_SUBDIRS = fbdev
|
|
endif
|
|
|
|
if XSDLSERVER
|
|
XSDL_SUBDIRS=sdl
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
linux \
|
|
$(XSDL_SUBDIRS) \
|
|
$(FBDEV_SUBDIRS) \
|
|
$(VESA_SUBDIRS) \
|
|
ati
|