Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# CDDL HEADER START
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend#
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend# The contents of this file are subject to the terms of the
5d8c229294268bca44bd1400700b175c999f41feyoshiki# Common Development and Distribution License, Version 1.0 only
d0e5d6b1ca9d19c88060ad6a97fe4bb1f5d58859jim# (the "License"). You may not use this file except in compliance
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend# with the License.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend#
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend# or http://www.opensolaris.org/os/licensing.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend# See the License for the specific language governing permissions
d9b843d090f14405079b4a61a493316cd3f1e5b9minfrin# and limitations under the License.
c9c5542f81fad2ca5439df7a808acc3cb1b5f2e0yoshiki#
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin# When distributing Covered Code, include this CDDL HEADER in each
909ce17e2bd0faef7b1c294f2307f009793fd493nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c9c5542f81fad2ca5439df7a808acc3cb1b5f2e0yoshiki# If applicable, add the following below this CDDL HEADER, with the
4cf7cf20e77128a5b75ab519e2db0286b24fef68yoshiki# fields enclosed by brackets "[]" replaced with your own identifying
0ce5630695a7aa568811a9dd0aceedd685f040dend# information: Portions Copyright [yyyy] [name of copyright owner]
42af92a661a06b3cebc88d585aad75064a309d51nd#
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin# CDDL HEADER END
6fe26506780e73be2a412d758af77fafdf03291and#
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend#
c9c5542f81fad2ca5439df7a808acc3cb1b5f2e0yoshiki# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c9c5542f81fad2ca5439df7a808acc3cb1b5f2e0yoshiki# Use is subject to license terms.
9649d29bb7801e0698e6a845e1a8a61534df58b3noodl#
101bf3584c853027d9e51df6edfff5ff70c80238jim# cmd/projects/Makefile
101bf3584c853027d9e51df6edfff5ff70c80238jim#
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
412bf2d2fd3ee0608bc0767e2281e47ea317963endPROG= projects
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendinclude ../Makefile.cmd
4cf7cf20e77128a5b75ab519e2db0286b24fef68yoshiki
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendLDLIBS += -lproject
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
0ce5630695a7aa568811a9dd0aceedd685f040dend.KEEP_STATE:
ef537c131654a829afbd4cfcd074022fe6089d5dnd
e8b603fa9ccf7b17b11b42df6d8916fd97c2331dndCFLAGS += $(CCVERBOSE)
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendCERRWARN += -_gcc=-Wno-uninitialized
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
412bf2d2fd3ee0608bc0767e2281e47ea317963endall: $(PROG)
2a9d60313e1c967b4bc51ec3de3fbd3f7ae454d6nd
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendinstall: all $(ROOTPROG)
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendclean:
4cf7cf20e77128a5b75ab519e2db0286b24fef68yoshiki
2a9d60313e1c967b4bc51ec3de3fbd3f7ae454d6ndlint: lint_PROG
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend
03a4ff9ac4c9b8009249010e7c53bb86ff05915andinclude ../Makefile.targ
5d8c229294268bca44bd1400700b175c999f41feyoshiki