Makefile
author asano
Fri, 26 Aug 2011 10:48:58 +0900
changeset 192 0789bb457ffd
parent 96 dc5ffb97e96b
permissions -rw-r--r--
7074873 localized /etc/magic (/usr/lib/locale/<locale>/LC_MESSAGES/magic) needs to merge English update
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     1
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     2
# CDDL HEADER START
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     3
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").  
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     7
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     8
# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    11
# and limitations under the License.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    12
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    14
# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    18
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    19
# CDDL HEADER END
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    20
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    21
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    22
# Use is subject to license terms.
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    23
#
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    24
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    25
include $(SRC)/Makefile.master
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    26
96
dc5ffb97e96b SUNWman Japanese localization by community phase 1 (2009/02/09)
asano
parents: 0
diff changeset
    27
SUBDIRS = messages manpages
0
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    28
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    29
all:=		TARGET= all
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    30
install :=	TARGET= install
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    31
clean :=	TARGET= clean
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    32
clobber :=	TARGET= clobber
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    33
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    34
all install clean:  $(SUBDIRS) 
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    35
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    36
$(SUBDIRS): FRC
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    37
	@cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    38
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    39
FRC:
6a0a40c21448 initial version of Nevada G11N Messages repository
simford
parents:
diff changeset
    40