open-src/app/Makefile
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 31 Mar 2011 14:07:34 -0700
changeset 1104 ad9538bd01b6
parent 967 efbd0ee6805d
child 1117 629ac4b133bc
permissions -rw-r--r--
7021972 rstart should be removed from Solaris [PSARC/2011/072]
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     1
# Makefile for X Consolidation Open Source Application modules
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     2
#
1104
ad9538bd01b6 7021972 rstart should be removed from Solaris [PSARC/2011/072]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 967
diff changeset
     3
# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     4
#
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     5
# Permission is hereby granted, free of charge, to any person obtaining a
919
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     6
# copy of this software and associated documentation files (the "Software"),
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     7
# to deal in the Software without restriction, including without limitation
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     8
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     9
# and/or sell copies of the Software, and to permit persons to whom the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    10
# Software is furnished to do so, subject to the following conditions:
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    11
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    12
# The above copyright notice and this permission notice (including the next
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    13
# paragraph) shall be included in all copies or substantial portions of the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    14
# Software.
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    15
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    16
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    17
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    18
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    19
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    20
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    21
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    22
# DEALINGS IN THE SOFTWARE.
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    23
#
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    24
#
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    25
###############################################################################
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    26
851
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 835
diff changeset
    27
# Several utilities are not listed here because they are called out in
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 835
diff changeset
    28
# the makefile in the higher level directory due to dependencies between
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 835
diff changeset
    29
# them and modules in other directories.   These include:
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 835
diff changeset
    30
#	rgb, mkfontdir, mkfontscale, bdftopcf
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 835
diff changeset
    31
98
c21b46ed1efd 6489660 Xorg server 7.2 [PSARC 2007/051]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 90
diff changeset
    32
OS_SUBDIRS_common = \
551
8dab74c91c43 6740745 moving accessx to open-src and /usr/X11
Sam Lau <Sam.Lau@Sun.COM>
parents: 550
diff changeset
    33
	accessx \
321
c1cb7591d690 6665484 Replace bitmap and appres with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 320
diff changeset
    34
	appres \
c1cb7591d690 6665484 Replace bitmap and appres with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 320
diff changeset
    35
	bitmap \
550
3b62053c3b77 6730028 Moving /usr/openwin/lib/mkcookie to /usr/X11/lib
Sam Lau <Sam.Lau@Sun.COM>
parents: 546
diff changeset
    36
	cmap_alloc \
3b62053c3b77 6730028 Moving /usr/openwin/lib/mkcookie to /usr/X11/lib
Sam Lau <Sam.Lau@Sun.COM>
parents: 546
diff changeset
    37
        cmap_compact \
213
18892ba1c27b 6598244 Xorg modularization: constype
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 210
diff changeset
    38
	constype \
649
f86993f8a87b 6809582 dispswitch should be moved to its own source directory
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 551
diff changeset
    39
	dispswitch \
304
663147d1e4cc 6657867 Replace xclipboard and editres with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 299
diff changeset
    40
	editres \
530
b1c4df796388 6746062 move fbconsole to open-src & /usr/X11
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 525
diff changeset
    41
	fbconsole \
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 424
diff changeset
    42
	fslsfonts \
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 424
diff changeset
    43
	fstobdf \
325
ab2a98db8d31 6654393 Upgrade libfreetype to 2.3.5
Stefan Teleman <Stefan.Teleman@Sun.COM>
parents: 324
diff changeset
    44
	iceauth \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    45
	ico \
536
25f17a95d600 6748141 SUNWxwfnt, SUNWxwcft, SUNWxwoft installs fail due to libfont.so.1: open failed
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 535
diff changeset
    46
	installalias \
456
c1f45bb21b9e 6718029 Update lbxproxy to the open-src version
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 455
diff changeset
    47
	lbxproxy \
320
77f732d3caaa 6664054 Update listres to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 319
diff changeset
    48
	listres \
332
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
    49
	luit \
501
172978e9a050 6736025 Replace xlswins with open src version
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 493
diff changeset
    50
	kbd_mode \
231
fac2564585d9 6614335 sparc X build fails due to missing glxinfo/glxgears man pages
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 213
diff changeset
    51
	mesa-demos \
550
3b62053c3b77 6730028 Moving /usr/openwin/lib/mkcookie to /usr/X11/lib
Sam Lau <Sam.Lau@Sun.COM>
parents: 546
diff changeset
    52
	mkcookie \
347
13e749282c98 6669356 Replace viewres, oclock with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 346
diff changeset
    53
	oclock \
532
74a3f3a0f4e9 6746486 Update proxymngr to open source [FOX]
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 530
diff changeset
    54
	proxymngr \
463
5e3c653a947a 6725645 Xorg modularization: sessreg
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 462
diff changeset
    55
	sessreg \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    56
	setxkbmap \
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 424
diff changeset
    57
	showfont \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    58
	smproxy \
791
05aa7fb765fe 6881406 Synergy - Mouse/Keyboard sharing for Solaris, Linux, Windows, MacOS
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 763
diff changeset
    59
	synergy \
472
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 469
diff changeset
    60
	winsysck \
324
f645da0bdd43 6666299 Update TWM to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 321
diff changeset
    61
	twm \
347
13e749282c98 6669356 Replace viewres, oclock with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 346
diff changeset
    62
	viewres \
310
1732b3c1b136 6661603 Deliver x11perf as part of the X11 consolidation
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 309
diff changeset
    63
	x11perf \
316
a47e6b8e701b 6663468 update xauth to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 310
diff changeset
    64
	xauth \
474
fbaaafd4b803 6731756 Change to the open source version of xbiff
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 472
diff changeset
    65
	xbiff \
290
016d87bea02c 6653913 Replace xmag, xcalc with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 289
diff changeset
    66
	xcalc \
332
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
    67
	xclipboard \
464
fb12c809e86a 6726421 Change xclock to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 463
diff changeset
    68
	xclock \
332
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
    69
	xcmsdb \
509
9469d4c6010a 6736024 Replace xcolor with open src version
Mahmood Ali <Mahmood.Ali@Sun.COM>
parents: 505
diff changeset
    70
        xcolor \
835
3d369dc6447e 6737076 Bring in Xorg's xcompmgr window manager
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 800
diff changeset
    71
        xcompmgr \
3d369dc6447e 6737076 Bring in Xorg's xcompmgr window manager
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 800
diff changeset
    72
        transset \
332
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
    73
	xconsole \
210
5bac47f9c993 6351300 libXcursor & xcursorgen [LSARC 2007/491]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 156
diff changeset
    74
	xcursorgen \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    75
	xditview \
792
be478ae051ae 6885155 Xorg modularization: xdm 1.1.9 [LSARC/2009/512]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 791
diff changeset
    76
	xdm \
128
7e825376e18c 6533086 Xorg modularization: xdpyinfo 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 98
diff changeset
    77
	xdpyinfo \
414
1e45fab895ce 6675742 Deliver xdriinfo into the Nevada gate [fix sparc build]
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 407
diff changeset
    78
	xdriinfo \
484
530d2b70d26d 6733859 Update xedit to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 475
diff changeset
    79
	xedit \
326
db53d7d95c65 6655323 replace xev with opensrc version from X.org(7.3)
Sam Lau <Sam.Lau@Sun.COM>
parents: 325
diff changeset
    80
	xev \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    81
	xeyes \
335
32180fb30fd9 6667952 Replace xfd with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 332
diff changeset
    82
	xfd \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    83
	xfindproxy \
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
    84
	xfontsel \
729
d654a217cd7e 6852798 Xorg modularization: xfs 1.1.0 [LSARC 2008/009]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 649
diff changeset
    85
	xfs \
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 424
diff changeset
    86
	xfsinfo \
370
96f3b8f73d7b 6669242 Update Xorg ATI driver to v6.8.0
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 359
diff changeset
    87
	xfwp \
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    88
	xgamma \
400
32b3aa9e3027 6687539 Update xgc to the opensrc version from X.org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 380
diff changeset
    89
	xgc \
294
2c88146a951a 6654375 Import the open source version of xhost
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 290
diff changeset
    90
	xhost \
435
90f0f346edc1 6714067 update xinit to 1.1.0 and deliver startx for ease of use
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 434
diff changeset
    91
	xinit \
800
b3def18b9183 6737079 Provide Xorg utility "xinput"
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 792
diff changeset
    92
	xinput \
98
c21b46ed1efd 6489660 Xorg server 7.2 [PSARC 2007/051]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 90
diff changeset
    93
	xkbcomp \
434
6cf5f61b2774 6714121 update xkbprint to open-src version
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 433
diff changeset
    94
	xkbprint \
505
c9e2965728ac 6737456 update xkbutils to open src version 1.0.1
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 501
diff changeset
    95
	xkbutils \
277
a985ad3680af 6648881 Update xkill to Xorg version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 262
diff changeset
    96
	xkill \
433
00ee7cc68808 6684251 Update xload to open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 425
diff changeset
    97
	xload \
546
f3f84c886c69 6741687 Port xlock to open src tree
Mahmood Ali <Mahmood.Ali@Sun.COM>
parents: 543
diff changeset
    98
        xlock \
356
8b3a0e1c13fa 6669358 Replace xlogo with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 347
diff changeset
    99
	xlogo \
289
bd2a2d0c9622 6653810 Use OpenSource version of xlsatoms
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 286
diff changeset
   100
	xlsatoms \
326
db53d7d95c65 6655323 replace xev with opensrc version from X.org(7.3)
Sam Lau <Sam.Lau@Sun.COM>
parents: 325
diff changeset
   101
	xlsclients \
439
8962e93ea894 6668084 replace xlsfonts with open source version
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 435
diff changeset
   102
	xlsfonts \
501
172978e9a050 6736025 Replace xlswins with open src version
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 493
diff changeset
   103
	xlswins \
469
18722b3626c4 6726838 move xmag_multivis to open-src/app
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 464
diff changeset
   104
	xmag_multivis \
290
016d87bea02c 6653913 Replace xmag, xcalc with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 289
diff changeset
   105
	xmag \
542
c1e5b2e442fc 6749652 Move xmakemap to open-src & /usr/X11
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 539
diff changeset
   106
	xmakemap \
424
aea912794e10 6708109 Update xman to the opensrc version from X.org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 418
diff changeset
   107
	xman \
286
d9eacaa3a109 6652612 Replace xmodmap with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 280
diff changeset
   108
	xmodmap \
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
   109
	xpm \
475
054a8ab64c3a 6724753 replace xpr with open source version from x.org
Sam Lau <Sam.Lau@Sun.COM>
parents: 474
diff changeset
   110
	xpr \
295
ae94314169f7 6654827 Replace xprop with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 294
diff changeset
   111
	xprop \
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
   112
	xrandr \
299
ba59bb56fed5 6656679 Update xrdb to use the opensource version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 295
diff changeset
   113
	xrdb \
262
dce04ad1270e 6642085 Replace xrefresh with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 253
diff changeset
   114
	xrefresh \
455
8133c25f3a5c 6719751 Update XRX to the open source version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 439
diff changeset
   115
	xrx \
539
d95b1caa9271 6750121 Update xscope to open source version
Stuart Kreitman <Stuart.Kreitman@Sun.COM>
parents: 536
diff changeset
   116
	xscope \
277
a985ad3680af 6648881 Update xkill to Xorg version
Jay Cotton <Jay.Cotton@Sun.COM>
parents: 262
diff changeset
   117
	xset \
332
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
   118
	xsetroot \
a60a23ffaebe 6662431 luit [PSARC 2008/100]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 326
diff changeset
   119
	xstdcmap \
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
   120
        xterm \
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
   121
	xvidtune \
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
   122
	xvinfo \
319
898867197820 6663965 Replace xwd and xwud with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 316
diff changeset
   123
	xwd \
280
b7cafbbed804 6651429 Replace xwininfo with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 277
diff changeset
   124
	xwininfo \
319
898867197820 6663965 Replace xwd and xwud with the opensrc version from X.Org
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 316
diff changeset
   125
	xwud \
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
   126
98
c21b46ed1efd 6489660 Xorg server 7.2 [PSARC 2007/051]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 90
diff changeset
   127
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
c21b46ed1efd 6489660 Xorg server 7.2 [PSARC 2007/051]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 90
diff changeset
   128
414
1e45fab895ce 6675742 Deliver xdriinfo into the Nevada gate [fix sparc build]
Niveditha Rau <Niveditha.Rau@Sun.COM>
parents: 407
diff changeset
   129
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
98
c21b46ed1efd 6489660 Xorg server 7.2 [PSARC 2007/051]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 90
diff changeset
   130
744
7f935d506429 6859233 Removal of Xprint [PSARC 2009/294]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 729
diff changeset
   131
OBSOLETE_SUBDIRS = \
1104
ad9538bd01b6 7021972 rstart should be removed from Solaris [PSARC/2011/072]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 967
diff changeset
   132
	rstart \
744
7f935d506429 6859233 Removal of Xprint [PSARC 2009/294]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 729
diff changeset
   133
	xplsprinters \
763
16e275b50576 6868816 move xscreensaver from X consolidation to Desktop consolidation
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 744
diff changeset
   134
	xprehashprinterlist \
16e275b50576 6868816 move xscreensaver from X consolidation to Desktop consolidation
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 744
diff changeset
   135
	xscreensaver \
16e275b50576 6868816 move xscreensaver from X consolidation to Desktop consolidation
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 744
diff changeset
   136
	rss-glx
744
7f935d506429 6859233 Removal of Xprint [PSARC 2009/294]
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 729
diff changeset
   137
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
   138
PWD:sh=pwd
967
efbd0ee6805d 6963229 build race conditions and other makefile issues
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
   139
TOP=$(PWD)/../..
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
   140
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
   141
### Include common definitions
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 486
diff changeset
   142
DIRNAME="app/"
967
efbd0ee6805d 6963229 build race conditions and other makefile issues
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
   143
include $(TOP)/open-src/common/Makefile.subdirs