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