open-src/Makefile
changeset 98 c21b46ed1efd
parent 90 aa93b75745de
child 174 b20e7617ca8a
equal deleted inserted replaced
97:f19fbb8b039b 98:c21b46ed1efd
     1 # Makefile for X Consolidation Open Source bits
     1 # Makefile for X Consolidation Open Source bits
     2 #
     2 #
     3 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    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 # @(#)Makefile	1.10	07/01/03
    31 # @(#)Makefile	1.13	07/01/30
    32 #
    32 #
    33 ###############################################################################
    33 ###############################################################################
    34 #
    34 #
    35 # Modules in this makefile are divided into 2 sections - those that need to
    35 # Modules in this makefile are divided into 2 sections - those that need to
    36 # be built before the X11 monolithic tree (because X depends on them) and 
    36 # be built before the X11 monolithic tree (because it depends on them) and 
    37 # those that need to be build after the X11 monolithic tree (because they 
    37 # those that need to be build after the X11 monolithic tree (because they 
    38 # depend on X).
    38 # depend on portions of the monolithic tree).
    39 
    39 
    40 BEFOREX = \
    40 BEFOREX = \
    41 	proto \
    41 	proto \
    42 	data/xbitmaps \
    42 	data/xbitmaps \
    43 	util/lndir \
    43 	util/lndir \
    44 	lib/freetype \
    44 	doc \
    45 	lib/fontconfig \
    45 	lib
    46 	lib/libXau \
       
    47 	lib/libXdmcp \
       
    48 	lib/libXpm \
       
    49 	lib/libXfixes \
       
    50 	lib/Xft \
       
    51 	lib/libxkbfile \
       
    52 	lib/libXrandr \
       
    53 	lib/libXv \
       
    54 	lib/libXvMC \
       
    55 	lib/libXxf86misc \
       
    56 	lib/libXxf86vm
       
    57 
    46 
    58 AFTERX = \
    47 AFTERX = \
    59 	app \
    48 	app \
    60 	font/bitstream-vera
    49 	xserver/xorg \
       
    50 	driver \
       
    51 	font
    61 
    52 
    62 ALL = $(BEFOREX) $(AFTERX)
    53 ALL = $(BEFOREX) $(AFTERX)
    63 
    54 
    64 # Need to install to proto area by default for inter-package dependencies to
    55 # Need to install to proto area by default for inter-package dependencies to
    65 # work right.
    56 # work right.