Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CDDL HEADER START
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# The contents of this file are subject to the terms of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Common Development and Distribution License, Version 1.0 only
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# (the "License"). You may not use this file except in compliance
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# with the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# See the License for the specific language governing permissions
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and limitations under the License.
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# If applicable, add the following below this CDDL HEADER, with the
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# CDDL HEADER END
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# ident "%Z%%M% %I% %E% SMI"
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# Copyright (c) 1989 by Sun Microsystems, Inc.
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncCPPFLAGS = -DUSG -DINCORE -I. -I.. $(CPPFLAGS.master)
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# For message catalog
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncPOFILES= $(TROFFOBJS:%.o=%.po) $(COMMONOBJS:%.o=../%.po)
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync# conditional assignments
022e56bff837db399121bc76e4f404a6cd959d6evboxsync# build rule for common source above
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync.PARALLEL: $(COMMONOBJS) $(TROFFOBJS) $(TAOBJS) $(MAKEDEVOBJS)
2f44080df90cb90c1e524d97c8e327b40298f3c6vboxsync $(RM) $(TAOBJS) $(MAKEDEVOBJS) $(TROFFOBJS) $(COMMONOBJS)
include ../../Makefile.targ
# additional dependency for clobber which is defined in Makefile.targ
FRC: