3 # global environment variables you may set:
4 # CACHE: absolute path to a global autoconf cache
5 # QUIET: hush the configure script noise
6 # CONFFLAGS: flags to pass to all configure scripts
9 if test x
"$NOQUIT" = x1
; then
10 echo "***** $1 failed on $2/$3"
17 test "$USEMODULEDIRS" = "yes" && cd $1
19 TARBALL
=`ls -1rt $2-*.tar.$COMPRESSION 2> /dev/null | tail -1`
21 if test x
"$TARBALL" = x
; then
22 echo "WARNING: $2 does not exist -- skipping"
23 test "$USEMODULEDIRS" = "yes" && cd ..
26 TARDIR
=`echo $TARBALL | sed "s,.tar.$COMPRESSION,,"`
28 echo "Building $1 module component $TARDIR..."
41 if test "$1" = "xserver" && test "$2" = "xorg-server" && test -n "$MESAPATH"; then
42 MESA
=-"-with-mesa-source=${MESAPATH}"
47 sh configure
--prefix=${PREFIX} ${MESA} ${QUIET:+--quiet} \
48 ${CACHE:+--cache-file=}${CACHE} ${CONFFLAGS} || failed configure
$1 $2
49 make || failed
make $1 $2
50 if test x
"$CLEAN" = x1
; then
51 make clean || failed clean
$1 $2
53 if test x
"$DIST" = x1
; then
54 make dist || failed dist
$1 $2
56 if test x
"$DISTCHECK" = x1
; then
57 make distcheck || failed distcheck
$1 $2
59 $SUDO env LD_LIBRARY_PATH
=$LD_LIBRARY_PATH make install || \
63 test "$USEMODULEDIRS" = "yes" && cd ..
66 # protocol headers have no build order dependencies
68 build proto applewmproto
69 build proto bigreqsproto
70 build proto compositeproto
71 build proto damageproto
74 build proto fixesproto
75 build proto fontcacheproto
76 build proto fontsproto
78 build proto inputproto
80 build proto printproto
81 build proto randrproto
82 build proto recordproto
83 build proto renderproto
84 build proto resourceproto
85 build proto scrnsaverproto
87 build proto videoproto
88 build proto windowswmproto
89 build proto xcmiscproto
91 build proto xf86bigfontproto
92 build proto xf86dgaproto
93 build proto xf86driproto
94 build proto xf86miscproto
95 build proto xf86rushproto
96 build proto xf86vidmodeproto
97 build proto xineramaproto
99 build proto xproxymanagementprotocol
102 # bitmaps is needed for building apps, so has to be done separately first
103 # cursors depends on apps/xcursorgen
104 # xkbdata depends on apps/xkbcomp
106 # build data xbitmaps
107 build data xcursor-themes
111 # All protocol modules must be installed before the libs (okay, that's an
112 # overstatement, but all protocol modules should be installed anyway)
114 # the libraries have a dependency order:
115 # xtrans, Xau, Xdmcp before anything else
116 # fontenc before Xfont
119 # (X11 and SM) before Xt
120 # Xt before Xmu and Xpm
121 # Xext before any other extension library
122 # Xfixes before Xcomposite
123 # Xp before XprintUtil before XprintAppUtil
131 build lib libWindowsWM
145 build lib libXcomposite
151 build lib libXfontcache
154 build lib libXinerama
157 build lib libXprintUtil
158 build lib libXprintAppUtil
161 build lib libXScrnSaver
166 build lib libXxf86dga
167 build lib libXxf86misc
171 # Most apps depend at least on libX11.
173 # bdftopcf depends on libXfont
174 # mkfontscale depends on libfontenc and libfreetype
175 # mkfontdir depends on mkfontscale
177 # TODO: detailed breakdown of which apps require which libs
181 build app beforelight
194 build app mkfontscale
251 build app xphelloworld
252 build app xplsprinters
254 build app xprehashprinterlist
262 build app xsetpointer
274 # The server requires at least the following libraries:
277 build xserver xorg-server
280 build_driver_input
() {
284 # Some drivers are only buildable on some OS'es
287 build driver xf86-input-aiptek
288 build driver xf86-input-evdev
289 build driver xf86-input-ur98
295 build driver xf86-input-acecad
296 build driver xf86-input-calcomp
297 build driver xf86-input-citron
298 build driver xf86-input-digitaledge
299 build driver xf86-input-dmc
300 build driver xf86-input-dynapro
301 build driver xf86-input-elo2300
302 build driver xf86-input-elographics
303 build driver xf86-input-fpit
304 build driver xf86-input-hyperpen
305 build driver xf86-input-jamstudio
306 build driver xf86-input-joystick
307 build driver xf86-input-keyboard
308 build driver xf86-input-magellan
309 build driver xf86-input-magictouch
310 build driver xf86-input-microtouch
311 build driver xf86-input-mouse
312 build driver xf86-input-mutouch
313 build driver xf86-input-palmax
314 build driver xf86-input-penmount
315 build driver xf86-input-spaceorb
316 build driver xf86-input-summa
317 build driver xf86-input-tek4957
318 build driver xf86-input-void
321 build_driver_video
() {
325 # Some drivers are only buildable on some OS'es
328 build driver xf86-video-wsfb
329 build driver xf86-video-sunffb
332 build driver xf86-video-sisusb
333 build driver xf86-video-sunffb
334 build driver xf86-video-v4l
340 build driver xf86-video-apm
341 build driver xf86-video-ark
342 build driver xf86-video-ati
343 build driver xf86-video-chips
344 build driver xf86-video-cirrus
345 build driver xf86-video-cyrix
346 build driver xf86-video-dummy
347 build driver xf86-video-fbdev
348 build driver xf86-video-glide
349 build driver xf86-video-glint
350 build driver xf86-video-i128
351 build driver xf86-video-i740
352 build driver xf86-video-i810
353 build driver xf86-video-imstt
354 build driver xf86-video-mga
355 build driver xf86-video-neomagic
356 build driver xf86-video-newport
357 build driver xf86-video-nsc
358 build driver xf86-video-nv
359 build driver xf86-video-rendition
360 build driver xf86-video-s3
361 build driver xf86-video-s3virge
362 build driver xf86-video-savage
363 build driver xf86-video-siliconmotion
364 build driver xf86-video-sis
365 build driver xf86-video-sunbw2
366 build driver xf86-video-suncg14
367 build driver xf86-video-suncg3
368 build driver xf86-video-suncg6
369 build driver xf86-video-sunleo
370 build driver xf86-video-suntcx
371 build driver xf86-video-tdfx
372 build driver xf86-video-tga
373 build driver xf86-video-trident
374 build driver xf86-video-tseng
375 build driver xf86-video-vesa
376 build driver xf86-video-vga
377 build driver xf86-video-via
378 build driver xf86-video-vmware
379 build driver xf86-video-voodoo
382 # The server must be built before the drivers
388 # All fonts require mkfontscale and mkfontdir to be available
390 # The following fonts require bdftopcf to be available:
391 # adobe-100dpi, adobe-75dpi, adobe-utopia-100dpi, adobe-utopia-75dpi,
392 # arabic-misc, bh-100dpi, bh-75dpi, bh-lucidatypewriter-100dpi,
393 # bh-lucidatypewriter-75dpi, bitstream-100dpi, bitstream-75dpi,
394 # cronyx-cyrillic, cursor-misc, daewoo-misc, dec-misc, isas-misc,
395 # jis-misc, micro-misc, misc-cyrillic, misc-misc, mutt-misc,
396 # schumacher-misc, screen-cyrillic, sony-misc, sun-misc and
399 # Within the font module, the util component must be built before the
401 # adobe-100dpi, adobe-75dpi, adobe-utopia-100dpi, adobe-utopia-75dpi,
402 # bh-100dpi, bh-75dpi, bh-lucidatypewriter-100dpi, bh-lucidatypewriter-75dpi,
403 # misc-misc and schumacher-misc
405 # The alias component is recommended to be installed after the other fonts
406 # since the fonts.alias files reference specific fonts installed from the
407 # other font components
411 build font font-adobe-100dpi
412 build font font-adobe-75dpi
413 build font font-adobe-utopia-100dpi
414 build font font-adobe-utopia-75dpi
415 build font font-adobe-utopia-type1
416 build font font-arabic-misc
417 build font font-bh-100dpi
418 build font font-bh-75dpi
419 build font font-bh-lucidatypewriter-100dpi
420 build font font-bh-lucidatypewriter-75dpi
421 build font font-bh-ttf
422 build font font-bh-type1
423 build font font-bitstream-100dpi
424 build font font-bitstream-75dpi
425 build font font-bitstream-speedo
426 build font font-bitstream-type1
427 build font font-cronyx-cyrillic
428 build font font-cursor-misc
429 build font font-daewoo-misc
430 build font font-dec-misc
431 build font font-ibm-type1
432 build font font-isas-misc
433 build font font-jis-misc
434 build font font-micro-misc
435 build font font-misc-cyrillic
436 build font font-misc-ethiopic
437 build font font-misc-meltho
438 build font font-misc-misc
439 build font font-mutt-misc
440 build font font-schumacher-misc
441 build font font-screen-cyrillic
442 build font font-sony-misc
443 build font font-sun-misc
444 build font font-winitzki-cyrillic
445 build font font-xfree86-type1
446 build font font-alias
449 # makedepend requires xproto
451 build util xorg-cf-files
453 build util makedepend
454 build util gccmakedep
458 # xorg-docs requires xorg-sgml-doctools
460 build doc xorg-sgml-doctools
465 echo "Usage: $0 [options] prefix"
466 echo " where options are:"
467 echo " -d : run make distcheck in addition to others"
468 echo " -D : run make dist in addition to others"
469 echo " -c : run make clean in addition to others"
470 echo " -m path-to-mesa-sources-for-xserver : full path to Mesa sources"
471 echo " -n : do not quit after error; just print error message"
472 echo " -s sudo-command : sudo command to use"
473 echo " -bz2 : use tarballs with bzip2 compression (default)"
474 echo " -gz : use tarballs with gzip compression"
475 echo " -e : build from witin the 'everything' dir instead of module dirs"
478 # Initialize defaults
482 # Process command line args
523 if test x
"${PREFIX}" = x
; then
528 # Must create local aclocal dir or aclocal fails
529 ACLOCAL_LOCALDIR
="${DESTDIR}${PREFIX}/share/aclocal"
530 $SUDO mkdir
-p ${ACLOCAL_LOCALDIR}
532 # The following is required to make aclocal find our .m4 macros
533 if test x
"$ACLOCAL" = x
; then
534 ACLOCAL
="aclocal -I ${ACLOCAL_LOCALDIR}"
536 ACLOCAL
="${ACLOCAL} -I ${ACLOCAL_LOCALDIR}"
540 # The following is required to make pkg-config find our .pc metadata files
541 if test x
"$PKG_CONFIG_PATH" = x
; then
542 PKG_CONFIG_PATH
=${DESTDIR}${PREFIX}/lib
/pkgconfig
544 PKG_CONFIG_PATH
=${DESTDIR}${PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}
546 export PKG_CONFIG_PATH
548 # Set the library path so that locally built libs will be found by apps
549 if test x
"$LD_LIBRARY_PATH" = x
; then
550 LD_LIBRARY_PATH
=${DESTDIR}${PREFIX}/lib
552 LD_LIBRARY_PATH
=${DESTDIR}${PREFIX}/lib:${LD_LIBRARY_PATH}
554 export LD_LIBRARY_PATH
556 # Set the path so that locally built apps will be found and used
557 if test x
"$PATH" = x
; then
558 PATH
=${DESTDIR}${PREFIX}/bin
560 PATH
=${DESTDIR}${PREFIX}/bin:${PATH}
564 # Set the default font path for xserver/xorg unless it's already set
565 if test x
"$FONTPATH" = x
; then
566 FONTPATH
="${PREFIX}/lib/X11/fonts/misc/,${PREFIX}/lib/X11/fonts/Type1/,${PREFIX}/lib/X11/fonts/75dpi/,${PREFIX}/lib/X11/fonts/100dpi/,${PREFIX}/lib/X11/fonts/cyrillic/,${PREFIX}/lib/X11/fonts/TTF/"
570 # Create the log file directory
571 $SUDO mkdir
-p ${DESTDIR}${PREFIX}/var
/log
575 # We must install the global macros before anything else
576 build util util-macros