xref: /illumos-gate/usr/src/cmd/Makefile.ctf (revision e0ad97e30ea0a9af63c42d71690b5f387c763420)
1*e0ad97e3SJonathan Adams#
2*e0ad97e3SJonathan Adams# CDDL HEADER START
3*e0ad97e3SJonathan Adams#
4*e0ad97e3SJonathan Adams# The contents of this file are subject to the terms of the
5*e0ad97e3SJonathan Adams# Common Development and Distribution License (the "License").
6*e0ad97e3SJonathan Adams# You may not use this file except in compliance with the License.
7*e0ad97e3SJonathan Adams#
8*e0ad97e3SJonathan Adams# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*e0ad97e3SJonathan Adams# or http://www.opensolaris.org/os/licensing.
10*e0ad97e3SJonathan Adams# See the License for the specific language governing permissions
11*e0ad97e3SJonathan Adams# and limitations under the License.
12*e0ad97e3SJonathan Adams#
13*e0ad97e3SJonathan Adams# When distributing Covered Code, include this CDDL HEADER in each
14*e0ad97e3SJonathan Adams# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*e0ad97e3SJonathan Adams# If applicable, add the following below this CDDL HEADER, with the
16*e0ad97e3SJonathan Adams# fields enclosed by brackets "[]" replaced with your own identifying
17*e0ad97e3SJonathan Adams# information: Portions Copyright [yyyy] [name of copyright owner]
18*e0ad97e3SJonathan Adams#
19*e0ad97e3SJonathan Adams# CDDL HEADER END
20*e0ad97e3SJonathan Adams#
21*e0ad97e3SJonathan Adams#
22*e0ad97e3SJonathan Adams# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*e0ad97e3SJonathan Adams# Use is subject to license terms.
24*e0ad97e3SJonathan Adams#
25*e0ad97e3SJonathan Adams
26*e0ad97e3SJonathan AdamsPOST_PROCESS += ; $(CTFMERGE) -L VERSION -o $@ $(OBJS)
27*e0ad97e3SJonathan AdamsPOST_PROCESS_O += ; $(CTFCONVERT_O)
28*e0ad97e3SJonathan Adams
29*e0ad97e3SJonathan AdamsCFLAGS += $(CTF_FLAGS)
30*e0ad97e3SJonathan AdamsCFLAGS64 += $(CTF_FLAGS)
31*e0ad97e3SJonathan AdamsNATIVE_CFLAGS += $(CTF_FLAGS)
32