Makefile revision 575
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Use subject to license terms.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Permission is hereby granted, free of charge, to any person obtaining a
c366016ffe1788c6847d0a967a954713725cab5evboxsync# copy of this software and associated documentation files (the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# "Software"), to deal in the Software without restriction, including
86a00a5efe7fdc9725f2076050b996e205259cd6vboxsync# without limitation the rights to use, copy, modify, merge, publish,
c366016ffe1788c6847d0a967a954713725cab5evboxsync# distribute, and/or sell copies of the Software, and to permit persons
c366016ffe1788c6847d0a967a954713725cab5evboxsync# to whom the Software is furnished to do so, provided that the above
c366016ffe1788c6847d0a967a954713725cab5evboxsync# copyright notice(s) and this permission notice appear in all copies of
c366016ffe1788c6847d0a967a954713725cab5evboxsync# the Software and that both the above copyright notice(s) and this
c366016ffe1788c6847d0a967a954713725cab5evboxsync# permission notice appear in supporting documentation.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
c366016ffe1788c6847d0a967a954713725cab5evboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
c366016ffe1788c6847d0a967a954713725cab5evboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
c366016ffe1788c6847d0a967a954713725cab5evboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
c366016ffe1788c6847d0a967a954713725cab5evboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
c366016ffe1788c6847d0a967a954713725cab5evboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
c366016ffe1788c6847d0a967a954713725cab5evboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
c366016ffe1788c6847d0a967a954713725cab5evboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
c366016ffe1788c6847d0a967a954713725cab5evboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Except as contained in this notice, the name of a copyright holder
c366016ffe1788c6847d0a967a954713725cab5evboxsync# shall not be used in advertising or otherwise to promote the sale, use
c366016ffe1788c6847d0a967a954713725cab5evboxsync# or other dealings in this Software without prior written authorization
c366016ffe1788c6847d0a967a954713725cab5evboxsync# of the copyright holder.
ea2250e8dde0b8e53740df560de83a5cd07eed56vboxsync# @(#)Makefile 1.2 08/10/28
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync $(LD) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) -lMrm -lXm -lXt -lX11 -lXext
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/man/man1
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync mkdir -p $(DESTDIR)$(PREFIX)/lib/locale/C/app-defaults
a4b6bc5445b0e3d9bda9db76ac953b2542fd0a28vboxsync $(INSTALL) accessx.uid $(DESTDIR)$(PREFIX)/lib/app-defaults
a4b6bc5445b0e3d9bda9db76ac953b2542fd0a28vboxsync $(INSTALL) accessx.1 $(DESTDIR)$(PREFIX)/share/man/man1
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync $(INSTALL) accessx.hlp $(DESTDIR)$(PREFIX)/lib/locale/C/help
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync $(INSTALL) accessx.uil $(DESTDIR)$(PREFIX)/lib/locale/C/app-defaults