Cross Reference: Makefile.am
xref: /xsrc/external/mit/xorg-server/dist/hw/kdrive/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/xorg-server/dist/hw/kdrive/
Makefile.am revision 05b261ec
1if KDRIVEVESA
2VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga nvidia pm2 r128 \
3               smi via
4endif
5
6if BUILD_KDRIVEFBDEVLIB
7FBDEV_SUBDIRS = fbdev
8endif
9
10if XFAKESERVER
11XFAKE_SUBDIRS = fake
12endif
13
14if XSDLSERVER
15XSDL_SUBDIRS = sdl
16endif
17
18if XEPHYR
19XEPHYR_SUBDIRS = ephyr
20endif
21
22if KDRIVELINUX
23LINUX_SUBDIRS = linux
24endif
25
26SERVER_SUBDIRS = 		\
27	$(XSDL_SUBDIRS)		\
28	$(FBDEV_SUBDIRS)	\
29	$(VESA_SUBDIRS)		\
30	$(XEPHYR_SUBDIRS)       \
31	$(XFAKE_SUBDIRS)
32
33SUBDIRS =			\
34	src			\
35	$(LINUX_SUBDIRS)	\
36	$(SERVER_SUBDIRS)
37
38DIST_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
39               smi via fbdev sdl ephyr src linux fake sis300
40
41relink:
42	@for i in $(SERVER_SUBDIRS) ; do make -C $$i relink ; done
43

Indexes created Tue Dec 09 21:09:35 GMT 2025