Makefile revision da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968
0N/A#
2105N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
1472N/A# CDDL HEADER END
1472N/A#
1472N/A#
0N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
1934N/A# ident "%Z%%M% %I% %E% SMI"
1934N/A#
1934N/A
1934N/ASHELL=/usr/bin/ksh
1879N/A
0N/Ainclude ../Makefile.lib
0N/A
0N/ASUBDIRS = $(MACH)
0N/A$(BUILD64)SUBDIRS += $(MACH64)
0N/A
0N/Aall := TARGET= all
0N/Aclean := TARGET= clean
0N/Aclobber := TARGET= clobber
0N/Ainstall := TARGET= install
0N/Alint := TARGET= lint
1934N/A_msg := TARGET= _msg
1934N/A
1934N/A.KEEP_STATE:
1934N/A
0N/Aall clean clobber install lint _msg: $(SUBDIRS)
0N/A
0N/ALIBRARY= libast.a
0N/A
1934N/AHDRS= \
1934N/A align.h \
1879N/A ast_botch.h \
1934N/A ast_ccode.h \
0N/A ast_common.h \
0N/A ast_dir.h \
1879N/A ast_dirent.h \
91N/A ast_fcntl.h \
0N/A ast_float.h \
0N/A ast_fs.h \
0N/A ast_getopt.h \
91N/A ast_iconv.h \
0N/A ast_lib.h \
0N/A ast_limits.h \
0N/A ast_map.h \
0N/A ast_mmap.h \
91N/A ast_mode.h \
0N/A ast_nl_types.h \
0N/A ast_param.h \
1934N/A ast_standards.h \
1934N/A ast_std.h \
1934N/A ast_stdio.h \
1879N/A ast_sys.h \
0N/A ast_time.h \
0N/A ast_tty.h \
0N/A ast_types.h \
0N/A ast_version.h \
0N/A ast_vfork.h \
0N/A ast_wait.h \
0N/A ast_wchar.h \
0N/A ast_windows.h \
1884N/A ast.h \
1884N/A bytesex.h \
1884N/A ccode.h \
0N/A cdt.h \
1884N/A debug.h \
0N/A dirent.h \
0N/A dt.h \
0N/A endian.h \
0N/A error.h \
0N/A find.h \
0N/A fnmatch.h \
0N/A fnv.h \
0N/A fs3d.h \
0N/A fts.h \
0N/A ftw.h \
0N/A ftwalk.h \
0N/A getopt.h \
0N/A glob.h \
0N/A hash.h \
0N/A hashkey.h \
0N/A hashpart.h \
0N/A iconv.h \
0N/A lc.h \
0N/A ls.h \
0N/A magic.h \
0N/A magicid.h \
1879N/A mc.h \
0N/A mime.h \
0N/A mnt.h \
0N/A modecanon.h \
0N/A modex.h \
2105N/A namval.h \
3956N/A nl_types.h \
0N/A option.h \
0N/A preroot.h \
1879N/A proc.h \
2105N/A prototyped.h \
0N/A re_comp.h \
1879N/A recfmt.h \
0N/A regex.h \
0N/A regexp.h \
1879N/A sfdisc.h \
0N/A sfio_s.h \
0N/A sfio_t.h \
sfio.h \
sig.h \
stack.h \
stak.h \
stdio.h \
stk.h \
swap.h \
tar.h \
times.h \
tm.h \
tmx.h \
tok.h \
tv.h \
usage.h \
vdb.h \
vecargs.h \
vmalloc.h \
wait.h \
wchar.h \
wordexp.h
HDRDIR32= $(MACH)/include/ast
HDRDIR64= $(MACH64)/include/ast
include ../Makefile.asthdr
install_h: $(ROOTHDRS)
# We don't check these header files because they're owned by AT&T/AST
check:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../Makefile.targ