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