open-src/app/Makefile
changeset 231 fac2564585d9
parent 213 18892ba1c27b
child 253 88e5aa1fb5f9
equal deleted inserted replaced
230:a875f6d4bce3 231:fac2564585d9
    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.8	07/08/31
    31 # @(#)Makefile	1.9	07/10/08
    32 #
    32 #
    33 ###############################################################################
    33 ###############################################################################
    34 
    34 
    35 OS_SUBDIRS_common = \
    35 OS_SUBDIRS_common = \
    36 	constype \
    36 	constype \
       
    37 	mesa-demos \
    37 	mkfontscale \
    38 	mkfontscale \
    38 	xcursorgen \
    39 	xcursorgen \
    39 	xdpyinfo \
    40 	xdpyinfo \
    40 	xgamma \
    41 	xgamma \
    41 	xkbcomp \
    42 	xkbcomp \
    45 	xvinfo \
    46 	xvinfo \
    46 	xscreensaver
    47 	xscreensaver
    47 
    48 
    48 OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
    49 OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
    49 
    50 
    50 OS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
    51 OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
    51 	mesa-demos
       
    52 
    52 
    53 MACH:sh=uname -p
    53 MACH:sh=uname -p
    54 OS_SUBDIRS=$(OS_SUBDIRS_$(MACH))
    54 OS_SUBDIRS=$(OS_SUBDIRS_$(MACH))
    55 
    55 
    56 all: 
    56 all: