open-src/lib/Makefile
changeset 830 186f3c438b46
parent 824 b194b3fada3c
child 851 d428083dbbdd
equal deleted inserted replaced
829:badaccd24c06 830:186f3c438b46
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # ident	"@(#)Makefile	1.33	09/11/09 SMI"
    31 # ident	"@(#)Makefile	1.34	09/11/09 SMI"
    32 #
    32 #
    33 ###############################################################################
    33 ###############################################################################
    34 
    34 
    35 # Need to install to proto area by default for inter-package dependencies to
    35 # Need to install to proto area by default for inter-package dependencies to
    36 # work right.
    36 # work right.
    50 # libdrm before mesa
    50 # libdrm before mesa
    51 
    51 
    52 # Dependencies needed for parallel make:
    52 # Dependencies needed for parallel make:
    53 DPS: libX11 libXt
    53 DPS: libX11 libXt
    54 fontconfig: freetype
    54 fontconfig: freetype
       
    55 libdga: libX11
    55 libdrm: libpthread-stubs
    56 libdrm: libpthread-stubs
    56 libFS: libxtrans
    57 libFS: libxtrans
    57 libICE: libxtrans
    58 libICE: libxtrans
    58 libSM: libxtrans libICE
    59 libSM: libxtrans libICE
    59 libX11: libxtrans libXau libXdmcp
    60 libX11: libxtrans libXau libXdmcp
    85 
    86 
    86 OS_SUBDIRS_common = \
    87 OS_SUBDIRS_common = \
    87 	DPS \
    88 	DPS \
    88 	freetype \
    89 	freetype \
    89 	fontconfig \
    90 	fontconfig \
       
    91 	libdga \
    90 	libowconfig \
    92 	libowconfig \
    91 	libpthread-stubs \
    93 	libpthread-stubs \
    92 	libxtrans \
    94 	libxtrans \
    93 	libXau \
    95 	libXau \
    94 	libXdmcp \
    96 	libXdmcp \