Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# CDDL HEADER START
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# The contents of this file are subject to the terms of the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Common Development and Distribution License, Version 1.0 only
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# (the "License"). You may not use this file except in compliance
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# with the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# and limitations under the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# When distributing Covered Code, include this CDDL HEADER in each
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# CDDL HEADER END
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright (c) 1989 by Sun Microsystems, Inc.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicp
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoPROG= pr
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeXPG4PROG= pr
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeinclude ../Makefile.cmd
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoSED = sed
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeDCFILE = $(PROG).dc
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraCERRWARN += -_gcc=-Wno-parentheses
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilson
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe$(XPG4):= CPPFLAGS += -DXPG4
9da44d3de0a7180285a77b7e8d2426a72aca249ejvergara$(POFILE) := XGETFLAGS += -a -x pr.xcl
.KEEP_STATE:
all: $(PROG) $(XPG4)
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
$(DCFILE):
$(RM) messages.po
$(COMPILE.cpp) $(PROG).c | \
$(XGETTEXT) $(XGETFLAGS) -t -
$(SED) -e '/^domain/d' messages.po > $@
$(RM) messages.po
include ../Makefile.targ