open-src/app/Makefile
changeset 98 c21b46ed1efd
parent 90 aa93b75745de
child 128 7e825376e18c
--- a/open-src/app/Makefile	Wed Jan 17 16:52:53 2007 -0800
+++ b/open-src/app/Makefile	Wed Jan 31 16:30:33 2007 -0800
@@ -1,6 +1,6 @@
 # Makefile for X Consolidation Open Source Application modules
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -28,18 +28,27 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.2	07/01/03
+# @(#)Makefile	1.4	07/01/31
 #
 ###############################################################################
 
-OS_SUBDIRS = \
+OS_SUBDIRS_common = \
+	mkfontscale \
 	xgamma \
+	xkbcomp \
 	xpm \
 	xrandr \
 	xvidtune \
 	xvinfo \
 	xscreensaver
 
+OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
+
+OS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
+	mesa-demos
+
+OS_SUBDIRS:sh=uname -p | sed 's/^\(.*\)$/\$\(OS_SUBDIRS_\1\)/'
+
 all: 
 	$(MAKE) $(MFLAGS) subdirs OS_TARGET=all