Makefile revision d29b2c4438482eb00488be49a1f5d6835f455546
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
then echo "sparc sparcv9"; \
elif [ "$MACH" = "i386" ]; \
then echo "i386 amd64"; \
else echo "unknown"; \
fi
RDBDIRS= $(MACHS:%=../librtld_db/rdb_demo/%)
LDMAKEDIRS= $(MACHS:%=../libldmake/%)
.WAIT \
../libdl \
.WAIT \
../libelf \
.WAIT \
../liblddbg \
../librtld_db \
.WAIT \
../librtld \
../libcrle
../rtld.4.x \
../libldstab \
../lari \
../ldprof \
../lddstub \
$(LDMAKEDIRS) \
../0@0 \
../tools \
$(RDBDIRS)
#
# Package dirs are directories which specifically
# have a 'package' target. This target is used to key
# off of whether a system build is performed
# or a SUNWonld build.
#
../libld \
../elfdump \
../elfedit \
../crle \
../dump \
../lari \
../ld \
../ldd \
../ldprof \
../nm \
../mcs \
../moe \
../pvs
then echo sparc; \
elif [ "$MACH" = "i386" ]; \
else \
echo "unknown"; \
fi
../%: FRC
#
# invoke `package' to build this package from scratch. It will
# perform make install in the directories that contains components
# that this package is dependent upon
#
@ echo "===BUILD COMPLETED checking for warnings...==="
@ echo "==================done========================="
@ cd ..; pwd; $(MAKE) _msg_sgsmsg
FRC: