Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# CDDL HEADER START
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# The contents of this file are subject to the terms of the
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# Common Development and Distribution License (the "License").
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# You may not use this file except in compliance with the License.
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# or http://www.opensolaris.org/os/licensing.
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# See the License for the specific language governing permissions
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# and limitations under the License.
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# When distributing Covered Code, include this CDDL HEADER in each
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# If applicable, add the following below this CDDL HEADER, with the
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# fields enclosed by brackets "[]" replaced with your own identifying
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# information: Portions Copyright [yyyy] [name of copyright owner]
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# CDDL HEADER END
0023e54360a1db8ce1e864ddf56bddb68f0ad040James Phillpotts# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
0023e54360a1db8ce1e864ddf56bddb68f0ad040James PhillpottsXPG4EXPROBJ= exprobjs.xpg4/expr.o exprobjs.xpg4/compile.o
0023e54360a1db8ce1e864ddf56bddb68f0ad040James PhillpottsXPG6EXPROBJ= exprobjs.xpg6/expr.o exprobjs.xpg6/compile.o
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
exprobjs/%.o: %.c
$(COMPILE.c) -o $@ $<
$(COMPILE.c) -o $@ $<
$(COMPILE.c) -o $@ $<
-@mkdir -p $@
-@mkdir -p $@
-@mkdir -p $@