Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# CDDL HEADER START
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# The contents of this file are subject to the terms of the
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Common Development and Distribution License (the "License").
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# You may not use this file except in compliance with the License.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# See the License for the specific language governing permissions
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# and limitations under the License.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# When distributing Covered Code, include this CDDL HEADER in each
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# If applicable, add the following below this CDDL HEADER, with the
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# fields enclosed by brackets "[]" replaced with your own identifying
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# information: Portions Copyright [yyyy] [name of copyright owner]
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# CDDL HEADER END
3f9d6ad73e45c6823b409f93b0c8d4f62861d2d5Lin Ling# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
be6fd75a69ae679453d9cda5bff3326111e6d1caMatthew Ahrens# Use is subject to license terms.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Define the module and object file sets.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrockSTABS_PROG = stabs # name doesn't conflict with Makefile.master STABS
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrockPROG = stabs # name doesn't conflict with Makefile.master STABS
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrockSTABS_SRCS = $(STABS_SRC)/main.c $(STABS_SRC)/stabs.c \
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Include common rules.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Default build targets.