manpages/Makefile
author asano
Fri, 12 Aug 2011 19:31:27 +0900
changeset 189 906b1791d0c4
parent 97 f59f16b48507
permissions -rw-r--r--
7078347 update timezone name translation for Solaris 11
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
97
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     1
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     2
# CDDL HEADER START
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     3
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     7
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     8
# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    11
# and limitations under the License.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    12
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    14
# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    18
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    19
# CDDL HEADER END
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    20
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    21
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    22
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    23
# Use is subject to license terms.
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    24
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    25
#ident  "@(#)Makefile"
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    26
#
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    27
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    28
include $(SRC)/Makefile.master
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    29
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    30
SUBDIRS = man
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    31
TRANS:sh = pwd
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    32
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    33
all:=           TARGET= all
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    34
install :=      TARGET= install
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    35
clean :=        TARGET= clean
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    36
clobber :=      TARGET= clobber
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    37
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    38
MFLAGS = "MACH=$(MACH) TRANS=$(TRANS) FILEROOT=$(FILEROOT)"
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    39
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    40
all install clean: $(SUBDIRS)
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    41
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    42
$(SUBDIRS): FRC
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    43
	@cd $@; pwd; $(MAKE) MACH=$(MACH) TRANS=$(TRANS) FILEROOT=$(FILEROOT) $(TARGET)
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    44
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    45
FRC:
f59f16b48507 SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents:
diff changeset
    46