14887Schin# 24887Schin# CDDL HEADER START 34887Schin# 44887Schin# The contents of this file are subject to the terms of the 54887Schin# Common Development and Distribution License (the "License"). 64887Schin# You may not use this file except in compliance with the License. 74887Schin# 84887Schin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94887Schin# or http://www.opensolaris.org/os/licensing. 104887Schin# See the License for the specific language governing permissions 114887Schin# and limitations under the License. 124887Schin# 134887Schin# When distributing Covered Code, include this CDDL HEADER in each 144887Schin# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154887Schin# If applicable, add the following below this CDDL HEADER, with the 164887Schin# fields enclosed by brackets "[]" replaced with your own identifying 174887Schin# information: Portions Copyright [yyyy] [name of copyright owner] 184887Schin# 194887Schin# CDDL HEADER END 204887Schin# 214887Schin# 22*8462SApril.Chin@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 234887Schin# Use is subject to license terms. 244887Schin# 254887Schin 26*8462SApril.Chin@Sun.COMSHELL=/usr/bin/ksh93 274887Schin 284887Schininclude ../Makefile.lib 294887Schin 304887SchinSUBDIRS = $(MACH) 314887Schin#$(BUILD64)SUBDIRS += $(MACH64) 324887Schin 334887Schinall := TARGET= all 344887Schinclean := TARGET= clean 354887Schinclobber := TARGET= clobber 364887Schininstall := TARGET= install 374887Schinlint := TARGET= lint 384887Schin_msg := TARGET= _msg 394887Schin 404887Schin.KEEP_STATE: 414887Schin 424887Schinall clean clobber install lint _msg: $(SUBDIRS) 434887Schin 444887SchinLIBRARY= libpp.a 454887Schin 464887SchinHDRS= \ 474887Schin pp.h \ 484887Schin ppkey.h 494887Schin 504887SchinHDRDIR32= common 514887SchinHDRDIR64= common 524887Schininclude ../Makefile.asthdr 534887Schin 544887Schininstall_h: $(ROOTHDRS) 554887Schin 564887Schin# We don't check these header files because they're owned by AT&T/AST 574887Schincheck: 584887Schin 594887Schin$(SUBDIRS): FRC 604887Schin @cd $@; pwd; $(MAKE) $(TARGET) 614887Schin 624887SchinFRC: 634887Schin 644887Schininclude ../Makefile.targ 65