note *
note * This build file is in the Make Abstract Machine (MAM) language. It was
note * first generated by nmake, but in the ksh 93u+m distribution we maintain
note * it manually because nmake had too many problems to keep using. The
note * Mamfiles are processed by mamake (src/cmd/INIT/mamake.c); we added
note * indentation to improve readability. The language is documented in
note * src/cmd/INIT/README-mamake.md.
note *
setv MAMAKE_STRICT
setv INSTALLROOT ../../..
setv PACKAGEROOT ../../../../..
setv AR ${mam_cc_AR} ${mam_cc_AR_ARFLAGS}
setv CC cc
setv mam_cc_FLAGS ${mam_cc_DLL} -D_BLD_ast
setv CCFLAGS ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${mam_cc_OPTIMIZE}?}
setv CCLDFLAGS ${-strip-symbols?1?${mam_cc_LD_STRIP}??}
setv COTEMP $$
setv IFFEFLAGS
setv LDFLAGS
make install
	make ast
		make libast.a archive
			make ast.req
				make _always_generate_releaseflags.h
					exec -	git_commit=$(git rev-parse --short=8 HEAD 2>/dev/null)
					exec -	case $?,$git_commit in
					exec -	0,[0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z])
					exec -		echo "/* generated by libast/Mamfile using $(git --version) */"
					exec -		git update-index --really-refresh >/dev/null
					exec -		git diff-index --quiet HEAD
					exec -		wd_clean=$((! $?))	# working directory clean?
					exec -		case $(git branch) in
					exec -		'' | *\*\ [0-9]*.[0-9]*)
					exec -			# If we're not on a branch that starts with a number
					exec -			# (release branch), then compile as a release version
					exec -			case $wd_clean in
					exec -			1)	echo "#ifndef _AST_release"
					exec -				echo "#    define _AST_release	1"
					exec -				echo "#endif"
					exec -				;;
					exec -			0)	echo "/*"
					exec -				echo " * on a git release branch, but changes were made;"
					exec -				echo " * _AST_release not defined by default"
					exec -				echo " */"
					exec -				;;
					exec -			esac
					exec -			;;
					exec -		*)
					exec -			echo "/* not on a git release branch; _AST_release not defined by default */"
					exec -			;;
					exec -		esac
					exec -		case $wd_clean in
					exec -		1)	echo "#define _AST_git_commit	\"$git_commit\"" ;;
					exec -		0)	echo "#define _AST_git_commit	\"$git_commit/MOD\"" ;;
					exec -		esac
					exec -		;;
					exec -	*)
					exec -		echo "/* generated by libast/Mamfile (we're not in a git repo) */"
					exec -		echo "#ifndef _AST_release"
					exec -		echo "#    define _AST_release	1"
					exec -		echo "#endif"
					exec -		echo "#undef _AST_git_commit"
					exec -		;;
					exec -	esac > releaseflags.h.new
					exec -	if	${STDCMP} -s releaseflags.h.new releaseflags.h
					exec -	then	${STDRM} releaseflags.h.new
					exec -	else	${STDMV} -f releaseflags.h.new releaseflags.h
					exec -	fi
				done _always_generate_releaseflags.h virtual
				make ast_standards.h implicit
					make FEATURE/standards
						prev features/standards
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/standards
					done FEATURE/standards generated
					exec - ${STDCMP} -s FEATURE/standards ast_standards.h || { ${STDRM} -f ast_standards.h; ${STDCP} FEATURE/standards ast_standards.h; }
				done ast_standards.h generated
				make FEATURE/lib
					prev features/lib
					exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/lib
				done FEATURE/lib generated
				make FEATURE/common
					prev features/common
					exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/common
				done FEATURE/common generated
				make FEATURE/param
					prev features/param.sh
					exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/param.sh
					make std/endian.h implicit
						make std/bytesex.h implicit
							make ast_common.h implicit
								prev FEATURE/common
								exec - sed '/define _def_map_ast/d' < FEATURE/common > 1.${COTEMP}.x
								exec - if ${STDCMP} -s ast_common.h 1.${COTEMP}.x
								exec - then ${STDRM} -f 1.${COTEMP}.x
								exec - else ${STDMV} 1.${COTEMP}.x ast_common.h
								exec - fi
								make ast_map.h implicit
									make FEATURE/map
										make features/map.c
											make FEATURE/api implicit
												prev features/api
												exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/api
											done FEATURE/api generated
											make FEATURE/eaccess implicit
												prev features/eaccess
												exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/eaccess
											done FEATURE/eaccess generated
											make FEATURE/vmalloc implicit
												prev features/vmalloc
												exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/vmalloc
												make FEATURE/mmap implicit
													prev features/mmap
													exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/mmap
												done FEATURE/mmap generated
											done FEATURE/vmalloc generated
											make FEATURE/options implicit
												prev features/options
												exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/options
											done FEATURE/options generated
											prev FEATURE/mmap
											prev FEATURE/lib
										done features/map.c
										exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I.  ${LDFLAGS}" run features/map.c
									done FEATURE/map generated
									exec - ${STDCMP} -s FEATURE/map ast_map.h || { ${STDRM} -f ast_map.h; ${STDCP} FEATURE/map ast_map.h; }
								done ast_map.h dontcare generated
							done ast_common.h dontcare generated
						done std/bytesex.h dontcare
					done std/endian.h dontcare
				done FEATURE/param generated
				make FEATURE/aso
					prev features/aso
					exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/aso
				done FEATURE/aso generated
				prev ast_map.h
				make ast_limits.h
					make FEATURE/limits
						make features/limits.c
							make conflim.h implicit
								make conf
									prev comp/conf.sh
									exec - case static,port:$OPTIND:$RANDOM in
									exec - ?*:*:*|*::*|*:*:$RANDOM)
									exec - ;;
									exec - *) if ENV= LC_ALL=C x= $SHELL -nc '[[ a || b ]] && : ${list[level]}  !(pattern)' 2>/dev/null
									exec - then if grep '### .*archaic.* ###' >/dev/null
									exec - then : conf contains archaic constructs :
									exec - else ENV= LC_ALL=C $SHELL -n comp/conf.sh
									exec - fi
									exec - fi
									exec - ;;
									exec - esac
									exec - case '${mam_cc_SHELLMAGIC}' in
									exec - "") case 29 in
									exec - 0) ${STDCP} comp/conf.sh conf
									exec - ;;
									exec - *) {
									exec - i=`(read x; echo $x) < comp/conf.sh`
									exec - case $i in
									exec - '#!'*|*'||'*|':'*|'":"'*|"':'"*) echo "$i" ;;
									exec - esac
									exec - ${STDCAT} - comp/conf.sh <<'!'
									exec - HOSTTYPE="${mam_cc_HOSTTYPE}"
									exec - !
									exec - } > conf
									exec - ;;
									exec - esac
									exec - ;;
									exec - *) ${STDCAT} - comp/conf.sh > conf <<'!'
									exec - ${mam_cc_SHELLMAGIC}
									exec - HOSTTYPE="${mam_cc_HOSTTYPE}"
									exec - !
									exec - ;;
									exec - esac
									exec - test -w conf -a -x conf || ${STDCHMOD} u+w,+x conf
								done conf generated
								prev comp/conf.tab
								exec - ${INSTALLROOT}/src/lib/libast/conf -v comp/conf.tab ${CC} ${mam_cc_FLAGS} ${CCFLAGS}
							done conflim.h generated
							make joint.conflim.h
								prev conflim.h
								make conftab.c
									prev conftab.h generated
									prev FEATURE/param
									prev FEATURE/common
									prev FEATURE/standards
								done conftab.c generated
							done joint.conflim.h generated virtual
							prev FEATURE/param
							make comp/getopt.h implicit
								prev include/ast_getopt.h implicit
							done comp/getopt.h dontcare
							prev FEATURE/common
							prev FEATURE/lib
							prev FEATURE/standards
						done features/limits.c
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd  ${LDFLAGS}" run features/limits.c
					done FEATURE/limits generated
					exec - ${STDCMP} -s FEATURE/limits ast_limits.h || { ${STDRM} -f ast_limits.h; ${STDCP} FEATURE/limits ast_limits.h; }
				done ast_limits.h generated
				make ast_stdio.h
					make FEATURE/stdio
						prev features/stdio
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/stdio
						prev include/sfio_s.h implicit
						make include/ast_std.h implicit
							make include/regex.h implicit
								make ast_api.h implicit
									prev FEATURE/api
									exec - ${STDCMP} -s FEATURE/api ast_api.h || { ${STDRM} -f ast_api.h; ${STDCP} FEATURE/api ast_api.h; }
								done ast_api.h dontcare generated
								make ast_wchar.h implicit
									make FEATURE/wchar
										make features/wchar
											prev ast_common.h
										done features/wchar
										exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/wchar
										make std/wctype.h implicit
											make ast_wctype.h implicit
												make FEATURE/wctype
													prev features/wctype
													exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/wctype
													prev std/endian.h
													make std/wchar.h implicit
														prev ast_wchar.h
													done std/wchar.h dontcare
												done FEATURE/wctype generated
												exec - ${STDCMP} -s FEATURE/wctype ast_wctype.h || { ${STDRM} -f ast_wctype.h; ${STDCP} FEATURE/wctype ast_wctype.h; }
											done ast_wctype.h dontcare generated
										done std/wctype.h dontcare
										make std/stdio.h implicit
											prev ast_stdio.h
										done std/stdio.h dontcare
										prev ast_common.h
									done FEATURE/wchar generated
									exec - ${STDCMP} -s FEATURE/wchar ast_wchar.h || { ${STDRM} -f ast_wchar.h; ${STDCP} FEATURE/wchar ast_wchar.h; }
									prev std/stdio.h
									prev ast_common.h
								done ast_wchar.h dontcare generated
								prev ast_common.h
							done include/regex.h
							prev comp/getopt.h
							prev ast_map.h
							make ast_botch.h implicit
								make FEATURE/botch
									make features/botch.c
										make FEATURE/sys implicit
											prev features/sys
											exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/sys
											prev std/endian.h
											prev std/endian.h
										done FEATURE/sys generated
										prev FEATURE/lib
									done features/botch.c
									exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd  ${LDFLAGS}" run features/botch.c
								done FEATURE/botch generated
								exec - ${STDCMP} -s FEATURE/botch ast_botch.h || { ${STDRM} -f ast_botch.h; ${STDCP} FEATURE/botch ast_botch.h; }
							done ast_botch.h dontcare generated
							prev ast_limits.h
							make ast_fcntl.h implicit
								make FEATURE/fcntl
									make features/fcntl.c
										make FEATURE/tty implicit
											prev features/tty
											exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/tty
										done FEATURE/tty generated
										make FEATURE/fs implicit
											prev features/fs
											exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/fs
										done FEATURE/fs generated
										prev FEATURE/lib
										prev FEATURE/standards
									done features/fcntl.c
									exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd  ${LDFLAGS}" run features/fcntl.c
									make ast_fs.h implicit
										prev FEATURE/fs
										exec - ${STDCMP} -s FEATURE/fs ast_fs.h || { ${STDRM} -f ast_fs.h; ${STDCP} FEATURE/fs ast_fs.h; }
									done ast_fs.h dontcare generated
								done FEATURE/fcntl generated
								exec - ${STDCMP} -s FEATURE/fcntl ast_fcntl.h || { ${STDRM} -f ast_fcntl.h; ${STDCP} FEATURE/fcntl ast_fcntl.h; }
								prev ast_fs.h
							done ast_fcntl.h dontcare generated
							prev include/ast_getopt.h
							make ast_sys.h implicit
								prev FEATURE/sys
								exec - ${STDCMP} -s FEATURE/sys ast_sys.h || { ${STDRM} -f ast_sys.h; ${STDCP} FEATURE/sys ast_sys.h; }
							done ast_sys.h dontcare generated
							make ast_lib.h implicit
								prev FEATURE/lib
								exec - ${STDCMP} -s FEATURE/lib ast_lib.h || { ${STDRM} -f ast_lib.h; ${STDCP} FEATURE/lib ast_lib.h; }
							done ast_lib.h dontcare generated
							prev ast_common.h
							prev ast_standards.h
						done include/ast_std.h
					done FEATURE/stdio generated
					exec - ${STDCMP} -s FEATURE/stdio ast_stdio.h || { ${STDRM} -f ast_stdio.h; ${STDCP} FEATURE/stdio ast_stdio.h; }
					prev include/sfio_s.h
					prev include/ast_std.h
				done ast_stdio.h dontcare generated
				make ast_nl_types.h
					make FEATURE/nl_types
						prev features/nl_types
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/nl_types
					done FEATURE/nl_types generated
					exec - ${STDCMP} -s FEATURE/nl_types ast_nl_types.h || { ${STDRM} -f ast_nl_types.h; ${STDCP} FEATURE/nl_types ast_nl_types.h; }
				done ast_nl_types.h generated
				prev ast_wchar.h
				prev ast_wctype.h
				note * clean up obsolete headers
				exec - ${STDRM} -rf dirent.h iconv.h nl_types.h stdio.h wchar.h wctype.h ast_hdr.h ast_types.h ast_unistd.h iffeio.h \
				exec - ${INSTALLROOT}/include/ast/limits.h ${INSTALLROOT}/include/ast/unistd.h \
				exec - ${PACKAGEROOT}/src/lib/libast/std/limits.h
				note * generate initial ast.req
				prev ${INSTALLROOT}/bin/mkreq
				exec - mkreq ${CC} ${mam_cc_FLAGS} ${CCFLAGS} : ${LDFLAGS} : ast iconv w
				make astmath.exe
					make port/astmath.c
						prev std/endian.h
						prev std/endian.h
					done port/astmath.c
					exec - X=1
					exec - for N in 1 2 3 4 5 6 8
					exec - do if ${CC} ${CCLDFLAGS} -DN=$N -DIS ${mam_cc_FLAGS} ${CCFLAGS} -I. -Istd ${LDFLAGS} -o astmath.exe port/astmath.c 2>/dev/null
					exec - then : implicit math function N=$N :
					exec - elif ${CC} ${CCLDFLAGS} -DN=$N -DIS ${mam_cc_FLAGS} ${CCFLAGS} -I. -Istd ${LDFLAGS} -o astmath.exe port/astmath.c -lm 2>/dev/null
					exec - then : math function N=$N requires -lm :
					exec - X=0
					exec - break
					exec - fi
					exec - done
					exec - case $X in
					exec - 0) ${STDRM} -f astmath.exe ;;
					exec - *) touch astmath.exe ;;
					exec - esac
				done astmath.exe dontcare generated
				prev FEATURE/aso
				exec - sed -e '/^#define _REQ_/!d' -e 's/#define _REQ_\([a-z0-9_]*\).*/ -l\1/' FEATURE/aso >> ast.req
				exec - if test -f astmath.exe
				exec - then touch ast.req
				exec - else echo ' -lm' >> ast.req
				exec - fi
			done ast.req generated
			make state.o
				make misc/state.c
					make include/ast.h implicit
						prev ast_api.h
						make include/vmalloc.h implicit
							prev ast_common.h
							prev include/ast_std.h
						done include/vmalloc.h
						make include/sfio.h implicit
							prev include/sfio_s.h
							prev ast_common.h
							prev include/ast_std.h
						done include/sfio.h
						prev include/ast_std.h
					done include/ast.h
				done misc/state.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/state.c
			done state.o generated
			make opendir.o
				make dir/opendir.c
					make dir/dirlib.h implicit
						prev dir/dirstd.h implicit dontcare
						prev direntry.h implicit dontcare virtual
						make ast_param.h implicit
							prev FEATURE/param
							exec - ${STDCMP} -s FEATURE/param ast_param.h || { ${STDRM} -f ast_param.h; ${STDCP} FEATURE/param ast_param.h; }
						done ast_param.h dontcare generated
						make std/dirent.h implicit
							make ast_dirent.h implicit
								make FEATURE/dirent
									prev features/dirent
									exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/dirent
									prev include/ast_std.h
								done FEATURE/dirent generated
								exec - ${STDCMP} -s FEATURE/dirent ast_dirent.h || { ${STDRM} -f ast_dirent.h; ${STDCP} FEATURE/dirent ast_dirent.h; }
								prev include/ast_std.h
							done ast_dirent.h dontcare generated
						done std/dirent.h dontcare
						prev ndir.h implicit dontcare virtual
						prev std/dirent.h
						make include/ls.h implicit
							make ast_mode.h implicit
								make FEATURE/mode
									make features/mode.c
										prev include/modecanon.h implicit
										prev FEATURE/param
									done features/mode.c
									exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iinclude -Istd  ${LDFLAGS}" run features/mode.c
								done FEATURE/mode generated
								exec - ${STDCMP} -s FEATURE/mode ast_mode.h || { ${STDRM} -f ast_mode.h; ${STDCP} FEATURE/mode ast_mode.h; }
							done ast_mode.h dontcare generated
							prev ast_fs.h
							prev include/ast_std.h
						done include/ls.h
						prev include/ast.h
					done dir/dirlib.h
				done dir/opendir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/opendir.c
			done opendir.o generated
			make readdir.o
				make dir/readdir.c
					prev dir/dirlib.h
				done dir/readdir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/readdir.c
			done readdir.o generated
			make rewinddir.o
				make dir/rewinddir.c
					prev dir/dirlib.h
				done dir/rewinddir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/rewinddir.c
			done rewinddir.o generated
			make seekdir.o
				make dir/seekdir.c
					prev dir/dirlib.h
				done dir/seekdir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/seekdir.c
			done seekdir.o generated
			make telldir.o
				make dir/telldir.c
					prev dir/dirlib.h
				done dir/telldir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/telldir.c
			done telldir.o generated
			make getcwd.o
				make misc/getcwd.c
					make include/ast_dir.h implicit
						prev std/dirent.h
						prev dir/dirlib.h
						prev ast_lib.h
					done include/ast_dir.h
					make include/error.h implicit
						make include/option.h implicit
							prev include/ast.h
						done include/option.h
						prev include/ast.h
					done include/error.h
					make FEATURE/syscall implicit
						prev features/syscall
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/syscall
					done FEATURE/syscall generated
					prev include/ast.h
				done misc/getcwd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c misc/getcwd.c
			done getcwd.o generated
			make fastfind.o
				make misc/fastfind.c
					make misc/findlib.h implicit
						prev include/find.h implicit
						prev include/vmalloc.h
						prev include/regex.h
						prev include/ls.h
						prev include/error.h
						prev std/endian.h
						make include/cdt.h implicit
							prev ast_common.h
							prev include/ast_std.h
						done include/cdt.h
						prev include/ast.h
					done misc/findlib.h
				done misc/fastfind.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Icomp -Imisc -Iinclude -Istd -c misc/fastfind.c
			done fastfind.o generated
			make hashalloc.o
				make hash/hashalloc.c
					make FEATURE/hack implicit
						make features/hack
							prev FEATURE/common
						done features/hack
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/hack
					done FEATURE/hack generated
					make hash/hashlib.h implicit
						make include/hash.h implicit
							prev include/hashpart.h implicit
						done include/hash.h
						prev include/ast.h
					done hash/hashlib.h
				done hash/hashalloc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashalloc.c
			done hashalloc.o generated
			make hashdump.o
				make hash/hashdump.c
					prev hash/hashlib.h
				done hash/hashdump.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashdump.c
			done hashdump.o generated
			make hashfree.o
				make hash/hashfree.c
					prev hash/hashlib.h
				done hash/hashfree.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashfree.c
			done hashfree.o generated
			make hashlast.o
				make hash/hashlast.c
					prev hash/hashlib.h
				done hash/hashlast.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashlast.c
			done hashlast.o generated
			make hashlook.o
				make hash/hashlook.c
					prev hash/hashlib.h
				done hash/hashlook.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashlook.c
			done hashlook.o generated
			make hashscan.o
				make hash/hashscan.c
					prev hash/hashlib.h
				done hash/hashscan.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashscan.c
			done hashscan.o generated
			make hashsize.o
				make hash/hashsize.c
					prev hash/hashlib.h
				done hash/hashsize.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashsize.c
			done hashsize.o generated
			make hashview.o
				make hash/hashview.c
					prev hash/hashlib.h
				done hash/hashview.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashview.c
			done hashview.o generated
			make hashwalk.o
				make hash/hashwalk.c
					prev hash/hashlib.h
				done hash/hashwalk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/hashwalk.c
			done hashwalk.o generated
			make memhash.o
				make hash/memhash.c
					prev hash/hashlib.h
				done hash/memhash.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/memhash.c
			done memhash.o generated
			make memsum.o
				make hash/memsum.c
					prev hash/hashlib.h
				done hash/memsum.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/memsum.c
			done memsum.o generated
			make strhash.o
				make hash/strhash.c
					prev hash/hashlib.h
				done hash/strhash.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/strhash.c
			done strhash.o generated
			make strkey.o
				make hash/strkey.c
					prev include/hashkey.h implicit
					prev include/ast.h
				done hash/strkey.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c hash/strkey.c
			done strkey.o generated
			make strsum.o
				make hash/strsum.c
					prev hash/hashlib.h
				done hash/strsum.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -c hash/strsum.c
			done strsum.o generated
			make stracmp.o
				make string/stracmp.c
					make include/ccode.h implicit
						make ast_ccode.h implicit
							make FEATURE/ccode
								prev features/ccode
								exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/ccode
							done FEATURE/ccode generated
							exec - ${STDCMP} -s FEATURE/ccode ast_ccode.h || { ${STDRM} -f ast_ccode.h; ${STDCP} FEATURE/ccode ast_ccode.h; }
						done ast_ccode.h dontcare generated
						prev ast_common.h
					done include/ccode.h
					prev include/ast.h
				done string/stracmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/stracmp.c
			done stracmp.o generated
			make strnacmp.o
				make string/strnacmp.c
					prev include/ccode.h
					prev include/ast.h
				done string/strnacmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strnacmp.c
			done strnacmp.o generated
			make ccmap.o
				make string/ccmap.c
					prev include/ccode.h
					prev include/ast.h
				done string/ccmap.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/ccmap.c
			done ccmap.o generated
			make ccmapid.o
				make string/ccmapid.c
					prev include/ccode.h
					prev include/ast.h
				done string/ccmapid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/ccmapid.c
			done ccmapid.o generated
			make ccnative.o
				make string/ccnative.c
					prev include/ccode.h
					prev include/ast.h
				done string/ccnative.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/ccnative.c
			done ccnative.o generated
			make chresc.o
				make string/chresc.c
					prev include/regex.h
					prev include/ccode.h
					prev include/ast.h
				done string/chresc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/chresc.c
			done chresc.o generated
			make chrtoi.o
				make string/chrtoi.c
					prev include/ast.h
				done string/chrtoi.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/chrtoi.c
			done chrtoi.o generated
			make streval.o
				make string/streval.c
					prev include/ast.h
				done string/streval.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/streval.c
			done streval.o generated
			make strexpr.o
				make string/strexpr.c
					prev include/ast.h
				done string/strexpr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strexpr.c
			done strexpr.o generated
			make strmatch.o
				make string/strmatch.c
					prev include/regex.h
					prev include/ast.h
				done string/strmatch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strmatch.c
			done strmatch.o generated
			make strcopy.o
				make string/strcopy.c
					prev include/ast.h
				done string/strcopy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strcopy.c
			done strcopy.o generated
			make modei.o
				make string/modei.c
					make string/modelib.h implicit
						make include/modex.h implicit
							prev include/modecanon.h
							prev ast_fs.h
						done include/modex.h
						prev include/ls.h
						prev include/ast.h
					done string/modelib.h
				done string/modei.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -c string/modei.c
			done modei.o generated
			make modex.o
				make string/modex.c
					prev string/modelib.h
				done string/modex.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -c string/modex.c
			done modex.o generated
			make strmode.o
				make string/strmode.c
					prev string/modelib.h
				done string/strmode.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -c string/strmode.c
			done strmode.o generated
			make strlcat.o
				make string/strlcat.c
					prev ast_map.h
					prev include/ast.h
				done string/strlcat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strlcat.c
			done strlcat.o generated
			make strlcpy.o
				make string/strlcpy.c
					prev ast_map.h
					prev include/ast.h
				done string/strlcpy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strlcpy.c
			done strlcpy.o generated
			make strlook.o
				make string/strlook.c
					prev include/ast.h
				done string/strlook.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strlook.c
			done strlook.o generated
			make strncopy.o
				make string/strncopy.c
					prev include/ast.h
				done string/strncopy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strncopy.c
			done strncopy.o generated
			make strsearch.o
				make string/strsearch.c
					prev include/ast.h
				done string/strsearch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strsearch.c
			done strsearch.o generated
			make strpsearch.o
				make string/strpsearch.c
					prev include/ccode.h
					prev include/ast.h
				done string/strpsearch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strpsearch.c
			done strpsearch.o generated
			make stresc.o
				make string/stresc.c
					prev include/ast.h
				done string/stresc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/stresc.c
			done stresc.o generated
			make stropt.o
				make string/stropt.c
					prev include/ast.h
				done string/stropt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/stropt.c
			done stropt.o generated
			make strtape.o
				make string/strtape.c
					prev include/ast.h
				done string/strtape.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strtape.c
			done strtape.o generated
			make strpcmp.o
				make string/strpcmp.c
					prev include/ast.h
				done string/strpcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strpcmp.c
			done strpcmp.o generated
			make strnpcmp.o
				make string/strnpcmp.c
					prev include/ast.h
				done string/strnpcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strnpcmp.c
			done strnpcmp.o generated
			make strvcmp.o
				make string/strvcmp.c
					prev include/ast.h
				done string/strvcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strvcmp.c
			done strvcmp.o generated
			make strnvcmp.o
				make string/strnvcmp.c
					prev include/ast.h
				done string/strnvcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strnvcmp.c
			done strnvcmp.o generated
			make tok.o
				make string/tok.c
					make include/tok.h implicit
						prev include/ast.h
					done include/tok.h
					prev include/ast.h
				done string/tok.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/tok.c
			done tok.o generated
			make tokline.o
				make string/tokline.c
					prev include/tok.h
					prev include/error.h
					prev include/ast.h
				done string/tokline.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/tokline.c
			done tokline.o generated
			make tokscan.o
				make string/tokscan.c
					prev FEATURE/hack
					prev include/tok.h
					prev include/ast.h
				done string/tokscan.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/tokscan.c
			done tokscan.o generated
			make pathaccess.o
				make path/pathaccess.c
					prev ast_api.h
					prev include/ast.h
				done path/pathaccess.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathaccess.c
			done pathaccess.o generated
			make pathcat.o
				make path/pathcat.c
					prev ast_api.h
					prev include/ast.h
				done path/pathcat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathcat.c
			done pathcat.o generated
			make pathcanon.o
				make path/pathcanon.c
					prev ast_api.h
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done path/pathcanon.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathcanon.c
			done pathcanon.o generated
			make pathcheck.o
				make path/pathcheck.c
					make include/times.h implicit
						make ast_time.h implicit
							make FEATURE/time
								prev features/time
								exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/time
							done FEATURE/time generated
							exec - ${STDCMP} -s FEATURE/time ast_time.h || { ${STDRM} -f ast_time.h; ${STDCP} FEATURE/time ast_time.h; }
						done ast_time.h dontcare generated
						prev include/ast.h
					done include/times.h
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done path/pathcheck.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathcheck.c
			done pathcheck.o generated
			make pathpath.o
				make path/pathpath.c
					prev ast_api.h
					prev include/ast.h
				done path/pathpath.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathpath.c
			done pathpath.o generated
			make pathexists.o
				make path/pathexists.c
					prev include/error.h
					prev include/ls.h
					make port/lclib.h implicit
						make lc.h implicit
							make lcgen
								make port/lcgen.c
									prev std/stdio.h
								done port/lcgen.c
								exec - ${CC} ${CCLDFLAGS} ${CCFLAGS} ${LDFLAGS} -o lcgen port/lcgen.c
							done lcgen generated
							prev port/lc.tab
							exec - ./lcgen ${COTEMP}.1 ${COTEMP}.2 < port/lc.tab
							exec - if ${STDCMP} -s ${COTEMP}.1 lc.h
							exec - then ${STDRM} ${COTEMP}.1
							exec - else ${STDMV} ${COTEMP}.1 lc.h
							exec - fi
							exec - if ${STDCMP} -s ${COTEMP}.2 lctab.c
							exec - then ${STDRM} ${COTEMP}.2
							exec - else ${STDMV} ${COTEMP}.2 lctab.c
							exec - fi
							prev include/ast.h
						done lc.h generated
						prev include/error.h
						prev include/ast.h
					done port/lclib.h
					make joint.lc.h
						prev lc.h
						make lctab.c
							make port/lclang.h implicit
								make include/ast_windows.h implicit
									prev windows.h implicit dontcare virtual
								done include/ast_windows.h
							done port/lclang.h
							prev port/lclib.h
						done lctab.c
					done joint.lc.h generated virtual
				done path/pathexists.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c path/pathexists.c
			done pathexists.o generated
			make pathfind.o
				make path/pathfind.c
					prev include/ls.h
					prev include/error.h
					prev include/ast.h
				done path/pathfind.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathfind.c
			done pathfind.o generated
			make pathicase.o
				make path/pathicase.c
					prev include/error.h
					prev include/ast.h
				done path/pathicase.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathicase.c
			done pathicase.o generated
			make pathkey.o
				make path/pathkey.c
					prev ast_api.h
					prev include/ls.h
					prev include/ast.h
				done path/pathkey.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathkey.c
			done pathkey.o generated
			make pathprobe.o
				make path/pathprobe.c
					prev ast_api.h
					make include/proc.h implicit
						prev include/ast.h
					done include/proc.h
					prev include/ls.h
					prev include/error.h
					prev include/ast.h
				done path/pathprobe.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -DHOSTTYPE=\""${mam_cc_HOSTTYPE}"\" -c path/pathprobe.c
			done pathprobe.o generated
			make pathrepl.o
				make path/pathrepl.c
					prev ast_api.h
					prev include/ast.h
				done path/pathrepl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathrepl.c
			done pathrepl.o generated
			make pathnative.o
				make path/pathnative.c
					prev include/ast.h
				done path/pathnative.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathnative.c
			done pathnative.o generated
			make pathposix.o
				make path/pathposix.c
					prev include/ast.h
				done path/pathposix.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathposix.c
			done pathposix.o generated
			make pathtemp.o
				make path/pathtemp.c
					prev include/error.h
					make include/tm.h implicit
						prev include/times.h
						prev include/ast.h
					done include/tm.h
					make tv.h implicit
						make FEATURE/tv
							prev features/tv
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/tv
							prev include/ast.h
						done FEATURE/tv generated
						exec - ${STDCMP} -s FEATURE/tv tv.h || { ${STDRM} -f tv.h; ${STDCP} FEATURE/tv tv.h; }
						prev include/ast.h
					done tv.h generated
					prev include/ls.h
					prev include/ast.h
				done path/pathtemp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathtemp.c
			done pathtemp.o generated
			make pathtmp.o
				make path/pathtmp.c
					prev std/stdio.h
					prev include/ast.h
				done path/pathtmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathtmp.c
			done pathtmp.o generated
			make pathstat.o
				make path/pathstat.c
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done path/pathstat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathstat.c
			done pathstat.o generated
			make pathgetlink.o
				make path/pathgetlink.c
					make misc/univlib.h implicit
						prev include/ls.h
						prev include/ast.h
					done misc/univlib.h
				done path/pathgetlink.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c path/pathgetlink.c
			done pathgetlink.o generated
			make pathsetlink.o
				make path/pathsetlink.c
					prev misc/univlib.h
				done path/pathsetlink.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c path/pathsetlink.c
			done pathsetlink.o generated
			make pathbin.o
				make path/pathbin.c
					prev include/ast.h
				done path/pathbin.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathbin.c
			done pathbin.o generated
			make pathshell.o
				make path/pathshell.c
					prev include/ast.h
				done path/pathshell.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathshell.c
			done pathshell.o generated
			make pathcd.o
				make path/pathcd.c
					make include/stk.h implicit
						prev include/sfio.h
					done include/stk.h
					prev include/error.h
					prev include/ast.h
				done path/pathcd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathcd.c
			done pathcd.o generated
			make pathprog.o
				make path/pathprog.c
					make FEATURE/prog implicit
						prev features/prog
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/prog
					done FEATURE/prog generated
					prev include/ast_windows.h
					prev include/ast.h
				done path/pathprog.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c path/pathprog.c
			done pathprog.o generated
			make ftwalk.o
				make misc/ftwalk.c
					make include/ftwalk.h implicit
						make include/fts.h implicit
							prev ast_mode.h
							prev ast_fs.h
							prev include/ast_std.h
						done include/fts.h
					done include/ftwalk.h
					prev include/ast.h
				done misc/ftwalk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/ftwalk.c
			done ftwalk.o generated
			make ftwflags.o
				make misc/ftwflags.c
					prev include/ftwalk.h
					prev include/ast.h
				done misc/ftwflags.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/ftwflags.c
			done ftwflags.o generated
			make fts.o
				make misc/fts.c
					prev include/fts.h
					prev include/ls.h
					prev include/error.h
					prev include/ast_dir.h
					prev include/ast.h
				done misc/fts.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -D__OBSOLETE__=20120101 -c misc/fts.c
			done fts.o generated
			make astintercept.o
				make misc/astintercept.c
					make misc/intercepts.h implicit
						prev include/shcmd.h implicit
						prev include/ast.h
					done misc/intercepts.h
				done misc/astintercept.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/astintercept.c
			done astintercept.o generated
			make conformance.o
				make misc/conformance.c
					prev include/ast.h
				done misc/conformance.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/conformance.c
			done conformance.o generated
			make getenv.o
				make misc/getenv.c
					prev windows.h
					prev misc/intercepts.h
				done misc/getenv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/getenv.c
			done getenv.o generated
			make setenviron.o
				make misc/setenviron.c
					prev misc/intercepts.h
				done misc/setenviron.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/setenviron.c
			done setenviron.o generated
			make optget.o
				make misc/optget.c
					prev include/ccode.h
					make include/debug.h implicit
						prev include/error.h
						prev include/ast.h
					done include/debug.h
					make misc/optlib.h implicit
						prev include/error.h
						prev include/cdt.h
						prev include/ast.h
					done misc/optlib.h
				done misc/optget.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/optget.c
			done optget.o generated
			make optjoin.o
				make misc/optjoin.c
					prev misc/optlib.h
				done misc/optjoin.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/optjoin.c
			done optjoin.o generated
			make optesc.o
				make misc/optesc.c
					prev misc/optlib.h
				done misc/optesc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/optesc.c
			done optesc.o generated
			make optctx.o
				make misc/optctx.c
					prev misc/optlib.h
				done misc/optctx.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/optctx.c
			done optctx.o generated
			make strsort.o
				make string/strsort.c
					prev include/ast.h
				done string/strsort.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strsort.c
			done strsort.o generated
			make struniq.o
				make string/struniq.c
					prev include/ast.h
				done string/struniq.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/struniq.c
			done struniq.o generated
			make magic.o
				make misc/magic.c
					make include/magic.h implicit
						prev include/ls.h
						prev include/sfio.h
					done include/magic.h
					make include/swap.h implicit
						prev ast_common.h
					done include/swap.h
					prev include/regex.h
					prev include/error.h
					prev include/modex.h
					make include/dt.h implicit
						prev include/vmalloc.h
						prev include/cdt.h
					done include/dt.h
					prev include/ccode.h
					prev include/ast.h
				done misc/magic.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/magic.c
			done magic.o generated
			make mime.o
				make misc/mime.c
					make misc/mimelib.h implicit
						make include/mime.h implicit
							prev include/ls.h
							prev include/sfio.h
						done include/mime.h
						prev include/tok.h
						prev include/magic.h
						prev include/cdt.h
						prev include/ast.h
					done misc/mimelib.h
				done misc/mime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/mime.c
			done mime.o generated
			make mimetype.o
				make misc/mimetype.c
					prev misc/mimelib.h
				done misc/mimetype.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/mimetype.c
			done mimetype.o generated
			make signal.o
				make misc/signal.c
					prev ast_map.h
					make sig.h implicit
						make FEATURE/sig
							prev features/sig.sh
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/sig.sh
						done FEATURE/sig generated
						exec - ${STDCMP} -s FEATURE/sig sig.h || { ${STDRM} -f sig.h; ${STDCP} FEATURE/sig sig.h; }
					done sig.h generated
					prev include/ast.h
				done misc/signal.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/signal.c
			done signal.o generated
			make sigflag.o
				make comp/sigflag.c
					prev sig.h
					prev include/ast.h
				done comp/sigflag.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/sigflag.c
			done sigflag.o generated
			make systrace.o
				make misc/systrace.c
					prev include/debug.h
					prev include/proc.h
					prev include/error.h
					prev include/ast.h
				done misc/systrace.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/systrace.c
			done systrace.o generated
			make error.o
				make misc/error.c
					prev include/regex.h
					prev include/times.h
					prev include/stk.h
					prev sig.h
					prev include/namval.h implicit
					prev include/ccode.h
					prev port/lclib.h
				done misc/error.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -DERROR_CATALOG=\""libast"\" -c misc/error.c
			done error.o generated
			make errorf.o
				make misc/errorf.c
					prev include/error.h
				done misc/errorf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/errorf.c
			done errorf.o generated
			make errormsg.o
				make misc/errormsg.c
					prev include/error.h
				done misc/errormsg.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/errormsg.c
			done errormsg.o generated
			make errorx.o
				make misc/errorx.c
					prev port/lclib.h
				done misc/errorx.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c misc/errorx.c
			done errorx.o generated
			make localeconv.o
				make comp/localeconv.c
					prev port/lclib.h
				done comp/localeconv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c comp/localeconv.c
			done localeconv.o generated
			make setlocale.o
				make comp/setlocale.c
					prev include/ast_windows.h
					prev std/wctype.h
					prev include/error.h
					prev include/namval.h
					make include/mc.h implicit
						prev include/ast.h
					done include/mc.h
					prev ast_wchar.h
					prev port/lclib.h
					prev ast_standards.h
				done comp/setlocale.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c comp/setlocale.c
			done setlocale.o generated
			make translate.o
				make misc/translate.c
					make std/nl_types.h implicit
						prev ast_nl_types.h
					done std/nl_types.h
					prev include/mc.h
					prev include/error.h
					prev include/cdt.h
					prev port/lclib.h
				done misc/translate.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c misc/translate.c
			done translate.o generated
			make catopen.o
				make comp/catopen.c
					make std/iconv.h implicit
						make ast_iconv.h implicit
							make FEATURE/iconv
								prev features/iconv
								exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/iconv
								prev include/ccode.h
								prev ast_common.h
							done FEATURE/iconv generated
							exec - ${STDCMP} -s FEATURE/iconv ast_iconv.h || { ${STDRM} -f ast_iconv.h; ${STDCP} FEATURE/iconv ast_iconv.h; }
							prev include/ccode.h
							prev ast_common.h
						done ast_iconv.h generated
					done std/iconv.h
					prev std/nl_types.h
					prev include/mc.h
					prev include/ast.h
				done comp/catopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/catopen.c
			done catopen.o generated
			make iconv.o
				make comp/iconv.c
					prev include/ast_windows.h
					prev port/lclib.h
					prev std/iconv.h
					prev include/ccode.h
					prev include/error.h
					prev std/dirent.h
					prev include/ast.h
				done comp/iconv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c comp/iconv.c
			done iconv.o generated
			make lc.o
				make port/lc.c
					make FEATURE/locale implicit
						prev features/locale
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/locale
					done FEATURE/locale generated
					prev port/lclang.h
					prev port/lclib.h
				done port/lc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c port/lc.c
			done lc.o generated
			make lctab.o
				prev lctab.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c lctab.c
			done lctab.o generated
			make mc.o
				make port/mc.c
					prev std/nl_types.h
					prev include/mc.h
					prev include/error.h
					prev include/vmalloc.h
					prev std/iconv.h
					prev port/lclib.h
					make sfio/sfhdr.h implicit
						prev port/lclib.h
						prev stropts.h implicit dontcare virtual
						prev std/wchar.h
						prev include/error.h
						make FEATURE/float implicit
							make features/float
								prev FEATURE/standards
							done features/float
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/float
							prev ast_common.h
						done FEATURE/float generated
						prev mman.h implicit dontcare virtual
						prev filio.h implicit dontcare virtual
						prev stat.h implicit dontcare virtual
						prev include/ls.h
						make ast_tty.h implicit
							prev FEATURE/tty
							exec - ${STDCMP} -s FEATURE/tty ast_tty.h || { ${STDRM} -f ast_tty.h; ${STDCP} FEATURE/tty ast_tty.h; }
						done ast_tty.h dontcare generated
						prev ast_time.h
						prev include/ast.h
						make include/sfio_t.h implicit
							prev include/sfio.h
						done include/sfio_t.h
						prev FEATURE/common
						prev FEATURE/mmap
						make FEATURE/sfio implicit
							prev features/sfio
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/sfio
						done FEATURE/sfio generated
					done sfio/sfhdr.h
				done port/mc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${DEBUG+-DDEBUG=${DEBUG}} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c port/mc.c
			done mc.o generated
			make base64.o
				make string/base64.c
					prev include/ast.h
				done string/base64.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/base64.c
			done base64.o generated
			make recfmt.o
				make misc/recfmt.c
					make include/recfmt.h implicit
						prev include/ast.h
					done include/recfmt.h
				done misc/recfmt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/recfmt.c
			done recfmt.o generated
			make recstr.o
				make misc/recstr.c
					prev include/recfmt.h
				done misc/recstr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/recstr.c
			done recstr.o generated
			make reclen.o
				make misc/reclen.c
					prev include/recfmt.h
				done misc/reclen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/reclen.c
			done reclen.o generated
			make fmtrec.o
				make misc/fmtrec.c
					prev include/recfmt.h
				done misc/fmtrec.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/fmtrec.c
			done fmtrec.o generated
			make fmtbase.o
				make string/fmtbase.c
					prev include/ast.h
				done string/fmtbase.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D__OBSOLETE__=20120101 -c string/fmtbase.c
			done fmtbase.o generated
			make fmtbuf.o
				make string/fmtbuf.c
					prev include/ast.h
				done string/fmtbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtbuf.c
			done fmtbuf.o generated
			make fmtclock.o
				make string/fmtclock.c
					prev include/tm.h
					prev include/ast.h
				done string/fmtclock.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtclock.c
			done fmtclock.o generated
			make fmtdev.o
				make string/fmtdev.c
					prev include/ls.h
					prev include/ast.h
				done string/fmtdev.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtdev.c
			done fmtdev.o generated
			make fmtelapsed.o
				make string/fmtelapsed.c
					prev include/ast.h
				done string/fmtelapsed.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtelapsed.c
			done fmtelapsed.o generated
			make fmterror.o
				make string/fmterror.c
					prev include/ast.h
				done string/fmterror.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmterror.c
			done fmterror.o generated
			make fmtesc.o
				make string/fmtesc.c
					prev std/wctype.h
					prev std/wchar.h
					prev include/ccode.h
					prev include/ast.h
				done string/fmtesc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtesc.c
			done fmtesc.o generated
			make fmtfmt.o
				make string/fmtfmt.c
					prev include/ast.h
				done string/fmtfmt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtfmt.c
			done fmtfmt.o generated
			make fmtfs.o
				make string/fmtfs.c
					prev include/cdt.h
					prev FEATURE/fs
					prev include/mnt.h implicit
					prev include/ls.h
					prev include/ast.h
				done string/fmtfs.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtfs.c
			done fmtfs.o generated
			make fmtident.o
				make string/fmtident.c
					prev include/ast.h
				done string/fmtident.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtident.c
			done fmtident.o generated
			make fmtint.o
				make string/fmtint.c
					prev include/ast.h
				done string/fmtint.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtint.c
			done fmtint.o generated
			make fmtip4.o
				make string/fmtip4.c
					prev include/ast.h
				done string/fmtip4.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtip4.c
			done fmtip4.o generated
			make fmtip6.o
				make string/fmtip6.c
					prev include/ip6.h implicit
					prev include/ast.h
				done string/fmtip6.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtip6.c
			done fmtip6.o generated
			make fmtls.o
				make string/fmtls.c
					prev include/tm.h
					prev include/ls.h
					prev include/ast.h
				done string/fmtls.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtls.c
			done fmtls.o generated
			make fmtmatch.o
				make string/fmtmatch.c
					prev include/ast.h
				done string/fmtmatch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtmatch.c
			done fmtmatch.o generated
			make fmtmode.o
				make string/fmtmode.c
					prev string/modelib.h
				done string/fmtmode.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -c string/fmtmode.c
			done fmtmode.o generated
			make fmtnum.o
				make string/fmtnum.c
					prev include/ast.h
				done string/fmtnum.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtnum.c
			done fmtnum.o generated
			make fmtperm.o
				make string/fmtperm.c
					prev include/ls.h
					prev include/ast.h
				done string/fmtperm.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtperm.c
			done fmtperm.o generated
			make fmtre.o
				make string/fmtre.c
					prev include/ast.h
				done string/fmtre.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtre.c
			done fmtre.o generated
			make fmttime.o
				make string/fmttime.c
					prev include/tm.h
				done string/fmttime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmttime.c
			done fmttime.o generated
			make fmtuid.o
				make string/fmtuid.c
					prev std/stdio.h
					prev include/cdt.h
					prev include/ast.h
				done string/fmtuid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtuid.c
			done fmtuid.o generated
			make fmtgid.o
				make string/fmtgid.c
					prev std/stdio.h
					prev include/cdt.h
					prev include/ast.h
				done string/fmtgid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtgid.c
			done fmtgid.o generated
			make fmtsignal.o
				make string/fmtsignal.c
					prev sig.h
					prev include/ast.h
				done string/fmtsignal.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtsignal.c
			done fmtsignal.o generated
			make fmtscale.o
				make string/fmtscale.c
					prev port/lclib.h
					prev include/ast.h
				done string/fmtscale.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c string/fmtscale.c
			done fmtscale.o generated
			make fmttmx.o
				make string/fmttmx.c
					prev tv.h
					make tmx.h implicit
						make FEATURE/tmx
							make features/tmx
								prev FEATURE/common
							done features/tmx
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/tmx
							prev tv.h
							prev include/tm.h
						done FEATURE/tmx generated
						exec - ${STDCMP} -s FEATURE/tmx tmx.h || { ${STDRM} -f tmx.h; ${STDCP} FEATURE/tmx tmx.h; }
						prev tv.h
						prev include/tm.h
					done tmx.h generated
				done string/fmttmx.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmttmx.c
			done fmttmx.o generated
			make fmttv.o
				make string/fmttv.c
					prev include/tm.h
					prev tv.h
				done string/fmttv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmttv.c
			done fmttv.o generated
			make fmtversion.o
				make string/fmtversion.c
					prev include/ast.h
				done string/fmtversion.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/fmtversion.c
			done fmtversion.o generated
			make strelapsed.o
				make string/strelapsed.c
					prev include/ast.h
				done string/strelapsed.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strelapsed.c
			done strelapsed.o generated
			make strperm.o
				make string/strperm.c
					prev include/modex.h
					prev include/ls.h
					prev include/ast.h
				done string/strperm.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strperm.c
			done strperm.o generated
			make struid.o
				make string/struid.c
					prev include/cdt.h
					prev include/ast.h
				done string/struid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/struid.c
			done struid.o generated
			make strgid.o
				make string/strgid.c
					prev include/cdt.h
					prev include/ast.h
				done string/strgid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strgid.c
			done strgid.o generated
			make strtoip4.o
				make string/strtoip4.c
					prev include/ast.h
				done string/strtoip4.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strtoip4.c
			done strtoip4.o generated
			make strtoip6.o
				make string/strtoip6.c
					prev include/ip6.h
					prev include/ast.h
				done string/strtoip6.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strtoip6.c
			done strtoip6.o generated
			make stack.o
				make misc/stack.c
					prev include/stack.h implicit
					prev include/ast.h
				done misc/stack.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/stack.c
			done stack.o generated
			make stk.o
				make misc/stk.c
					prev include/stk.h
					make align.h implicit
						make FEATURE/align
							make features/align.c
								prev FEATURE/common
							done features/align.c
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I.  ${LDFLAGS}" run features/align.c
						done FEATURE/align generated
						exec - ${STDCMP} -s FEATURE/align align.h || { ${STDRM} -f align.h; ${STDCP} FEATURE/align align.h; }
					done align.h generated
					prev include/ast.h
					prev include/sfio_t.h
				done misc/stk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/stk.c
			done stk.o generated
			make swapget.o
				make string/swapget.c
					prev include/swap.h
					prev include/ast.h
				done string/swapget.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/swapget.c
			done swapget.o generated
			make swapmem.o
				make string/swapmem.c
					prev include/swap.h
					prev include/ast.h
				done string/swapmem.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/swapmem.c
			done swapmem.o generated
			make swapop.o
				make string/swapop.c
					prev include/swap.h
					prev include/ast.h
				done string/swapop.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/swapop.c
			done swapop.o generated
			make swapput.o
				make string/swapput.c
					prev include/swap.h
					prev include/ast.h
				done string/swapput.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/swapput.c
			done swapput.o generated
			make sigdata.o
				make misc/sigdata.c
					make FEATURE/signal implicit
						make features/signal.c
							make FEATURE/siglist implicit
								prev features/siglist
								exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/siglist
							done FEATURE/siglist generated
							prev FEATURE/standards
						done features/signal.c
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I.  ${LDFLAGS}" run features/signal.c
					done FEATURE/signal generated
					prev sig.h
					prev include/ast.h
				done misc/sigdata.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/sigdata.c
			done sigdata.o generated
			make sigcrit.o
				make misc/sigcrit.c
					prev sig.h
					prev include/ast.h
				done misc/sigcrit.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/sigcrit.c
			done sigcrit.o generated
			make sigunblock.o
				make comp/sigunblock.c
					prev sig.h
					prev include/ast.h
				done comp/sigunblock.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/sigunblock.c
			done sigunblock.o generated
			make procopen.o
				make misc/procopen.c
					prev include/namval.h
					prev ast_tty.h
					prev include/ls.h
					make misc/proclib.h implicit
						prev include/proc.h
						make include/wait.h implicit
							make ast_wait.h implicit
								make FEATURE/wait
									prev features/wait
									exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/wait
								done FEATURE/wait generated
								exec - ${STDCMP} -s FEATURE/wait ast_wait.h || { ${STDRM} -f ast_wait.h; ${STDCP} FEATURE/wait ast_wait.h; }
							done ast_wait.h dontcare generated
							prev include/ast.h
						done include/wait.h
						prev sig.h
						prev include/ast.h
					done misc/proclib.h
				done misc/procopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/procopen.c
			done procopen.o generated
			make procclose.o
				make misc/procclose.c
					prev misc/proclib.h
				done misc/procclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/procclose.c
			done procclose.o generated
			make procrun.o
				make misc/procrun.c
					prev misc/proclib.h
				done misc/procrun.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -D__OBSOLETE__=20120101 -c misc/procrun.c
			done procrun.o generated
			make procfree.o
				make misc/procfree.c
					prev misc/proclib.h
				done misc/procfree.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/procfree.c
			done procfree.o generated
			make tmdate.o
				make tm/tmdate.c
					prev tmx.h
				done tm/tmdate.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmdate.c
			done tmdate.o generated
			make tmequiv.o
				make tm/tmequiv.c
					prev include/tm.h
				done tm/tmequiv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmequiv.c
			done tmequiv.o generated
			make tmfix.o
				make tm/tmfix.c
					prev tmx.h
					prev include/ast.h
				done tm/tmfix.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmfix.c
			done tmfix.o generated
			make tmfmt.o
				make tm/tmfmt.c
					prev tmx.h
				done tm/tmfmt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmfmt.c
			done tmfmt.o generated
			make tmform.o
				make tm/tmform.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmform.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmform.c
			done tmform.o generated
			make tmgoff.o
				make tm/tmgoff.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmgoff.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmgoff.c
			done tmgoff.o generated
			make tminit.o
				make tm/tminit.c
					make FEATURE/tmlib implicit
						prev features/tmlib
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/tmlib
					done FEATURE/tmlib generated
					prev include/namval.h
					prev include/tm.h
				done tm/tminit.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tminit.c
			done tminit.o generated
			make tmleap.o
				make tm/tmleap.c
					prev tmx.h
				done tm/tmleap.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmleap.c
			done tmleap.o generated
			make tmlex.o
				make tm/tmlex.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmlex.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmlex.c
			done tmlex.o generated
			make tmlocale.o
				make tm/tmlocale.c
					prev std/nl_types.h
					prev std/nl_types.h
					prev include/ast_windows.h
					prev port/lclib.h
					prev ast_nl_types.h
					prev include/tm.h
					prev include/mc.h
					prev std/iconv.h
					prev include/cdt.h
					prev include/ast.h
				done tm/tmlocale.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c tm/tmlocale.c
			done tmlocale.o generated
			make tmmake.o
				make tm/tmmake.c
					prev tmx.h
				done tm/tmmake.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmmake.c
			done tmmake.o generated
			make tmpoff.o
				make tm/tmpoff.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmpoff.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmpoff.c
			done tmpoff.o generated
			make tmscan.o
				make tm/tmscan.c
					prev tmx.h
				done tm/tmscan.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmscan.c
			done tmscan.o generated
			make tmsleep.o
				make tm/tmsleep.c
					prev tv.h
					prev include/tm.h
					prev include/ast.h
				done tm/tmsleep.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmsleep.c
			done tmsleep.o generated
			make tmtime.o
				make tm/tmtime.c
					prev tmx.h
				done tm/tmtime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmtime.c
			done tmtime.o generated
			make tmtype.o
				make tm/tmtype.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmtype.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmtype.c
			done tmtype.o generated
			make tmweek.o
				make tm/tmweek.c
					prev tmx.h
				done tm/tmweek.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmweek.c
			done tmweek.o generated
			make tmword.o
				make tm/tmword.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmword.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmword.c
			done tmword.o generated
			make tmzone.o
				make tm/tmzone.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmzone.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmzone.c
			done tmzone.o generated
			make tmxdate.o
				make tm/tmxdate.c
					prev include/debug.h
					prev tmx.h
				done tm/tmxdate.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxdate.c
			done tmxdate.o generated
			make tmxduration.o
				make tm/tmxduration.c
					prev tmx.h
				done tm/tmxduration.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxduration.c
			done tmxduration.o generated
			make tmxfmt.o
				make tm/tmxfmt.c
					prev tmx.h
				done tm/tmxfmt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Icomp -Iinclude -Istd -c tm/tmxfmt.c
			done tmxfmt.o generated
			make tmxgettime.o
				make tm/tmxgettime.c
					prev tv.h
					prev tmx.h
				done tm/tmxgettime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxgettime.c
			done tmxgettime.o generated
			make tmxleap.o
				make tm/tmxleap.c
					prev tmx.h
				done tm/tmxleap.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxleap.c
			done tmxleap.o generated
			make tmxmake.o
				make tm/tmxmake.c
					prev FEATURE/tmlib
					prev tmx.h
				done tm/tmxmake.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxmake.c
			done tmxmake.o generated
			make tmxscan.o
				make tm/tmxscan.c
					prev tmx.h
				done tm/tmxscan.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxscan.c
			done tmxscan.o generated
			make tmxsettime.o
				make tm/tmxsettime.c
					prev tv.h
					prev tmx.h
				done tm/tmxsettime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxsettime.c
			done tmxsettime.o generated
			make tmxsleep.o
				make tm/tmxsleep.c
					prev tv.h
					prev tmx.h
				done tm/tmxsleep.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxsleep.c
			done tmxsleep.o generated
			make tmxtime.o
				make tm/tmxtime.c
					prev FEATURE/tmlib
					prev tmx.h
				done tm/tmxtime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxtime.c
			done tmxtime.o generated
			make tmxtouch.o
				make tm/tmxtouch.c
					prev tv.h
					prev tmx.h
				done tm/tmxtouch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmxtouch.c
			done tmxtouch.o generated
			make tvcmp.o
				make tm/tvcmp.c
					prev tv.h
				done tm/tvcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tvcmp.c
			done tvcmp.o generated
			make tvgettime.o
				make tm/tvgettime.c
					make FEATURE/tvlib implicit
						prev features/tvlib
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/tvlib
					done FEATURE/tvlib generated
					prev include/tm.h
					prev tv.h
				done tm/tvgettime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tvgettime.c
			done tvgettime.o generated
			make tvsettime.o
				make tm/tvsettime.c
					prev FEATURE/tvlib
					prev include/tm.h
					prev tv.h
				done tm/tvsettime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tvsettime.c
			done tvsettime.o generated
			make tvsleep.o
				make tm/tvsleep.c
					prev FEATURE/tvlib
					prev include/error.h
					prev include/tm.h
					prev tv.h
					prev include/ast.h
				done tm/tvsleep.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tvsleep.c
			done tvsleep.o generated
			make tvtouch.o
				make tm/tvtouch.c
					prev FEATURE/tvlib
					prev include/error.h
					prev include/times.h
					prev tv.h
					prev include/ls.h
					prev include/ast.h
				done tm/tvtouch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tvtouch.c
			done tvtouch.o generated
			make cmdarg.o
				make misc/cmdarg.c
					prev ast_api.h
					prev include/proc.h
					make misc/cmdlib.h implicit
						make include/cmdarg.h implicit
							prev include/error.h
						done include/cmdarg.h
					done misc/cmdlib.h
					prev include/ast.h
				done misc/cmdarg.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/cmdarg.c
			done cmdarg.o generated
			make vecargs.o
				make vec/vecargs.c
					prev include/vecargs.h implicit
					prev include/ast.h
				done vec/vecargs.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vec/vecargs.c
			done vecargs.o generated
			make vecfile.o
				make vec/vecfile.c
					prev include/vecargs.h
					prev include/ls.h
					prev include/ast.h
				done vec/vecfile.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vec/vecfile.c
			done vecfile.o generated
			make vecfree.o
				make vec/vecfree.c
					prev include/vecargs.h
					prev include/ast.h
				done vec/vecfree.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vec/vecfree.c
			done vecfree.o generated
			make vecload.o
				make vec/vecload.c
					prev include/vecargs.h
					prev include/ast.h
				done vec/vecload.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vec/vecload.c
			done vecload.o generated
			make vecstring.o
				make vec/vecstring.c
					prev include/vecargs.h
					prev include/ast.h
				done vec/vecstring.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vec/vecstring.c
			done vecstring.o generated
			make univdata.o
				make misc/univdata.c
					prev misc/univlib.h
				done misc/univdata.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -c misc/univdata.c
			done univdata.o generated
			make touch.o
				make port/touch.c
					prev tv.h
					prev include/times.h
					prev include/ast.h
				done port/touch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/touch.c
			done touch.o generated
			make mnt.o
				make port/mnt.c
					prev mnttab.h implicit dontcare virtual
					prev std/stdio.h
					prev std/stdio.h
					prev include/ast_windows.h
					prev include/ls.h
					prev include/mnt.h
					prev include/ast.h
				done port/mnt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/mnt.c
			done mnt.o generated
			make debug.o
				make misc/debug.c
					prev include/times.h
					prev FEATURE/time
					prev include/debug.h
					prev include/error.h
					prev include/ast.h
				done misc/debug.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c misc/debug.c
			done debug.o generated
			make memccpy.o
				make comp/memccpy.c
					prev include/ast.h
				done comp/memccpy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memccpy.c
			done memccpy.o generated
			make memchr.o
				make comp/memchr.c
					prev include/ast.h
				done comp/memchr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memchr.c
			done memchr.o generated
			make memcmp.o
				make comp/memcmp.c
					prev include/ast.h
				done comp/memcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memcmp.c
			done memcmp.o generated
			make memcpy.o
				make comp/memcpy.c
					prev include/ast.h
				done comp/memcpy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memcpy.c
			done memcpy.o generated
			make memdup.o
				make string/memdup.c
					prev include/ast.h
				done string/memdup.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/memdup.c
			done memdup.o generated
			make memmove.o
				make comp/memmove.c
					prev include/ast.h
				done comp/memmove.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memmove.c
			done memmove.o generated
			make memset.o
				make comp/memset.c
					prev include/ast.h
				done comp/memset.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/memset.c
			done memset.o generated
			make mkdir.o
				make comp/mkdir.c
					prev include/error.h
					prev include/wait.h
					prev include/ls.h
					prev include/ast.h
				done comp/mkdir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mkdir.c
			done mkdir.o generated
			make mkfifo.o
				make comp/mkfifo.c
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done comp/mkfifo.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mkfifo.c
			done mkfifo.o generated
			make mknod.o
				make comp/mknod.c
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done comp/mknod.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mknod.c
			done mknod.o generated
			make rmdir.o
				make comp/rmdir.c
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done comp/rmdir.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/rmdir.c
			done rmdir.o generated
			make remove.o
				make comp/remove.c
					prev ast_map.h
					prev include/ast.h
				done comp/remove.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/remove.c
			done remove.o generated
			make rename.o
				make comp/rename.c
					prev include/proc.h
					prev include/error.h
					prev include/ast.h
				done comp/rename.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/rename.c
			done rename.o generated
			make link.o
				make comp/link.c
					prev include/error.h
					prev include/ast.h
				done comp/link.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/link.c
			done link.o generated
			make unlink.o
				make comp/unlink.c
					prev include/ast.h
				done comp/unlink.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/unlink.c
			done unlink.o generated
			make strdup.o
				make string/strdup.c
					prev include/ast.h
				done string/strdup.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/strdup.c
			done strdup.o generated
			make strchr.o
				make comp/strchr.c
					prev include/ast.h
				done comp/strchr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strchr.c
			done strchr.o generated
			make strrchr.o
				make comp/strrchr.c
					prev include/ast.h
				done comp/strrchr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strrchr.c
			done strrchr.o generated
			make strstr.o
				make comp/strstr.c
					prev include/ast.h
				done comp/strstr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strstr.c
			done strstr.o generated
			make strtod.o
				make comp/strtod.c
					make sfio/sfstrtof.h implicit
						prev FEATURE/float
						prev sfio/sfhdr.h
					done sfio/sfstrtof.h
					prev include/ast.h
				done comp/strtod.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtod.c
			done strtod.o generated
			make strtold.o
				make comp/strtold.c
					prev sfio/sfstrtof.h
					prev include/ast.h
					prev ast_sys.h
					prev ast_lib.h
					prev ast_common.h
				done comp/strtold.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtold.c
			done strtold.o generated
			make strtol.o
				make comp/strtol.c
					make string/strtoi.h implicit
						prev sfio/sfhdr.h
						prev include/error.h
						prev include/ast.h
					done string/strtoi.h dontcare
				done comp/strtol.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtol.c
			done strtol.o generated
			make strtoll.o
				make comp/strtoll.c
					prev string/strtoi.h
					prev ast_map.h
					prev include/ast.h
				done comp/strtoll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtoll.c
			done strtoll.o generated
			make strtoul.o
				make comp/strtoul.c
					prev string/strtoi.h
				done comp/strtoul.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtoul.c
			done strtoul.o generated
			make strtoull.o
				make comp/strtoull.c
					prev string/strtoi.h
					prev ast_map.h
					prev include/ast.h
				done comp/strtoull.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c comp/strtoull.c
			done strtoull.o generated
			make strton.o
				make string/strton.c
					prev string/strtoi.h
				done string/strton.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strton.c
			done strton.o generated
			make strtonll.o
				make string/strtonll.c
					prev string/strtoi.h
				done string/strtonll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strtonll.c
			done strtonll.o generated
			make strntod.o
				make string/strntod.c
					prev sfio/sfstrtof.h
					prev include/ast.h
				done string/strntod.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntod.c
			done strntod.o generated
			make strntold.o
				make string/strntold.c
					prev sfio/sfstrtof.h
					prev include/ast.h
				done string/strntold.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntold.c
			done strntold.o generated
			make strnton.o
				make string/strnton.c
					prev string/strtoi.h
				done string/strnton.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strnton.c
			done strnton.o generated
			make strntonll.o
				make string/strntonll.c
					prev string/strtoi.h
				done string/strntonll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntonll.c
			done strntonll.o generated
			make strntol.o
				make string/strntol.c
					prev string/strtoi.h
				done string/strntol.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntol.c
			done strntol.o generated
			make strntoll.o
				make string/strntoll.c
					prev string/strtoi.h
				done string/strntoll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntoll.c
			done strntoll.o generated
			make strntoul.o
				make string/strntoul.c
					prev string/strtoi.h
				done string/strntoul.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntoul.c
			done strntoul.o generated
			make strntoull.o
				make string/strntoull.c
					prev string/strtoi.h
				done string/strntoull.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -c string/strntoull.c
			done strntoull.o generated
			make strcasecmp.o
				make comp/strcasecmp.c
					prev include/ast.h
				done comp/strcasecmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strcasecmp.c
			done strcasecmp.o generated
			make strncasecmp.o
				make comp/strncasecmp.c
					prev include/ast.h
				done comp/strncasecmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strncasecmp.c
			done strncasecmp.o generated
			make strerror.o
				make string/strerror.c
					make FEATURE/errno implicit
						prev features/errno
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/errno
					done FEATURE/errno generated
					prev port/lclib.h
				done string/strerror.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -c string/strerror.c
			done strerror.o generated
			make mktemp.o
				make comp/mktemp.c
					prev ast_map.h
					prev std/stdio.h
					prev include/ast.h
				done comp/mktemp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mktemp.c
			done mktemp.o generated
			make tmpnam.o
				make comp/tmpnam.c
					prev ast_map.h
					prev std/stdio.h
					prev include/ast.h
				done comp/tmpnam.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/tmpnam.c
			done tmpnam.o generated
			make fsync.o
				make comp/fsync.c
					prev include/error.h
					prev include/ast.h
				done comp/fsync.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/fsync.c
			done fsync.o generated
			make execlp.o
				make comp/execlp.c
					prev include/ast.h
					prev ast_lib.h
				done comp/execlp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/execlp.c
			done execlp.o generated
			make execve.o
				make comp/execve.c
					prev include/error.h
					prev include/wait.h
					prev sig.h
					prev include/ast.h
				done comp/execve.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/execve.c
			done execve.o generated
			make execvp.o
				make comp/execvp.c
					prev include/ast.h
					prev ast_lib.h
				done comp/execvp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/execvp.c
			done execvp.o generated
			make execvpe.o
				make comp/execvpe.c
					prev include/ast.h
					prev ast_lib.h
				done comp/execvpe.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/execvpe.c
			done execvpe.o generated
			make spawnveg.o
				make comp/spawnveg.c
					prev ast_tty.h
					prev sig.h
					prev process.h implicit dontcare virtual
					prev include/wait.h
					prev include/error.h
					prev include/ast.h
				done comp/spawnveg.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Icomp -Iinclude -Istd -c comp/spawnveg.c
			done spawnveg.o generated
			make killpg.o
				make comp/killpg.c
					prev sig.h
					prev include/ast.h
				done comp/killpg.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/killpg.c
			done killpg.o generated
			make getlogin.o
				make comp/getlogin.c
					prev include/ast.h
				done comp/getlogin.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getlogin.c
			done getlogin.o generated
			make putenv.o
				make comp/putenv.c
					prev ast_map.h
					prev include/ast.h
				done comp/putenv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/putenv.c
			done putenv.o generated
			make setenv.o
				make comp/setenv.c
					prev ast_map.h
					prev include/ast.h
				done comp/setenv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/setenv.c
			done setenv.o generated
			make unsetenv.o
				make comp/unsetenv.c
					prev ast_map.h
					prev include/ast.h
				done comp/unsetenv.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/unsetenv.c
			done unsetenv.o generated
			make lstat.o
				make comp/lstat.c
					prev include/ls.h
					prev include/ast.h
				done comp/lstat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/lstat.c
			done lstat.o generated
			make statvfs.o
				make comp/statvfs.c
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done comp/statvfs.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/statvfs.c
			done statvfs.o generated
			make eaccess.o
				make comp/eaccess.c
					prev FEATURE/eaccess
					prev include/ls.h
					prev include/ast.h
				done comp/eaccess.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/eaccess.c
			done eaccess.o generated
			make gross.o
				make comp/gross.c
					make comp/gross_sgi.h implicit
						prev locale_attr.h implicit dontcare virtual
					done comp/gross_sgi.h dontcare
					prev FEATURE/hack
					prev include/ls.h
					prev include/ast.h
				done comp/gross.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/gross.c
			done gross.o generated
			make omitted.o
				make comp/omitted.c
					prev process.h
					prev include/ast_windows.h
					prev include/ls.h
					make FEATURE/omitted implicit
						prev features/omitted
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/omitted
					done FEATURE/omitted generated
					prev include/tm.h
					prev include/error.h
					prev ast_stdio.h
					prev include/ast.h
					prev FEATURE/float
				done comp/omitted.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/omitted.c
			done omitted.o generated
			make readlink.o
				make comp/readlink.c
					prev include/error.h
					prev comp/fakelink.h implicit dontcare
					prev include/ast.h
				done comp/readlink.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/readlink.c
			done readlink.o generated
			make symlink.o
				make comp/symlink.c
					prev include/error.h
					prev comp/fakelink.h
					prev include/ast.h
				done comp/symlink.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/symlink.c
			done symlink.o generated
			make getpgrp.o
				make comp/getpgrp.c
					prev include/ast_std.h
				done comp/getpgrp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getpgrp.c
			done getpgrp.o generated
			make setpgid.o
				make comp/setpgid.c
					prev include/error.h
					prev include/ast.h
				done comp/setpgid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/setpgid.c
			done setpgid.o generated
			make setsid.o
				make comp/setsid.c
					prev include/error.h
					prev ast_tty.h
					prev include/ast.h
				done comp/setsid.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/setsid.c
			done setsid.o generated
			make fcntl.o
				make comp/fcntl.c
					prev include/error.h
					prev ast_tty.h
					prev include/ls.h
					prev include/ast.h
				done comp/fcntl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/fcntl.c
			done fcntl.o generated
			make open.o
				make comp/open.c
					prev ast_tty.h
					prev include/error.h
					prev include/ls.h
					prev include/ast.h
				done comp/open.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/open.c
			done open.o generated
			make atexit.o
				make comp/atexit.c
					prev include/ast.h
				done comp/atexit.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/atexit.c
			done atexit.o generated
			make getdents.o
				make dir/getdents.c
					prev dir/dirlib.h
				done dir/getdents.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c dir/getdents.c
			done getdents.o generated
			make getwd.o
				make comp/getwd.c
					prev include/ast.h
				done comp/getwd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getwd.c
			done getwd.o generated
			make dup2.o
				make comp/dup2.c
					prev include/error.h
					prev include/ast.h
				done comp/dup2.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/dup2.c
			done dup2.o generated
			make errno.o
				make comp/errno.c
					prev include/ast.h
				done comp/errno.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/errno.c
			done errno.o generated
			make getgroups.o
				make comp/getgroups.c
					prev include/error.h
					prev include/ast.h
				done comp/getgroups.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getgroups.c
			done getgroups.o generated
			make mount.o
				make comp/mount.c
					prev include/error.h
					prev include/ast.h
				done comp/mount.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mount.c
			done mount.o generated
			make system.o
				make comp/system.c
					prev ast_map.h
					prev include/proc.h
					prev include/ast.h
				done comp/system.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/system.c
			done system.o generated
			make iblocks.o
				make port/iblocks.c
					prev include/ls.h
					prev ast_param.h
					prev include/ast.h
				done port/iblocks.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/iblocks.c
			done iblocks.o generated
			make modedata.o
				make string/modedata.c
					prev string/modelib.h
				done string/modedata.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -c string/modedata.c
			done modedata.o generated
			make tmdata.o
				make tm/tmdata.c
					prev include/tm.h
					prev include/ast.h
				done tm/tmdata.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c tm/tmdata.c
			done tmdata.o generated
			make memfatal.o
				make disc/memfatal.c
					prev FEATURE/vmalloc
					prev include/vmalloc.h
					prev include/error.h
					prev include/ast.h
				done disc/memfatal.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c disc/memfatal.c
			done memfatal.o generated
			make sfkeyprintf.o
				make disc/sfkeyprintf.c
					prev ast_api.h
					prev include/regex.h
					make include/sfdisc.h implicit
						prev include/ast.h
					done include/sfdisc.h
					prev include/ccode.h
					prev include/ast.h
				done disc/sfkeyprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c disc/sfkeyprintf.c
			done sfkeyprintf.o generated
			make sfdcdio.o
				make disc/sfdcdio.c
					make disc/sfdchdr.h implicit
						prev include/sfdisc.h
						prev sfio/sfhdr.h
					done disc/sfdchdr.h
				done disc/sfdcdio.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcdio.c
			done sfdcdio.o generated
			make sfdcdos.o
				make disc/sfdcdos.c
					prev disc/sfdchdr.h
				done disc/sfdcdos.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcdos.c
			done sfdcdos.o generated
			make sfdcfilter.o
				make disc/sfdcfilter.c
					prev disc/sfdchdr.h
				done disc/sfdcfilter.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcfilter.c
			done sfdcfilter.o generated
			make sfdcseekable.o
				make disc/sfdcseekable.c
					prev disc/sfdchdr.h
				done disc/sfdcseekable.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcseekable.c
			done sfdcseekable.o generated
			make sfdcslow.o
				make disc/sfdcslow.c
					prev disc/sfdchdr.h
				done disc/sfdcslow.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcslow.c
			done sfdcslow.o generated
			make sfdcsubstr.o
				make disc/sfdcsubstr.c
					prev disc/sfdchdr.h
				done disc/sfdcsubstr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcsubstr.c
			done sfdcsubstr.o generated
			make sfdctee.o
				make disc/sfdctee.c
					prev disc/sfdchdr.h
				done disc/sfdctee.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdctee.c
			done sfdctee.o generated
			make sfdcunion.o
				make disc/sfdcunion.c
					prev disc/sfdchdr.h
				done disc/sfdcunion.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcunion.c
			done sfdcunion.o generated
			make sfdcmore.o
				make disc/sfdcmore.c
					prev ast_tty.h
					prev disc/sfdchdr.h
				done disc/sfdcmore.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcmore.c
			done sfdcmore.o generated
			make sfdcprefix.o
				make disc/sfdcprefix.c
					prev disc/sfdchdr.h
				done disc/sfdcprefix.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idisc -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c disc/sfdcprefix.c
			done sfdcprefix.o generated
			make wc.o
				make comp/wc.c
					prev std/wchar.h
					prev include/ast.h
				done comp/wc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/wc.c
			done wc.o generated
			make wc2utf8.o
				make string/wc2utf8.c
					prev include/ast.h
				done string/wc2utf8.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c string/wc2utf8.c
			done wc2utf8.o generated
			make basename.o
				make comp/basename.c
					prev include/ast_std.h
				done comp/basename.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/basename.c
			done basename.o generated
			make closelog.o
				make comp/closelog.c
					make comp/sysloglib.h implicit
						make comp/syslog.h implicit
							make ast_namval.h implicit
								prev include/namval.h
								exec - ${STDCMP} -s include/namval.h ast_namval.h || { ${STDRM} -f ast_namval.h; ${STDCP} include/namval.h ast_namval.h; }
							done ast_namval.h dontcare generated
						done comp/syslog.h dontcare
					done comp/sysloglib.h dontcare
					prev include/ast.h
				done comp/closelog.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/closelog.c
			done closelog.o generated
			make dirname.o
				make comp/dirname.c
					prev include/ast_std.h
				done comp/dirname.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/dirname.c
			done dirname.o generated
			make fmtmsglib.o
				make comp/fmtmsglib.c
					prev comp/fmtmsg.h implicit dontcare
					prev include/ast.h
				done comp/fmtmsglib.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/fmtmsglib.c
			done fmtmsglib.o generated
			make fnmatch.o
				make comp/fnmatch.c
					make comp/fnmatch.h implicit
						prev ast_common.h
					done comp/fnmatch.h
					prev include/regex.h
					prev include/ast.h
					prev ast_lib.h
				done comp/fnmatch.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/fnmatch.c
			done fnmatch.o generated
			make ftw.o
				make comp/ftw.c
					make comp/ftw.h implicit
						prev include/ftwalk.h
					done comp/ftw.h
					prev include/ast.h
				done comp/ftw.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/ftw.c
			done ftw.o generated
			make getdate.o
				make comp/getdate.c
					prev ast_map.h
					prev include/tm.h
					prev include/ast.h
				done comp/getdate.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getdate.c
			done getdate.o generated
			make getsubopt.o
				make comp/getsubopt.c
					prev include/error.h
					prev include/ast.h
				done comp/getsubopt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getsubopt.c
			done getsubopt.o generated
			make glob.o
				make misc/glob.c
					prev include/glob.h implicit
					prev include/regex.h
					prev include/error.h
					prev include/ast_dir.h
					prev include/stk.h
					prev include/ls.h
					prev include/ast.h
				done misc/glob.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Idir -Iinclude -Istd -c misc/glob.c
			done glob.o generated
			make nftw.o
				make comp/nftw.c
					prev comp/ftw.h
					prev include/ast.h
				done comp/nftw.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/nftw.c
			done nftw.o generated
			make openlog.o
				make comp/openlog.c
					prev comp/sysloglib.h
					prev include/ast.h
				done comp/openlog.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/openlog.c
			done openlog.o generated
			make re_comp.o
				make comp/re_comp.c
					prev include/regex.h
					prev comp/re_comp.h implicit
					prev include/ast.h
				done comp/re_comp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/re_comp.c
			done re_comp.o generated
			make resolvepath.o
				make comp/resolvepath.c
					prev ast_api.h
					prev ast_map.h
					prev include/error.h
					prev include/ast.h
				done comp/resolvepath.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/resolvepath.c
			done resolvepath.o generated
			make realpath.o
				make comp/realpath.c
					prev ast_map.h
					prev include/ast.h
				done comp/realpath.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/realpath.c
			done realpath.o generated
			make regcmp.o
				make comp/regcmp.c
					prev align.h
					prev include/regex.h
					prev comp/libgen.h implicit
					prev include/ast.h
				done comp/regcmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/regcmp.c
			done regcmp.o generated
			make regexp.o
				make comp/regexp.c
					prev align.h
					prev include/regex.h
					prev comp/regexp.h implicit
					prev include/ast.h
				done comp/regexp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/regexp.c
			done regexp.o generated
			make setlogmask.o
				make comp/setlogmask.c
					prev comp/sysloglib.h
					prev include/ast.h
				done comp/setlogmask.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/setlogmask.c
			done setlogmask.o generated
			make strftime.o
				make comp/strftime.c
					prev ast_map.h
					prev include/tm.h
					prev include/ast.h
				done comp/strftime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strftime.c
			done strftime.o generated
			make strptime.o
				make comp/strptime.c
					prev ast_map.h
					prev tmx.h
					prev include/ast.h
				done comp/strptime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/strptime.c
			done strptime.o generated
			make swab.o
				make comp/swab.c
					prev include/swap.h
					prev include/ast.h
				done comp/swab.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/swab.c
			done swab.o generated
			make syslog.o
				make comp/syslog.c
					prev std/endian.h
					prev include/ls.h
					prev include/tm.h
					prev include/error.h
					prev comp/sysloglib.h
					prev include/ast.h
				done comp/syslog.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/syslog.c
			done syslog.o generated
			make tempnam.o
				make comp/tempnam.c
					prev std/stdio.h
					prev include/ast.h
					prev include/ast_std.h
				done comp/tempnam.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/tempnam.c
			done tempnam.o generated
			make wordexp.o
				make comp/wordexp.c
					prev include/stk.h
					make comp/wordexp.h implicit
						prev ast_common.h
					done comp/wordexp.h
					prev include/ast.h
				done comp/wordexp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/wordexp.c
			done wordexp.o generated
			make mktime.o
				make comp/mktime.c
					prev ast_map.h
					prev include/tm.h
					prev include/ast.h
				done comp/mktime.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/mktime.c
			done mktime.o generated
			make regalloc.o
				make regex/regalloc.c
					make regex/reglib.h implicit
						prev std/wctype.h
						prev std/wchar.h
						prev std/stdio.h
						prev include/regex.h
						prev include/stk.h
						prev include/cdt.h
						prev include/ast.h
					done regex/reglib.h
				done regex/regalloc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regalloc.c
			done regalloc.o generated
			make regclass.o
				make regex/regclass.c
					prev regex/reglib.h
				done regex/regclass.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regclass.c
			done regclass.o generated
			make regcoll.o
				make regex/regcoll.c
					prev regex/reglib.h
				done regex/regcoll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regcoll.c
			done regcoll.o generated
			make regcomp.o
				make regex/regcomp.c
					prev port/lclib.h
					prev regex/reglib.h
				done regex/regcomp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} -I. -Icomp -Iport -Iregex -Iinclude -Istd -I${INSTALLROOT}/include -c regex/regcomp.c
			done regcomp.o generated
			make regcache.o
				make regex/regcache.c
					prev include/regex.h
					prev include/ast.h
				done regex/regcache.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c regex/regcache.c
			done regcache.o generated
			make regdecomp.o
				make regex/regdecomp.c
					prev regex/reglib.h
				done regex/regdecomp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regdecomp.c
			done regdecomp.o generated
			make regerror.o
				make regex/regerror.c
					prev regex/reglib.h
				done regex/regerror.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regerror.c
			done regerror.o generated
			make regexec.o
				make regex/regexec.c
					prev regex/reglib.h
				done regex/regexec.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regexec.c
			done regexec.o generated
			make regfatal.o
				make regex/regfatal.c
					prev include/error.h
					prev regex/reglib.h
				done regex/regfatal.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regfatal.c
			done regfatal.o generated
			make reginit.o
				make regex/reginit.c
					prev include/ccode.h
					prev regex/reglib.h
				done regex/reginit.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/reginit.c
			done reginit.o generated
			make regnexec.o
				make regex/regnexec.c
					prev regex/reglib.h
				done regex/regnexec.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regnexec.c
			done regnexec.o generated
			make regsubcomp.o
				make regex/regsubcomp.c
					prev regex/reglib.h
				done regex/regsubcomp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regsubcomp.c
			done regsubcomp.o generated
			make regsubexec.o
				make regex/regsubexec.c
					prev regex/reglib.h
				done regex/regsubexec.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regsubexec.c
			done regsubexec.o generated
			make regsub.o
				make regex/regsub.c
					prev regex/reglib.h
				done regex/regsub.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regsub.c
			done regsub.o generated
			make regrecord.o
				make regex/regrecord.c
					prev regex/reglib.h
				done regex/regrecord.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regrecord.c
			done regrecord.o generated
			make regrexec.o
				make regex/regrexec.c
					prev regex/reglib.h
				done regex/regrexec.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regrexec.c
			done regrexec.o generated
			make regstat.o
				make regex/regstat.c
					prev regex/reglib.h
				done regex/regstat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -c regex/regstat.c
			done regstat.o generated
			make dtclose.o
				make cdt/dtclose.c
					make cdt/dthdr.h implicit
						make cdt/cdtlib.h implicit
							prev include/debug.h
							make include/aso.h implicit
								prev ast_common.h
							done include/aso.h
							prev include/cdt.h
							prev ${INSTALLROOT}/include/ast/dlldefs.h implicit dontcare
							prev include/ast.h
						done cdt/cdtlib.h dontcare
					done cdt/dthdr.h dontcare
				done cdt/dtclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtclose.c
			done dtclose.o generated
			make dtdisc.o
				make cdt/dtdisc.c
					prev cdt/dthdr.h
				done cdt/dtdisc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtdisc.c
			done dtdisc.o generated
			make dthash.o
				make cdt/dthash.c
					prev cdt/dthdr.h
				done cdt/dthash.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dthash.c
			done dthash.o generated
			make dtlist.o
				make cdt/dtlist.c
					prev cdt/dthdr.h
				done cdt/dtlist.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtlist.c
			done dtlist.o generated
			make dtmethod.o
				make cdt/dtmethod.c
					prev cdt/dthdr.h
				done cdt/dtmethod.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtmethod.c
			done dtmethod.o generated
			make dtopen.o
				make cdt/dtopen.c
					prev cdt/dthdr.h
				done cdt/dtopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtopen.c
			done dtopen.o generated
			make dtstat.o
				make cdt/dtstat.c
					prev cdt/dthdr.h
				done cdt/dtstat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtstat.c
			done dtstat.o generated
			make dtstrhash.o
				make cdt/dtstrhash.c
					prev cdt/dthdr.h
				done cdt/dtstrhash.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtstrhash.c
			done dtstrhash.o generated
			make dttree.o
				make cdt/dttree.c
					prev cdt/dthdr.h
				done cdt/dttree.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dttree.c
			done dttree.o generated
			make dtuser.o
				make cdt/dtuser.c
					prev cdt/dthdr.h
				done cdt/dtuser.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtuser.c
			done dtuser.o generated
			make dtview.o
				make cdt/dtview.c
					prev cdt/dthdr.h
				done cdt/dtview.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtview.c
			done dtview.o generated
			make dtwalk.o
				make cdt/dtwalk.c
					prev cdt/dthdr.h
				done cdt/dtwalk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icdt -Icomp -Iinclude -Istd -I${INSTALLROOT}/include/ast -c cdt/dtwalk.c
			done dtwalk.o generated
			make dtnew.o
				make cdt/dtnew.c
					prev include/dt.h
				done cdt/dtnew.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c cdt/dtnew.c
			done dtnew.o generated
			make dtcomp.o
				make cdt/dtcomp.c
					prev include/cdt.h
				done cdt/dtcomp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c cdt/dtcomp.c
			done dtcomp.o generated
			make sfclose.o
				make sfio/sfclose.c
					prev sfio/sfhdr.h
				done sfio/sfclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfclose.c
			done sfclose.o generated
			make sfclrlock.o
				make sfio/sfclrlock.c
					prev sfio/sfhdr.h
				done sfio/sfclrlock.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfclrlock.c
			done sfclrlock.o generated
			make sfdisc.o
				make sfio/sfdisc.c
					prev sfio/sfhdr.h
				done sfio/sfdisc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfdisc.c
			done sfdisc.o generated
			make sfdlen.o
				make sfio/sfdlen.c
					prev sfio/sfhdr.h
				done sfio/sfdlen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfdlen.c
			done sfdlen.o generated
			make sfexcept.o
				make sfio/sfexcept.c
					prev sfio/sfhdr.h
				done sfio/sfexcept.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfexcept.c
			done sfexcept.o generated
			make sfgetl.o
				make sfio/sfgetl.c
					prev sfio/sfhdr.h
				done sfio/sfgetl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfgetl.c
			done sfgetl.o generated
			make sfgetu.o
				make sfio/sfgetu.c
					prev sfio/sfhdr.h
				done sfio/sfgetu.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfgetu.c
			done sfgetu.o generated
			make sfcvt.o
				make sfio/sfcvt.c
					prev sfio/sfhdr.h
					prev FEATURE/standards
				done sfio/sfcvt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfcvt.c
			done sfcvt.o generated
			make sfecvt.o
				make sfio/sfecvt.c
					prev sfio/sfhdr.h
				done sfio/sfecvt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfecvt.c
			done sfecvt.o generated
			make sffcvt.o
				make sfio/sffcvt.c
					prev sfio/sfhdr.h
				done sfio/sffcvt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sffcvt.c
			done sffcvt.o generated
			make sfextern.o
				make sfio/sfextern.c
					prev sfio/sfhdr.h
				done sfio/sfextern.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfextern.c
			done sfextern.o generated
			make sffilbuf.o
				make sfio/sffilbuf.c
					prev sfio/sfhdr.h
				done sfio/sffilbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sffilbuf.c
			done sffilbuf.o generated
			make sfflsbuf.o
				make sfio/sfflsbuf.c
					prev sfio/sfhdr.h
				done sfio/sfflsbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfflsbuf.c
			done sfflsbuf.o generated
			make sfprints.o
				make sfio/sfprints.c
					prev sfio/sfhdr.h
				done sfio/sfprints.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfprints.c
			done sfprints.o generated
			make sfgetd.o
				make sfio/sfgetd.c
					prev sfio/sfhdr.h
				done sfio/sfgetd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfgetd.c
			done sfgetd.o generated
			make sfgetr.o
				make sfio/sfgetr.c
					prev sfio/sfhdr.h
				done sfio/sfgetr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfgetr.c
			done sfgetr.o generated
			make sfllen.o
				make sfio/sfllen.c
					prev sfio/sfhdr.h
				done sfio/sfllen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfllen.c
			done sfllen.o generated
			make sfmode.o
				make sfio/sfmode.c
					prev include/wait.h
					prev sig.h
					prev sfio/sfhdr.h
				done sfio/sfmode.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfmode.c
			done sfmode.o generated
			make sfmove.o
				make sfio/sfmove.c
					prev sfio/sfhdr.h
				done sfio/sfmove.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfmove.c
			done sfmove.o generated
			make sfnew.o
				make sfio/sfnew.c
					prev sfio/sfhdr.h
				done sfio/sfnew.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfnew.c
			done sfnew.o generated
			make sfpkrd.o
				make sfio/sfpkrd.c
					prev sfio/sfhdr.h
				done sfio/sfpkrd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpkrd.c
			done sfpkrd.o generated
			make sfnotify.o
				make sfio/sfnotify.c
					prev sfio/sfhdr.h
				done sfio/sfnotify.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfnotify.c
			done sfnotify.o generated
			make sfnputc.o
				make sfio/sfnputc.c
					prev sfio/sfhdr.h
				done sfio/sfnputc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfnputc.c
			done sfnputc.o generated
			make sfopen.o
				make sfio/sfopen.c
					prev sfio/sfhdr.h
				done sfio/sfopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfopen.c
			done sfopen.o generated
			make sfpeek.o
				make sfio/sfpeek.c
					prev sfio/sfhdr.h
				done sfio/sfpeek.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpeek.c
			done sfpeek.o generated
			make sfpoll.o
				make sfio/sfpoll.c
					prev sfio/sfhdr.h
				done sfio/sfpoll.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpoll.c
			done sfpoll.o generated
			make sfpool.o
				make sfio/sfpool.c
					prev sfio/sfhdr.h
				done sfio/sfpool.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpool.c
			done sfpool.o generated
			make sfpopen.o
				make sfio/sfpopen.c
					prev include/proc.h
					prev sfio/sfhdr.h
				done sfio/sfpopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpopen.c
			done sfpopen.o generated
			make sfprintf.o
				make sfio/sfprintf.c
					prev sfio/sfhdr.h
				done sfio/sfprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${CCFLAGS.FORCE} ${mam_cc_NOPROTECT} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfprintf.c
			done sfprintf.o generated
			make sfputd.o
				make sfio/sfputd.c
					prev sfio/sfhdr.h
				done sfio/sfputd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfputd.c
			done sfputd.o generated
			make sfputl.o
				make sfio/sfputl.c
					prev sfio/sfhdr.h
				done sfio/sfputl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfputl.c
			done sfputl.o generated
			make sfputr.o
				make sfio/sfputr.c
					prev sfio/sfhdr.h
				done sfio/sfputr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfputr.c
			done sfputr.o generated
			make sfputu.o
				make sfio/sfputu.c
					prev sfio/sfhdr.h
				done sfio/sfputu.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfputu.c
			done sfputu.o generated
			make sfrd.o
				make sfio/sfrd.c
					prev sfio/sfhdr.h
				done sfio/sfrd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${DEBUG+-DDEBUG=${DEBUG}} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfrd.c
			done sfrd.o generated
			make sfread.o
				make sfio/sfread.c
					prev sfio/sfhdr.h
				done sfio/sfread.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfread.c
			done sfread.o generated
			make sfreserve.o
				make sfio/sfreserve.c
					prev sfio/sfhdr.h
				done sfio/sfreserve.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfreserve.c
			done sfreserve.o generated
			make sfscanf.o
				make sfio/sfscanf.c
					prev sfio/sfhdr.h
				done sfio/sfscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${CCFLAGS.FORCE} ${mam_cc_NOPROTECT} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfscanf.c
			done sfscanf.o generated
			make sfseek.o
				make sfio/sfseek.c
					prev sfio/sfhdr.h
				done sfio/sfseek.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfseek.c
			done sfseek.o generated
			make sfset.o
				make sfio/sfset.c
					prev sfio/sfhdr.h
				done sfio/sfset.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${DEBUG+-DDEBUG=${DEBUG}} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfset.c
			done sfset.o generated
			make sfsetbuf.o
				make sfio/sfsetbuf.c
					prev sfio/sfhdr.h
				done sfio/sfsetbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfsetbuf.c
			done sfsetbuf.o generated
			make sfsetfd.o
				make sfio/sfsetfd.c
					prev sfio/sfhdr.h
				done sfio/sfsetfd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfsetfd.c
			done sfsetfd.o generated
			make sfsize.o
				make sfio/sfsize.c
					prev sfio/sfhdr.h
				done sfio/sfsize.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfsize.c
			done sfsize.o generated
			make sfsk.o
				make sfio/sfsk.c
					prev sfio/sfhdr.h
				done sfio/sfsk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfsk.c
			done sfsk.o generated
			make sfstack.o
				make sfio/sfstack.c
					prev sfio/sfhdr.h
				done sfio/sfstack.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfstack.c
			done sfstack.o generated
			make sfstrtod.o
				make sfio/sfstrtod.c
					prev sfio/sfhdr.h
				done sfio/sfstrtod.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfstrtod.c
			done sfstrtod.o generated
			make sfsync.o
				make sfio/sfsync.c
					prev sfio/sfhdr.h
				done sfio/sfsync.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfsync.c
			done sfsync.o generated
			make sfswap.o
				make sfio/sfswap.c
					prev sfio/sfhdr.h
				done sfio/sfswap.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfswap.c
			done sfswap.o generated
			make sftable.o
				make sfio/sftable.c
					make FEATURE/sfinit implicit
						make features/sfinit.c
							prev FEATURE/float
							prev FEATURE/common
						done features/sfinit.c
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Istd  ${LDFLAGS}" run features/sfinit.c
					done FEATURE/sfinit generated
					prev FEATURE/float
					prev sfio/sfhdr.h
				done sfio/sftable.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sftable.c
			done sftable.o generated
			make sftell.o
				make sfio/sftell.c
					prev sfio/sfhdr.h
				done sfio/sftell.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sftell.c
			done sftell.o generated
			make sftmp.o
				make sfio/sftmp.c
					prev sfio/sfhdr.h
				done sfio/sftmp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sftmp.c
			done sftmp.o generated
			make sfungetc.o
				make sfio/sfungetc.c
					prev sfio/sfhdr.h
				done sfio/sfungetc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfungetc.c
			done sfungetc.o generated
			make sfvprintf.o
				make sfio/sfvprintf.c
					prev include/ccode.h
					prev sfio/sfhdr.h
				done sfio/sfvprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${mam_cc_NOPROTECT} ${DEBUG+-DDEBUG=${DEBUG}} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfvprintf.c
			done sfvprintf.o generated
			make sfvscanf.o
				make sfio/sfvscanf.c
					prev sfio/sfstrtof.h
					prev sfio/sfhdr.h
				done sfio/sfvscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${CCFLAGS.FORCE} ${mam_cc_NOPROTECT} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfvscanf.c
			done sfvscanf.o generated
			make sfwr.o
				make sfio/sfwr.c
					prev sfio/sfhdr.h
				done sfio/sfwr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfwr.c
			done sfwr.o generated
			make sfwrite.o
				make sfio/sfwrite.c
					prev sfio/sfhdr.h
				done sfio/sfwrite.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfwrite.c
			done sfwrite.o generated
			make sfpurge.o
				make sfio/sfpurge.c
					prev sfio/sfhdr.h
				done sfio/sfpurge.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfpurge.c
			done sfpurge.o generated
			make sfraise.o
				make sfio/sfraise.c
					prev sfio/sfhdr.h
				done sfio/sfraise.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfraise.c
			done sfraise.o generated
			make sfwalk.o
				make sfio/sfwalk.c
					prev sfio/sfhdr.h
				done sfio/sfwalk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfwalk.c
			done sfwalk.o generated
			make sfgetm.o
				make sfio/sfgetm.c
					prev sfio/sfhdr.h
				done sfio/sfgetm.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfgetm.c
			done sfgetm.o generated
			make sfputm.o
				make sfio/sfputm.c
					prev sfio/sfhdr.h
				done sfio/sfputm.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfputm.c
			done sfputm.o generated
			make sfresize.o
				make sfio/sfresize.c
					prev sfio/sfhdr.h
				done sfio/sfresize.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/sfresize.c
			done sfresize.o generated
			make _sfclrerr.o
				make sfio/_sfclrerr.c
					prev sfio/sfhdr.h
				done sfio/_sfclrerr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfclrerr.c
			done _sfclrerr.o generated
			make _sfeof.o
				make sfio/_sfeof.c
					prev sfio/sfhdr.h
				done sfio/_sfeof.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfeof.c
			done _sfeof.o generated
			make _sferror.o
				make sfio/_sferror.c
					prev sfio/sfhdr.h
				done sfio/_sferror.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sferror.c
			done _sferror.o generated
			make _sffileno.o
				make sfio/_sffileno.c
					prev sfio/sfhdr.h
				done sfio/_sffileno.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sffileno.c
			done _sffileno.o generated
			make _sfopen.o
				make sfio/_sfopen.c
					prev sfio/sfhdr.h
				done sfio/_sfopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfopen.c
			done _sfopen.o generated
			make _sfstacked.o
				make sfio/_sfstacked.c
					prev sfio/sfhdr.h
				done sfio/_sfstacked.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfstacked.c
			done _sfstacked.o generated
			make _sfvalue.o
				make sfio/_sfvalue.c
					prev sfio/sfhdr.h
				done sfio/_sfvalue.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfvalue.c
			done _sfvalue.o generated
			make _sfgetc.o
				make sfio/_sfgetc.c
					prev sfio/sfhdr.h
				done sfio/_sfgetc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfgetc.c
			done _sfgetc.o generated
			make _sfgetl.o
				make sfio/_sfgetl.c
					prev sfio/sfhdr.h
				done sfio/_sfgetl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfgetl.c
			done _sfgetl.o generated
			make _sfgetl2.o
				make sfio/_sfgetl2.c
					prev sfio/sfhdr.h
				done sfio/_sfgetl2.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfgetl2.c
			done _sfgetl2.o generated
			make _sfgetu.o
				make sfio/_sfgetu.c
					prev sfio/sfhdr.h
				done sfio/_sfgetu.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfgetu.c
			done _sfgetu.o generated
			make _sfgetu2.o
				make sfio/_sfgetu2.c
					prev sfio/sfhdr.h
				done sfio/_sfgetu2.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfgetu2.c
			done _sfgetu2.o generated
			make _sfdlen.o
				make sfio/_sfdlen.c
					prev sfio/sfhdr.h
				done sfio/_sfdlen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfdlen.c
			done _sfdlen.o generated
			make _sfllen.o
				make sfio/_sfllen.c
					prev sfio/sfhdr.h
				done sfio/_sfllen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfllen.c
			done _sfllen.o generated
			make _sfslen.o
				make sfio/_sfslen.c
					prev sfio/sfhdr.h
				done sfio/_sfslen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfslen.c
			done _sfslen.o generated
			make _sfulen.o
				make sfio/_sfulen.c
					prev sfio/sfhdr.h
				done sfio/_sfulen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfulen.c
			done _sfulen.o generated
			make _sfputc.o
				make sfio/_sfputc.c
					prev sfio/sfhdr.h
				done sfio/_sfputc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfputc.c
			done _sfputc.o generated
			make _sfputd.o
				make sfio/_sfputd.c
					prev sfio/sfhdr.h
				done sfio/_sfputd.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfputd.c
			done _sfputd.o generated
			make _sfputl.o
				make sfio/_sfputl.c
					prev sfio/sfhdr.h
				done sfio/_sfputl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfputl.c
			done _sfputl.o generated
			make _sfputm.o
				make sfio/_sfputm.c
					prev sfio/sfhdr.h
				done sfio/_sfputm.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfputm.c
			done _sfputm.o generated
			make _sfputu.o
				make sfio/_sfputu.c
					prev sfio/sfhdr.h
				done sfio/_sfputu.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c sfio/_sfputu.c
			done _sfputu.o generated
			make clearerr.o
				make stdio/clearerr.c
					make stdio/stdhdr.h implicit
						prev std/stdio.h
						prev sfio/sfhdr.h
						prev ast_standards.h
					done stdio/stdhdr.h
				done stdio/clearerr.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/clearerr.c
			done clearerr.o generated
			make fclose.o
				make stdio/fclose.c
					prev stdio/stdhdr.h
				done stdio/fclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fclose.c
			done fclose.o generated
			make fdopen.o
				make stdio/fdopen.c
					prev stdio/stdhdr.h
				done stdio/fdopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fdopen.c
			done fdopen.o generated
			make fflush.o
				make stdio/fflush.c
					prev stdio/stdhdr.h
				done stdio/fflush.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fflush.c
			done fflush.o generated
			make fgetc.o
				make stdio/fgetc.c
					prev stdio/stdhdr.h
				done stdio/fgetc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fgetc.c
			done fgetc.o generated
			make fgetpos.o
				make stdio/fgetpos.c
					prev stdio/stdhdr.h
				done stdio/fgetpos.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fgetpos.c
			done fgetpos.o generated
			make fgets.o
				make stdio/fgets.c
					prev stdio/stdhdr.h
				done stdio/fgets.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fgets.c
			done fgets.o generated
			make fopen.o
				make stdio/fopen.c
					prev stdio/stdhdr.h
				done stdio/fopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fopen.c
			done fopen.o generated
			make fprintf.o
				make stdio/fprintf.c
					prev stdio/stdhdr.h
				done stdio/fprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fprintf.c
			done fprintf.o generated
			make fpurge.o
				make stdio/fpurge.c
					prev stdio/stdhdr.h
				done stdio/fpurge.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fpurge.c
			done fpurge.o generated
			make fputs.o
				make stdio/fputs.c
					prev stdio/stdhdr.h
				done stdio/fputs.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fputs.c
			done fputs.o generated
			make fread.o
				make stdio/fread.c
					prev stdio/stdhdr.h
				done stdio/fread.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fread.c
			done fread.o generated
			make freopen.o
				make stdio/freopen.c
					prev stdio/stdhdr.h
				done stdio/freopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/freopen.c
			done freopen.o generated
			make fscanf.o
				make stdio/fscanf.c
					prev stdio/stdhdr.h
				done stdio/fscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fscanf.c
			done fscanf.o generated
			make fseek.o
				make stdio/fseek.c
					prev stdio/stdhdr.h
				done stdio/fseek.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fseek.c
			done fseek.o generated
			make fseeko.o
				make stdio/fseeko.c
					prev stdio/stdhdr.h
				done stdio/fseeko.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fseeko.c
			done fseeko.o generated
			make fsetpos.o
				make stdio/fsetpos.c
					prev stdio/stdhdr.h
				done stdio/fsetpos.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fsetpos.c
			done fsetpos.o generated
			make ftell.o
				make stdio/ftell.c
					prev stdio/stdhdr.h
				done stdio/ftell.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/ftell.c
			done ftell.o generated
			make ftello.o
				make stdio/ftello.c
					prev stdio/stdhdr.h
				done stdio/ftello.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/ftello.c
			done ftello.o generated
			make fwrite.o
				make stdio/fwrite.c
					prev stdio/stdhdr.h
				done stdio/fwrite.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fwrite.c
			done fwrite.o generated
			make getw.o
				make stdio/getw.c
					prev stdio/stdhdr.h
				done stdio/getw.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/getw.c
			done getw.o generated
			make pclose.o
				make stdio/pclose.c
					prev stdio/stdhdr.h
				done stdio/pclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/pclose.c
			done pclose.o generated
			make popen.o
				make stdio/popen.c
					prev stdio/stdhdr.h
				done stdio/popen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/popen.c
			done popen.o generated
			make printf.o
				make stdio/printf.c
					prev stdio/stdhdr.h
				done stdio/printf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/printf.c
			done printf.o generated
			make putchar.o
				make stdio/putchar.c
					prev stdio/stdhdr.h
				done stdio/putchar.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/putchar.c
			done putchar.o generated
			make puts.o
				make stdio/puts.c
					prev stdio/stdhdr.h
				done stdio/puts.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/puts.c
			done puts.o generated
			make putw.o
				make stdio/putw.c
					prev stdio/stdhdr.h
				done stdio/putw.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/putw.c
			done putw.o generated
			make rewind.o
				make stdio/rewind.c
					prev stdio/stdhdr.h
				done stdio/rewind.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/rewind.c
			done rewind.o generated
			make scanf.o
				make stdio/scanf.c
					prev stdio/stdhdr.h
				done stdio/scanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/scanf.c
			done scanf.o generated
			make setbuf.o
				make stdio/setbuf.c
					prev stdio/stdhdr.h
				done stdio/setbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/setbuf.c
			done setbuf.o generated
			make setbuffer.o
				make stdio/setbuffer.c
					prev stdio/stdhdr.h
				done stdio/setbuffer.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/setbuffer.c
			done setbuffer.o generated
			make setlinebuf.o
				make stdio/setlinebuf.c
					prev stdio/stdhdr.h
				done stdio/setlinebuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/setlinebuf.c
			done setlinebuf.o generated
			make setvbuf.o
				make stdio/setvbuf.c
					prev stdio/stdhdr.h
				done stdio/setvbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/setvbuf.c
			done setvbuf.o generated
			make snprintf.o
				make stdio/snprintf.c
					prev stdio/stdhdr.h
				done stdio/snprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/snprintf.c
			done snprintf.o generated
			make sprintf.o
				make stdio/sprintf.c
					prev stdio/stdhdr.h
				done stdio/sprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/sprintf.c
			done sprintf.o generated
			make sscanf.o
				make stdio/sscanf.c
					prev stdio/stdhdr.h
				done stdio/sscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/sscanf.c
			done sscanf.o generated
			make asprintf.o
				make stdio/asprintf.c
					prev stdio/stdhdr.h
				done stdio/asprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/asprintf.c
			done asprintf.o generated
			make vasprintf.o
				make stdio/vasprintf.c
					prev stdio/stdhdr.h
				done stdio/vasprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vasprintf.c
			done vasprintf.o generated
			make tmpfile.o
				make stdio/tmpfile.c
					prev stdio/stdhdr.h
				done stdio/tmpfile.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/tmpfile.c
			done tmpfile.o generated
			make ungetc.o
				make stdio/ungetc.c
					prev stdio/stdhdr.h
				done stdio/ungetc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/ungetc.c
			done ungetc.o generated
			make vfprintf.o
				make stdio/vfprintf.c
					prev stdio/stdhdr.h
				done stdio/vfprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vfprintf.c
			done vfprintf.o generated
			make vfscanf.o
				make stdio/vfscanf.c
					prev stdio/stdhdr.h
				done stdio/vfscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vfscanf.c
			done vfscanf.o generated
			make vprintf.o
				make stdio/vprintf.c
					prev stdio/stdhdr.h
				done stdio/vprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vprintf.c
			done vprintf.o generated
			make vscanf.o
				make stdio/vscanf.c
					prev stdio/stdhdr.h
				done stdio/vscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vscanf.c
			done vscanf.o generated
			make vsnprintf.o
				make stdio/vsnprintf.c
					prev stdio/stdhdr.h
				done stdio/vsnprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vsnprintf.c
			done vsnprintf.o generated
			make vsprintf.o
				make stdio/vsprintf.c
					prev stdio/stdhdr.h
				done stdio/vsprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vsprintf.c
			done vsprintf.o generated
			make vsscanf.o
				make stdio/vsscanf.c
					prev stdio/stdhdr.h
				done stdio/vsscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vsscanf.c
			done vsscanf.o generated
			make _doprnt.o
				make stdio/_doprnt.c
					prev stdio/stdhdr.h
				done stdio/_doprnt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_doprnt.c
			done _doprnt.o generated
			make _doscan.o
				make stdio/_doscan.c
					prev stdio/stdhdr.h
				done stdio/_doscan.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_doscan.c
			done _doscan.o generated
			make _filbuf.o
				make stdio/_filbuf.c
					prev stdio/stdhdr.h
				done stdio/_filbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_filbuf.c
			done _filbuf.o generated
			make _flsbuf.o
				make stdio/_flsbuf.c
					prev stdio/stdhdr.h
				done stdio/_flsbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_flsbuf.c
			done _flsbuf.o generated
			make _stdopen.o
				make stdio/_stdopen.c
					prev stdio/stdhdr.h
				done stdio/_stdopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdopen.c
			done _stdopen.o generated
			make _stdprintf.o
				make stdio/_stdprintf.c
					prev stdio/stdhdr.h
				done stdio/_stdprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdprintf.c
			done _stdprintf.o generated
			make _stdscanf.o
				make stdio/_stdscanf.c
					prev stdio/stdhdr.h
				done stdio/_stdscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdscanf.c
			done _stdscanf.o generated
			make _stdsprnt.o
				make stdio/_stdsprnt.c
					prev stdio/stdhdr.h
				done stdio/_stdsprnt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdsprnt.c
			done _stdsprnt.o generated
			make _stdvbuf.o
				make stdio/_stdvbuf.c
					prev stdio/stdhdr.h
				done stdio/_stdvbuf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdvbuf.c
			done _stdvbuf.o generated
			make _stdvsnprnt.o
				make stdio/_stdvsnprnt.c
					prev stdio/stdhdr.h
				done stdio/_stdvsnprnt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdvsnprnt.c
			done _stdvsnprnt.o generated
			make _stdvsprnt.o
				make stdio/_stdvsprnt.c
					prev stdio/stdhdr.h
				done stdio/_stdvsprnt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdvsprnt.c
			done _stdvsprnt.o generated
			make _stdvsscn.o
				make stdio/_stdvsscn.c
					prev stdio/stdhdr.h
				done stdio/_stdvsscn.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/_stdvsscn.c
			done _stdvsscn.o generated
			make fgetwc.o
				make stdio/fgetwc.c
					prev stdio/stdhdr.h
				done stdio/fgetwc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fgetwc.c
			done fgetwc.o generated
			make fwprintf.o
				make stdio/fwprintf.c
					prev stdio/stdhdr.h
				done stdio/fwprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fwprintf.c
			done fwprintf.o generated
			make putwchar.o
				make stdio/putwchar.c
					prev ast_wchar.h
					prev stdio/stdhdr.h
				done stdio/putwchar.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/putwchar.c
			done putwchar.o generated
			make vfwscanf.o
				make stdio/vfwscanf.c
					prev stdio/stdhdr.h
				done stdio/vfwscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vfwscanf.c
			done vfwscanf.o generated
			make wprintf.o
				make stdio/wprintf.c
					prev stdio/stdhdr.h
				done stdio/wprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/wprintf.c
			done wprintf.o generated
			make fgetws.o
				make stdio/fgetws.c
					prev stdio/stdhdr.h
				done stdio/fgetws.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fgetws.c
			done fgetws.o generated
			make fwscanf.o
				make stdio/fwscanf.c
					prev stdio/stdhdr.h
				done stdio/fwscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fwscanf.c
			done fwscanf.o generated
			make swprintf.o
				make stdio/swprintf.c
					prev stdio/stdhdr.h
				done stdio/swprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/swprintf.c
			done swprintf.o generated
			make vswprintf.o
				make stdio/vswprintf.c
					prev stdio/stdhdr.h
				done stdio/vswprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vswprintf.c
			done vswprintf.o generated
			make wscanf.o
				make stdio/wscanf.c
					prev stdio/stdhdr.h
				done stdio/wscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/wscanf.c
			done wscanf.o generated
			make fputwc.o
				make stdio/fputwc.c
					prev stdio/stdhdr.h
				done stdio/fputwc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fputwc.c
			done fputwc.o generated
			make getwc.o
				make stdio/getwc.c
					prev ast_wchar.h
					prev stdio/stdhdr.h
				done stdio/getwc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/getwc.c
			done getwc.o generated
			make swscanf.o
				make stdio/swscanf.c
					prev stdio/stdhdr.h
				done stdio/swscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/swscanf.c
			done swscanf.o generated
			make vswscanf.o
				make stdio/vswscanf.c
					prev stdio/stdhdr.h
				done stdio/vswscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vswscanf.c
			done vswscanf.o generated
			make fputws.o
				make stdio/fputws.c
					prev stdio/stdhdr.h
				done stdio/fputws.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fputws.c
			done fputws.o generated
			make getwchar.o
				make stdio/getwchar.c
					prev ast_wchar.h
					prev stdio/stdhdr.h
				done stdio/getwchar.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/getwchar.c
			done getwchar.o generated
			make ungetwc.o
				make stdio/ungetwc.c
					prev stdio/stdhdr.h
				done stdio/ungetwc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/ungetwc.c
			done ungetwc.o generated
			make vwprintf.o
				make stdio/vwprintf.c
					prev stdio/stdhdr.h
				done stdio/vwprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vwprintf.c
			done vwprintf.o generated
			make fwide.o
				make stdio/fwide.c
					prev stdio/stdhdr.h
				done stdio/fwide.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fwide.c
			done fwide.o generated
			make putwc.o
				make stdio/putwc.c
					prev ast_wchar.h
					prev stdio/stdhdr.h
				done stdio/putwc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/putwc.c
			done putwc.o generated
			make vfwprintf.o
				make stdio/vfwprintf.c
					prev stdio/stdhdr.h
				done stdio/vfwprintf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vfwprintf.c
			done vfwprintf.o generated
			make vwscanf.o
				make stdio/vwscanf.c
					prev stdio/stdhdr.h
				done stdio/vwscanf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/vwscanf.c
			done vwscanf.o generated
			make stdio_c99.o
				make stdio/stdio_c99.c
					prev stdio/stdhdr.h
				done stdio/stdio_c99.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/stdio_c99.c
			done stdio_c99.o generated
			make fcloseall.o
				make stdio/fcloseall.c
					prev stdio/stdhdr.h
				done stdio/fcloseall.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fcloseall.c
			done fcloseall.o generated
			make fmemopen.o
				make stdio/fmemopen.c
					prev stdio/stdhdr.h
				done stdio/fmemopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/fmemopen.c
			done fmemopen.o generated
			make getdelim.o
				make stdio/getdelim.c
					prev stdio/stdhdr.h
				done stdio/getdelim.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/getdelim.c
			done getdelim.o generated
			make getline.o
				make stdio/getline.c
					prev stdio/stdhdr.h
				done stdio/getline.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Istdio -Iinclude -Istd -I${INSTALLROOT}/include -c stdio/getline.c
			done getline.o generated
			make frexp.o
				make comp/frexp.c
					prev FEATURE/float
					prev include/ast.h
				done comp/frexp.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/frexp.c
			done frexp.o generated
			make frexpl.o
				make comp/frexpl.c
					prev FEATURE/float
					prev include/ast.h
				done comp/frexpl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/frexpl.c
			done frexpl.o generated
			make astcopy.o
				make port/astcopy.c
					prev include/ls.h
					make ast_mmap.h implicit
						prev FEATURE/mmap
						exec - ${STDCMP} -s FEATURE/mmap ast_mmap.h || { ${STDRM} -f ast_mmap.h; ${STDCP} FEATURE/mmap ast_mmap.h; }
					done ast_mmap.h generated
					prev include/ast.h
				done port/astcopy.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/astcopy.c
			done astcopy.o generated
			make astconf.o
				make port/astconf.c
					make FEATURE/libpath implicit
						prev features/libpath.sh
						exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/libpath.sh
					done FEATURE/libpath generated
					prev conftab.h
					prev include/ls.h
					prev include/proc.h
					prev include/regex.h
					prev include/error.h
					prev include/ast.h
					prev misc/univlib.h
				done port/astconf.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -D__OBSOLETE__=20120101 -DCONF_LIBSUFFIX=\""${mam_cc_SUFFIX_DYNAMIC-${mam_cc_SUFFIX_SHARED}}"\" -DCONF_LIBPREFIX=\""${mam_cc_PREFIX_DYNAMIC-${mam_cc_PREFIX_SHARED}}"\" -DHOSTTYPE=\""${mam_cc_HOSTTYPE}"\" -c port/astconf.c
			done astconf.o generated
			make astdynamic.o
				make port/astdynamic.c
					prev sfio/sfhdr.h
					prev include/ast_windows.h
					prev include/ast.h
					prev include/sfio_t.h
				done port/astdynamic.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -c port/astdynamic.c
			done astdynamic.o generated
			make astquery.o
				make port/astquery.c
					prev include/error.h
					prev include/ast.h
				done port/astquery.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/astquery.c
			done astquery.o generated
			make astwinsize.o
				make port/astwinsize.c
					prev jioctl.h implicit dontcare virtual
					prev ast_tty.h
					prev include/ast.h
				done port/astwinsize.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/astwinsize.c
			done astwinsize.o generated
			make conftab.o
				prev conftab.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c conftab.c
			done conftab.o generated
			make aststatic.o
				make port/aststatic.c
					prev include/ast.h
				done port/aststatic.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c port/aststatic.c
			done aststatic.o generated
			make getopt.o
				make comp/getopt.c
					prev include/option.h
					prev include/error.h
					prev include/ast.h
				done comp/getopt.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getopt.c
			done getopt.o generated
			make getoptl.o
				make comp/getoptl.c
					prev comp/getopt.h
					prev include/option.h
					prev include/error.h
					prev include/ast_getopt.h
					prev include/ast.h
				done comp/getoptl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c comp/getoptl.c
			done getoptl.o generated
			make aso.o
				make aso/aso.c
					prev std/stdio.h
					prev FEATURE/aso
					make aso/asohdr.h implicit
						prev include/aso.h
						make FEATURE/asometh implicit
							prev features/asometh
							exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/asometh
						done FEATURE/asometh generated
						make include/fnv.h implicit
							prev ast_common.h
						done include/fnv.h
						prev include/error.h
						prev include/ast.h
					done aso/asohdr.h
				done aso/aso.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/aso.c
			done aso.o generated
			make asolock.o
				make aso/asolock.c
					prev aso/asohdr.h
				done aso/asolock.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/asolock.c
			done asolock.o generated
			make asometh.o
				make aso/asometh.c
					prev aso/asohdr.h
				done aso/asometh.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/asometh.c
			done asometh.o generated
			make asorelax.o
				make aso/asorelax.c
					prev tv.h
					prev aso/asohdr.h
				done aso/asorelax.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/asorelax.c
			done asorelax.o generated
			make aso-sem.o
				make aso/aso-sem.c
					prev aso/asohdr.h
				done aso/aso-sem.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/aso-sem.c
			done aso-sem.o generated
			make aso-fcntl.o
				make aso/aso-fcntl.c
					prev aso/asohdr.h
				done aso/aso-fcntl.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iaso -Icomp -Iinclude -Istd -c aso/aso-fcntl.c
			done aso-fcntl.o generated
			make vmbest.o
				make vmalloc/vmbest.c
					prev windows.h
					prev include/ast_windows.h
					make vmalloc/vmhdr.h implicit
						prev include/vmalloc.h
						prev include/ast_windows.h
						prev include/aso.h
						prev FEATURE/vmalloc
						prev ast_common.h
						prev include/ast.h
					done vmalloc/vmhdr.h dontcare
				done vmalloc/vmbest.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmbest.c
			done vmbest.o generated
			make vmclear.o
				make vmalloc/vmclear.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmclear.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmclear.c
			done vmclear.o generated
			make vmclose.o
				make vmalloc/vmclose.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmclose.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmclose.c
			done vmclose.o generated
			make vmdcheap.o
				make vmalloc/vmdcheap.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmdcheap.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmdcheap.c
			done vmdcheap.o generated
			make vmdebug.o
				make vmalloc/vmdebug.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmdebug.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmdebug.c
			done vmdebug.o generated
			make vmdisc.o
				make vmalloc/vmdisc.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmdisc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmdisc.c
			done vmdisc.o generated
			make vmlast.o
				make vmalloc/vmlast.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmlast.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmlast.c
			done vmlast.o generated
			make vmopen.o
				make vmalloc/vmopen.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmopen.c
			done vmopen.o generated
			make vmpool.o
				make vmalloc/vmpool.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmpool.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmpool.c
			done vmpool.o generated
			make vmprivate.o
				make vmalloc/vmprivate.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmprivate.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmprivate.c
			done vmprivate.o generated
			make vmprofile.o
				make vmalloc/vmprofile.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmprofile.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmprofile.c
			done vmprofile.o generated
			make vmregion.o
				make vmalloc/vmregion.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmregion.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmregion.c
			done vmregion.o generated
			make vmsegment.o
				make vmalloc/vmsegment.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmsegment.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmsegment.c
			done vmsegment.o generated
			make vmset.o
				make vmalloc/vmset.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmset.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmset.c
			done vmset.o generated
			make vmstat.o
				make vmalloc/vmstat.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmstat.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmstat.c
			done vmstat.o generated
			make vmstrdup.o
				make vmalloc/vmstrdup.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmstrdup.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmstrdup.c
			done vmstrdup.o generated
			make vmtrace.o
				make vmalloc/vmtrace.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmtrace.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmtrace.c
			done vmtrace.o generated
			make vmwalk.o
				make vmalloc/vmwalk.c
					prev vmalloc/vmhdr.h
				done vmalloc/vmwalk.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmwalk.c
			done vmwalk.o generated
			make vmmopen.o
				make vmalloc/vmmopen.c
					prev std/stdio.h
					prev vmalloc/vmhdr.h
					prev FEATURE/vmalloc
				done vmalloc/vmmopen.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/vmmopen.c
			done vmmopen.o generated
			make malloc.o
				make vmalloc/malloc.c
					prev include/ast_windows.h
					prev std/stdio.h
					prev vmalloc/vmhdr.h
				done vmalloc/malloc.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -c vmalloc/malloc.c
			done malloc.o generated
			make vmgetmem.o
				make vmalloc/vmgetmem.c
					prev include/vmalloc.h
				done vmalloc/vmgetmem.c
				exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -c vmalloc/vmgetmem.c
			done vmgetmem.o generated
			exec - ${AR} rc libast.a state.o opendir.o readdir.o rewinddir.o seekdir.o telldir.o getcwd.o fastfind.o hashalloc.o hashdump.o hashfree.o hashlast.o hashlook.o hashscan.o hashsize.o hashview.o hashwalk.o memhash.o memsum.o strhash.o strkey.o strsum.o stracmp.o strnacmp.o ccmap.o ccmapid.o ccnative.o chresc.o chrtoi.o
			exec - ${AR} rc libast.a streval.o strexpr.o strmatch.o strcopy.o modei.o modex.o strmode.o strlcat.o strlcpy.o strlook.o strncopy.o strsearch.o strpsearch.o stresc.o stropt.o strtape.o strpcmp.o strnpcmp.o strvcmp.o strnvcmp.o tok.o tokline.o tokscan.o pathaccess.o pathcat.o pathcanon.o pathcheck.o pathpath.o pathexists.o pathfind.o pathicase.o pathkey.o pathprobe.o pathrepl.o pathnative.o pathposix.o pathtemp.o pathtmp.o pathstat.o pathgetlink.o pathsetlink.o pathbin.o pathshell.o pathcd.o pathprog.o ftwalk.o ftwflags.o fts.o astintercept.o conformance.o getenv.o setenviron.o optget.o optjoin.o optesc.o optctx.o strsort.o struniq.o magic.o mime.o mimetype.o signal.o sigflag.o systrace.o error.o errorf.o errormsg.o errorx.o localeconv.o setlocale.o translate.o catopen.o iconv.o lc.o lctab.o mc.o base64.o recfmt.o recstr.o reclen.o fmtrec.o fmtbase.o fmtbuf.o fmtclock.o fmtdev.o fmtelapsed.o fmterror.o fmtesc.o fmtfmt.o fmtfs.o fmtident.o fmtint.o fmtip4.o fmtip6.o fmtls.o fmtmatch.o fmtmode.o fmtnum.o fmtperm.o fmtre.o fmttime.o
			exec - ${AR} rc libast.a fmtuid.o fmtgid.o fmtsignal.o fmtscale.o fmttmx.o fmttv.o fmtversion.o strelapsed.o strperm.o struid.o strgid.o strtoip4.o strtoip6.o stack.o stk.o swapget.o swapmem.o swapop.o swapput.o sigdata.o sigcrit.o sigunblock.o procopen.o procclose.o procrun.o procfree.o tmdate.o tmequiv.o tmfix.o tmfmt.o tmform.o tmgoff.o tminit.o tmleap.o tmlex.o tmlocale.o tmmake.o tmpoff.o tmscan.o tmsleep.o tmtime.o tmtype.o tmweek.o tmword.o tmzone.o tmxdate.o tmxduration.o tmxfmt.o tmxgettime.o tmxleap.o tmxmake.o tmxscan.o tmxsettime.o tmxsleep.o tmxtime.o tmxtouch.o tvcmp.o tvgettime.o tvsettime.o tvsleep.o tvtouch.o cmdarg.o vecargs.o vecfile.o vecfree.o vecload.o vecstring.o univdata.o touch.o mnt.o debug.o memccpy.o memchr.o memcmp.o memcpy.o memdup.o memmove.o memset.o mkdir.o mkfifo.o mknod.o rmdir.o remove.o rename.o link.o unlink.o strdup.o strchr.o strrchr.o strstr.o strtod.o strtold.o strtol.o strtoll.o strtoul.o strtoull.o strton.o strtonll.o strntod.o strntold.o strnton.o
			exec - ${AR} rc libast.a strntonll.o strntol.o strntoll.o strntoul.o strntoull.o strcasecmp.o strncasecmp.o strerror.o mktemp.o tmpnam.o fsync.o execlp.o execve.o execvp.o execvpe.o spawnveg.o killpg.o getlogin.o putenv.o setenv.o unsetenv.o lstat.o statvfs.o eaccess.o gross.o omitted.o readlink.o symlink.o getpgrp.o setpgid.o setsid.o fcntl.o open.o atexit.o getdents.o getwd.o dup2.o errno.o getgroups.o mount.o system.o iblocks.o modedata.o tmdata.o memfatal.o sfkeyprintf.o sfdcdio.o sfdcdos.o sfdcfilter.o sfdcseekable.o sfdcslow.o sfdcsubstr.o sfdctee.o sfdcunion.o sfdcmore.o sfdcprefix.o wc.o wc2utf8.o basename.o closelog.o dirname.o fmtmsglib.o fnmatch.o ftw.o getdate.o getsubopt.o glob.o nftw.o openlog.o re_comp.o resolvepath.o realpath.o regcmp.o regexp.o setlogmask.o strftime.o strptime.o swab.o syslog.o tempnam.o wordexp.o mktime.o regalloc.o regclass.o regcoll.o regcomp.o regcache.o regdecomp.o regerror.o regexec.o regfatal.o reginit.o
			exec - ${AR} rc libast.a regnexec.o regsubcomp.o regsubexec.o regsub.o regrecord.o regrexec.o regstat.o dtclose.o dtdisc.o dthash.o dtlist.o dtmethod.o dtopen.o dtstat.o dtstrhash.o dttree.o dtuser.o dtview.o dtwalk.o dtnew.o dtcomp.o sfclose.o sfclrlock.o sfdisc.o sfdlen.o sfexcept.o sfgetl.o sfgetu.o sfcvt.o sfecvt.o sffcvt.o sfextern.o sffilbuf.o sfflsbuf.o sfprints.o sfgetd.o sfgetr.o sfllen.o sfmode.o sfmove.o sfnew.o sfpkrd.o sfnotify.o sfnputc.o sfopen.o sfpeek.o sfpoll.o sfpool.o sfpopen.o sfprintf.o sfputd.o sfputl.o sfputr.o sfputu.o sfrd.o sfread.o sfreserve.o sfscanf.o sfseek.o sfset.o sfsetbuf.o sfsetfd.o sfsize.o sfsk.o sfstack.o sfstrtod.o sfsync.o sfswap.o sftable.o sftell.o sftmp.o sfungetc.o sfvprintf.o sfvscanf.o sfwr.o sfwrite.o sfpurge.o sfraise.o sfwalk.o sfgetm.o sfputm.o sfresize.o _sfclrerr.o _sfeof.o _sferror.o _sffileno.o _sfopen.o _sfstacked.o _sfvalue.o _sfgetc.o _sfgetl.o _sfgetl2.o _sfgetu.o _sfgetu2.o _sfdlen.o _sfllen.o _sfslen.o _sfulen.o _sfputc.o _sfputd.o _sfputl.o _sfputm.o
			exec - ${AR} rc libast.a _sfputu.o clearerr.o fclose.o fdopen.o fflush.o fgetc.o fgetpos.o fgets.o fopen.o fprintf.o fpurge.o fputs.o fread.o freopen.o fscanf.o fseek.o fseeko.o fsetpos.o ftell.o ftello.o fwrite.o getw.o pclose.o popen.o printf.o putchar.o puts.o putw.o rewind.o scanf.o setbuf.o setbuffer.o setlinebuf.o setvbuf.o snprintf.o sprintf.o sscanf.o asprintf.o vasprintf.o tmpfile.o ungetc.o vfprintf.o vfscanf.o vprintf.o vscanf.o vsnprintf.o vsprintf.o vsscanf.o _doprnt.o _doscan.o _filbuf.o _flsbuf.o _stdopen.o _stdprintf.o _stdscanf.o _stdsprnt.o _stdvbuf.o _stdvsnprnt.o _stdvsprnt.o _stdvsscn.o fgetwc.o fwprintf.o putwchar.o vfwscanf.o wprintf.o fgetws.o fwscanf.o swprintf.o vswprintf.o wscanf.o fputwc.o getwc.o swscanf.o vswscanf.o fputws.o getwchar.o ungetwc.o vwprintf.o fwide.o putwc.o vfwprintf.o vwscanf.o stdio_c99.o fcloseall.o fmemopen.o getdelim.o getline.o frexp.o frexpl.o astcopy.o
			exec - ${AR} rc libast.a astconf.o astdynamic.o astquery.o astwinsize.o conftab.o aststatic.o getopt.o getoptl.o aso.o asolock.o asometh.o asorelax.o aso-sem.o aso-fcntl.o vmbest.o vmclear.o vmclose.o vmdcheap.o vmdebug.o vmdisc.o vmlast.o vmopen.o vmpool.o vmprivate.o vmprofile.o vmregion.o vmsegment.o vmset.o vmstat.o vmstrdup.o vmtrace.o vmwalk.o vmmopen.o malloc.o vmgetmem.o
			exec - (ranlib libast.a) >/dev/null 2>&1 || true
		done libast.a generated
	done ast virtual
	prev libast.a
	make ${INSTALLROOT}/lib
		exec - if test ! -d ${INSTALLROOT}/lib
		exec - then mkdir -p ${INSTALLROOT}/lib
		exec - fi
	done ${INSTALLROOT}/lib generated
	make ${INSTALLROOT}/lib/libast.a archive
		prev ${INSTALLROOT}/lib
		prev libast.a
		exec - ${STDCMP} 2>/dev/null -s libast.a ${INSTALLROOT}/lib/libast.a || { ${STDMV} ${INSTALLROOT}/lib/libast.a ${INSTALLROOT}/lib/libast.a.old 2>/dev/null || true; ${STDCP} libast.a ${INSTALLROOT}/lib/libast.a ;}
		exec - (ranlib ${INSTALLROOT}/lib/libast.a) >/dev/null 2>&1 || true
	done ${INSTALLROOT}/lib/libast.a generated
	make ${INSTALLROOT}/man/man3
		exec - if test ! -d ${INSTALLROOT}/man/man3
		exec - then mkdir -p ${INSTALLROOT}/man/man3
		exec - fi
	done ${INSTALLROOT}/man/man3 generated
	make ${INSTALLROOT}/man/man3/LIBAST.3
		prev ${INSTALLROOT}/man/man3
		prev man/LIBAST.3
		exec - ${STDCMP} 2>/dev/null -s man/LIBAST.3 ${INSTALLROOT}/man/man3/LIBAST.3 || { ${STDMV} ${INSTALLROOT}/man/man3/LIBAST.3 ${INSTALLROOT}/man/man3/LIBAST.3.old 2>/dev/null || true; ${STDCP} man/LIBAST.3 ${INSTALLROOT}/man/man3/LIBAST.3 ;}
	done ${INSTALLROOT}/man/man3/LIBAST.3 generated
	make ${INSTALLROOT}/man/man3/aso.3
		prev man/aso.3
		exec - ${STDCMP} 2>/dev/null -s man/aso.3 ${INSTALLROOT}/man/man3/aso.3 || { ${STDMV} ${INSTALLROOT}/man/man3/aso.3 ${INSTALLROOT}/man/man3/aso.3.old 2>/dev/null || true; ${STDCP} man/aso.3 ${INSTALLROOT}/man/man3/aso.3 ;}
	done ${INSTALLROOT}/man/man3/aso.3 generated
	make ${INSTALLROOT}/man/man3/ast.3
		prev man/ast.3
		exec - ${STDCMP} 2>/dev/null -s man/ast.3 ${INSTALLROOT}/man/man3/ast.3 || { ${STDMV} ${INSTALLROOT}/man/man3/ast.3 ${INSTALLROOT}/man/man3/ast.3.old 2>/dev/null || true; ${STDCP} man/ast.3 ${INSTALLROOT}/man/man3/ast.3 ;}
	done ${INSTALLROOT}/man/man3/ast.3 generated
	make ${INSTALLROOT}/man/man3/cdt.3
		prev man/cdt.3
		exec - ${STDCMP} 2>/dev/null -s man/cdt.3 ${INSTALLROOT}/man/man3/cdt.3 || { ${STDMV} ${INSTALLROOT}/man/man3/cdt.3 ${INSTALLROOT}/man/man3/cdt.3.old 2>/dev/null || true; ${STDCP} man/cdt.3 ${INSTALLROOT}/man/man3/cdt.3 ;}
	done ${INSTALLROOT}/man/man3/cdt.3 generated
	make ${INSTALLROOT}/man/man3/chr.3
		prev man/chr.3
		exec - ${STDCMP} 2>/dev/null -s man/chr.3 ${INSTALLROOT}/man/man3/chr.3 || { ${STDMV} ${INSTALLROOT}/man/man3/chr.3 ${INSTALLROOT}/man/man3/chr.3.old 2>/dev/null || true; ${STDCP} man/chr.3 ${INSTALLROOT}/man/man3/chr.3 ;}
	done ${INSTALLROOT}/man/man3/chr.3 generated
	make ${INSTALLROOT}/man/man3/compat.3
		prev man/compat.3
		exec - ${STDCMP} 2>/dev/null -s man/compat.3 ${INSTALLROOT}/man/man3/compat.3 || { ${STDMV} ${INSTALLROOT}/man/man3/compat.3 ${INSTALLROOT}/man/man3/compat.3.old 2>/dev/null || true; ${STDCP} man/compat.3 ${INSTALLROOT}/man/man3/compat.3 ;}
	done ${INSTALLROOT}/man/man3/compat.3 generated
	make ${INSTALLROOT}/man/man3/error.3
		prev man/error.3
		exec - ${STDCMP} 2>/dev/null -s man/error.3 ${INSTALLROOT}/man/man3/error.3 || { ${STDMV} ${INSTALLROOT}/man/man3/error.3 ${INSTALLROOT}/man/man3/error.3.old 2>/dev/null || true; ${STDCP} man/error.3 ${INSTALLROOT}/man/man3/error.3 ;}
	done ${INSTALLROOT}/man/man3/error.3 generated
	make ${INSTALLROOT}/man/man3/find.3
		prev man/find.3
		exec - ${STDCMP} 2>/dev/null -s man/find.3 ${INSTALLROOT}/man/man3/find.3 || { ${STDMV} ${INSTALLROOT}/man/man3/find.3 ${INSTALLROOT}/man/man3/find.3.old 2>/dev/null || true; ${STDCP} man/find.3 ${INSTALLROOT}/man/man3/find.3 ;}
	done ${INSTALLROOT}/man/man3/find.3 generated
	make ${INSTALLROOT}/man/man3/fmt.3
		prev man/fmt.3
		exec - ${STDCMP} 2>/dev/null -s man/fmt.3 ${INSTALLROOT}/man/man3/fmt.3 || { ${STDMV} ${INSTALLROOT}/man/man3/fmt.3 ${INSTALLROOT}/man/man3/fmt.3.old 2>/dev/null || true; ${STDCP} man/fmt.3 ${INSTALLROOT}/man/man3/fmt.3 ;}
	done ${INSTALLROOT}/man/man3/fmt.3 generated
	make ${INSTALLROOT}/man/man3/fmtls.3
		prev man/fmtls.3
		exec - ${STDCMP} 2>/dev/null -s man/fmtls.3 ${INSTALLROOT}/man/man3/fmtls.3 || { ${STDMV} ${INSTALLROOT}/man/man3/fmtls.3 ${INSTALLROOT}/man/man3/fmtls.3.old 2>/dev/null || true; ${STDCP} man/fmtls.3 ${INSTALLROOT}/man/man3/fmtls.3 ;}
	done ${INSTALLROOT}/man/man3/fmtls.3 generated
	make ${INSTALLROOT}/man/man3/ftwalk.3
		prev man/ftwalk.3
		exec - ${STDCMP} 2>/dev/null -s man/ftwalk.3 ${INSTALLROOT}/man/man3/ftwalk.3 || { ${STDMV} ${INSTALLROOT}/man/man3/ftwalk.3 ${INSTALLROOT}/man/man3/ftwalk.3.old 2>/dev/null || true; ${STDCP} man/ftwalk.3 ${INSTALLROOT}/man/man3/ftwalk.3 ;}
	done ${INSTALLROOT}/man/man3/ftwalk.3 generated
	make ${INSTALLROOT}/man/man3/getcwd.3
		prev man/getcwd.3
		exec - ${STDCMP} 2>/dev/null -s man/getcwd.3 ${INSTALLROOT}/man/man3/getcwd.3 || { ${STDMV} ${INSTALLROOT}/man/man3/getcwd.3 ${INSTALLROOT}/man/man3/getcwd.3.old 2>/dev/null || true; ${STDCP} man/getcwd.3 ${INSTALLROOT}/man/man3/getcwd.3 ;}
	done ${INSTALLROOT}/man/man3/getcwd.3 generated
	make ${INSTALLROOT}/man/man3/hash.3
		prev man/hash.3
		exec - ${STDCMP} 2>/dev/null -s man/hash.3 ${INSTALLROOT}/man/man3/hash.3 || { ${STDMV} ${INSTALLROOT}/man/man3/hash.3 ${INSTALLROOT}/man/man3/hash.3.old 2>/dev/null || true; ${STDCP} man/hash.3 ${INSTALLROOT}/man/man3/hash.3 ;}
	done ${INSTALLROOT}/man/man3/hash.3 generated
	make ${INSTALLROOT}/man/man3/iblocks.3
		prev man/iblocks.3
		exec - ${STDCMP} 2>/dev/null -s man/iblocks.3 ${INSTALLROOT}/man/man3/iblocks.3 || { ${STDMV} ${INSTALLROOT}/man/man3/iblocks.3 ${INSTALLROOT}/man/man3/iblocks.3.old 2>/dev/null || true; ${STDCP} man/iblocks.3 ${INSTALLROOT}/man/man3/iblocks.3 ;}
	done ${INSTALLROOT}/man/man3/iblocks.3 generated
	make ${INSTALLROOT}/man/man3/int.3
		prev man/int.3
		exec - ${STDCMP} 2>/dev/null -s man/int.3 ${INSTALLROOT}/man/man3/int.3 || { ${STDMV} ${INSTALLROOT}/man/man3/int.3 ${INSTALLROOT}/man/man3/int.3.old 2>/dev/null || true; ${STDCP} man/int.3 ${INSTALLROOT}/man/man3/int.3 ;}
	done ${INSTALLROOT}/man/man3/int.3 generated
	make ${INSTALLROOT}/man/man3/ip6.3
		prev man/ip6.3
		exec - ${STDCMP} 2>/dev/null -s man/ip6.3 ${INSTALLROOT}/man/man3/ip6.3 || { ${STDMV} ${INSTALLROOT}/man/man3/ip6.3 ${INSTALLROOT}/man/man3/ip6.3.old 2>/dev/null || true; ${STDCP} man/ip6.3 ${INSTALLROOT}/man/man3/ip6.3 ;}
	done ${INSTALLROOT}/man/man3/ip6.3 generated
	make ${INSTALLROOT}/man/man3/magic.3
		prev man/magic.3
		exec - ${STDCMP} 2>/dev/null -s man/magic.3 ${INSTALLROOT}/man/man3/magic.3 || { ${STDMV} ${INSTALLROOT}/man/man3/magic.3 ${INSTALLROOT}/man/man3/magic.3.old 2>/dev/null || true; ${STDCP} man/magic.3 ${INSTALLROOT}/man/man3/magic.3 ;}
	done ${INSTALLROOT}/man/man3/magic.3 generated
	make ${INSTALLROOT}/man/man3/mem.3
		prev man/mem.3
		exec - ${STDCMP} 2>/dev/null -s man/mem.3 ${INSTALLROOT}/man/man3/mem.3 || { ${STDMV} ${INSTALLROOT}/man/man3/mem.3 ${INSTALLROOT}/man/man3/mem.3.old 2>/dev/null || true; ${STDCP} man/mem.3 ${INSTALLROOT}/man/man3/mem.3 ;}
	done ${INSTALLROOT}/man/man3/mem.3 generated
	make ${INSTALLROOT}/man/man3/mime.3
		prev man/mime.3
		exec - ${STDCMP} 2>/dev/null -s man/mime.3 ${INSTALLROOT}/man/man3/mime.3 || { ${STDMV} ${INSTALLROOT}/man/man3/mime.3 ${INSTALLROOT}/man/man3/mime.3.old 2>/dev/null || true; ${STDCP} man/mime.3 ${INSTALLROOT}/man/man3/mime.3 ;}
	done ${INSTALLROOT}/man/man3/mime.3 generated
	make ${INSTALLROOT}/man/man3/modecanon.3
		prev man/modecanon.3
		exec - ${STDCMP} 2>/dev/null -s man/modecanon.3 ${INSTALLROOT}/man/man3/modecanon.3 || { ${STDMV} ${INSTALLROOT}/man/man3/modecanon.3 ${INSTALLROOT}/man/man3/modecanon.3.old 2>/dev/null || true; ${STDCP} man/modecanon.3 ${INSTALLROOT}/man/man3/modecanon.3 ;}
	done ${INSTALLROOT}/man/man3/modecanon.3 generated
	make ${INSTALLROOT}/man/man3/optget.3
		prev man/optget.3
		exec - ${STDCMP} 2>/dev/null -s man/optget.3 ${INSTALLROOT}/man/man3/optget.3 || { ${STDMV} ${INSTALLROOT}/man/man3/optget.3 ${INSTALLROOT}/man/man3/optget.3.old 2>/dev/null || true; ${STDCP} man/optget.3 ${INSTALLROOT}/man/man3/optget.3 ;}
	done ${INSTALLROOT}/man/man3/optget.3 generated
	make ${INSTALLROOT}/man/man3/path.3
		prev man/path.3
		exec - ${STDCMP} 2>/dev/null -s man/path.3 ${INSTALLROOT}/man/man3/path.3 || { ${STDMV} ${INSTALLROOT}/man/man3/path.3 ${INSTALLROOT}/man/man3/path.3.old 2>/dev/null || true; ${STDCP} man/path.3 ${INSTALLROOT}/man/man3/path.3 ;}
	done ${INSTALLROOT}/man/man3/path.3 generated
	make ${INSTALLROOT}/man/man3/proc.3
		prev man/proc.3
		exec - ${STDCMP} 2>/dev/null -s man/proc.3 ${INSTALLROOT}/man/man3/proc.3 || { ${STDMV} ${INSTALLROOT}/man/man3/proc.3 ${INSTALLROOT}/man/man3/proc.3.old 2>/dev/null || true; ${STDCP} man/proc.3 ${INSTALLROOT}/man/man3/proc.3 ;}
	done ${INSTALLROOT}/man/man3/proc.3 generated
	make ${INSTALLROOT}/man/man3/re.3
		prev man/re.3
		exec - ${STDCMP} 2>/dev/null -s man/re.3 ${INSTALLROOT}/man/man3/re.3 || { ${STDMV} ${INSTALLROOT}/man/man3/re.3 ${INSTALLROOT}/man/man3/re.3.old 2>/dev/null || true; ${STDCP} man/re.3 ${INSTALLROOT}/man/man3/re.3 ;}
	done ${INSTALLROOT}/man/man3/re.3 generated
	make ${INSTALLROOT}/man/man3/regex.3
		prev man/regex.3
		exec - ${STDCMP} 2>/dev/null -s man/regex.3 ${INSTALLROOT}/man/man3/regex.3 || { ${STDMV} ${INSTALLROOT}/man/man3/regex.3 ${INSTALLROOT}/man/man3/regex.3.old 2>/dev/null || true; ${STDCP} man/regex.3 ${INSTALLROOT}/man/man3/regex.3 ;}
	done ${INSTALLROOT}/man/man3/regex.3 generated
	make ${INSTALLROOT}/man/man3/setenviron.3
		prev man/setenviron.3
		exec - ${STDCMP} 2>/dev/null -s man/setenviron.3 ${INSTALLROOT}/man/man3/setenviron.3 || { ${STDMV} ${INSTALLROOT}/man/man3/setenviron.3 ${INSTALLROOT}/man/man3/setenviron.3.old 2>/dev/null || true; ${STDCP} man/setenviron.3 ${INSTALLROOT}/man/man3/setenviron.3 ;}
	done ${INSTALLROOT}/man/man3/setenviron.3 generated
	make ${INSTALLROOT}/man/man3/sfio.3
		prev man/sfio.3
		exec - ${STDCMP} 2>/dev/null -s man/sfio.3 ${INSTALLROOT}/man/man3/sfio.3 || { ${STDMV} ${INSTALLROOT}/man/man3/sfio.3 ${INSTALLROOT}/man/man3/sfio.3.old 2>/dev/null || true; ${STDCP} man/sfio.3 ${INSTALLROOT}/man/man3/sfio.3 ;}
	done ${INSTALLROOT}/man/man3/sfio.3 generated
	make ${INSTALLROOT}/man/man3/sig.3
		prev man/sig.3
		exec - ${STDCMP} 2>/dev/null -s man/sig.3 ${INSTALLROOT}/man/man3/sig.3 || { ${STDMV} ${INSTALLROOT}/man/man3/sig.3 ${INSTALLROOT}/man/man3/sig.3.old 2>/dev/null || true; ${STDCP} man/sig.3 ${INSTALLROOT}/man/man3/sig.3 ;}
	done ${INSTALLROOT}/man/man3/sig.3 generated
	make ${INSTALLROOT}/man/man3/spawnveg.3
		prev man/spawnveg.3
		exec - ${STDCMP} 2>/dev/null -s man/spawnveg.3 ${INSTALLROOT}/man/man3/spawnveg.3 || { ${STDMV} ${INSTALLROOT}/man/man3/spawnveg.3 ${INSTALLROOT}/man/man3/spawnveg.3.old 2>/dev/null || true; ${STDCP} man/spawnveg.3 ${INSTALLROOT}/man/man3/spawnveg.3 ;}
	done ${INSTALLROOT}/man/man3/spawnveg.3 generated
	make ${INSTALLROOT}/man/man3/stk.3
		prev man/stk.3
		exec - ${STDCMP} 2>/dev/null -s man/stk.3 ${INSTALLROOT}/man/man3/stk.3 || { ${STDMV} ${INSTALLROOT}/man/man3/stk.3 ${INSTALLROOT}/man/man3/stk.3.old 2>/dev/null || true; ${STDCP} man/stk.3 ${INSTALLROOT}/man/man3/stk.3 ;}
	done ${INSTALLROOT}/man/man3/stk.3 generated
	make ${INSTALLROOT}/man/man3/strcopy.3
		prev man/strcopy.3
		exec - ${STDCMP} 2>/dev/null -s man/strcopy.3 ${INSTALLROOT}/man/man3/strcopy.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strcopy.3 ${INSTALLROOT}/man/man3/strcopy.3.old 2>/dev/null || true; ${STDCP} man/strcopy.3 ${INSTALLROOT}/man/man3/strcopy.3 ;}
	done ${INSTALLROOT}/man/man3/strcopy.3 generated
	make ${INSTALLROOT}/man/man3/strdup.3
		prev man/strdup.3
		exec - ${STDCMP} 2>/dev/null -s man/strdup.3 ${INSTALLROOT}/man/man3/strdup.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strdup.3 ${INSTALLROOT}/man/man3/strdup.3.old 2>/dev/null || true; ${STDCP} man/strdup.3 ${INSTALLROOT}/man/man3/strdup.3 ;}
	done ${INSTALLROOT}/man/man3/strdup.3 generated
	make ${INSTALLROOT}/man/man3/strelapsed.3
		prev man/strelapsed.3
		exec - ${STDCMP} 2>/dev/null -s man/strelapsed.3 ${INSTALLROOT}/man/man3/strelapsed.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strelapsed.3 ${INSTALLROOT}/man/man3/strelapsed.3.old 2>/dev/null || true; ${STDCP} man/strelapsed.3 ${INSTALLROOT}/man/man3/strelapsed.3 ;}
	done ${INSTALLROOT}/man/man3/strelapsed.3 generated
	make ${INSTALLROOT}/man/man3/strerror.3
		prev man/strerror.3
		exec - ${STDCMP} 2>/dev/null -s man/strerror.3 ${INSTALLROOT}/man/man3/strerror.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strerror.3 ${INSTALLROOT}/man/man3/strerror.3.old 2>/dev/null || true; ${STDCP} man/strerror.3 ${INSTALLROOT}/man/man3/strerror.3 ;}
	done ${INSTALLROOT}/man/man3/strerror.3 generated
	make ${INSTALLROOT}/man/man3/stresc.3
		prev man/stresc.3
		exec - ${STDCMP} 2>/dev/null -s man/stresc.3 ${INSTALLROOT}/man/man3/stresc.3 || { ${STDMV} ${INSTALLROOT}/man/man3/stresc.3 ${INSTALLROOT}/man/man3/stresc.3.old 2>/dev/null || true; ${STDCP} man/stresc.3 ${INSTALLROOT}/man/man3/stresc.3 ;}
	done ${INSTALLROOT}/man/man3/stresc.3 generated
	make ${INSTALLROOT}/man/man3/streval.3
		prev man/streval.3
		exec - ${STDCMP} 2>/dev/null -s man/streval.3 ${INSTALLROOT}/man/man3/streval.3 || { ${STDMV} ${INSTALLROOT}/man/man3/streval.3 ${INSTALLROOT}/man/man3/streval.3.old 2>/dev/null || true; ${STDCP} man/streval.3 ${INSTALLROOT}/man/man3/streval.3 ;}
	done ${INSTALLROOT}/man/man3/streval.3 generated
	make ${INSTALLROOT}/man/man3/strgid.3
		prev man/strgid.3
		exec - ${STDCMP} 2>/dev/null -s man/strgid.3 ${INSTALLROOT}/man/man3/strgid.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strgid.3 ${INSTALLROOT}/man/man3/strgid.3.old 2>/dev/null || true; ${STDCP} man/strgid.3 ${INSTALLROOT}/man/man3/strgid.3 ;}
	done ${INSTALLROOT}/man/man3/strgid.3 generated
	make ${INSTALLROOT}/man/man3/strmatch.3
		prev man/strmatch.3
		exec - ${STDCMP} 2>/dev/null -s man/strmatch.3 ${INSTALLROOT}/man/man3/strmatch.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strmatch.3 ${INSTALLROOT}/man/man3/strmatch.3.old 2>/dev/null || true; ${STDCP} man/strmatch.3 ${INSTALLROOT}/man/man3/strmatch.3 ;}
	done ${INSTALLROOT}/man/man3/strmatch.3 generated
	make ${INSTALLROOT}/man/man3/stropt.3
		prev man/stropt.3
		exec - ${STDCMP} 2>/dev/null -s man/stropt.3 ${INSTALLROOT}/man/man3/stropt.3 || { ${STDMV} ${INSTALLROOT}/man/man3/stropt.3 ${INSTALLROOT}/man/man3/stropt.3.old 2>/dev/null || true; ${STDCP} man/stropt.3 ${INSTALLROOT}/man/man3/stropt.3 ;}
	done ${INSTALLROOT}/man/man3/stropt.3 generated
	make ${INSTALLROOT}/man/man3/strperm.3
		prev man/strperm.3
		exec - ${STDCMP} 2>/dev/null -s man/strperm.3 ${INSTALLROOT}/man/man3/strperm.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strperm.3 ${INSTALLROOT}/man/man3/strperm.3.old 2>/dev/null || true; ${STDCP} man/strperm.3 ${INSTALLROOT}/man/man3/strperm.3 ;}
	done ${INSTALLROOT}/man/man3/strperm.3 generated
	make ${INSTALLROOT}/man/man3/strsignal.3
		prev man/strsignal.3
		exec - ${STDCMP} 2>/dev/null -s man/strsignal.3 ${INSTALLROOT}/man/man3/strsignal.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strsignal.3 ${INSTALLROOT}/man/man3/strsignal.3.old 2>/dev/null || true; ${STDCP} man/strsignal.3 ${INSTALLROOT}/man/man3/strsignal.3 ;}
	done ${INSTALLROOT}/man/man3/strsignal.3 generated
	make ${INSTALLROOT}/man/man3/strsort.3
		prev man/strsort.3
		exec - ${STDCMP} 2>/dev/null -s man/strsort.3 ${INSTALLROOT}/man/man3/strsort.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strsort.3 ${INSTALLROOT}/man/man3/strsort.3.old 2>/dev/null || true; ${STDCP} man/strsort.3 ${INSTALLROOT}/man/man3/strsort.3 ;}
	done ${INSTALLROOT}/man/man3/strsort.3 generated
	make ${INSTALLROOT}/man/man3/strtape.3
		prev man/strtape.3
		exec - ${STDCMP} 2>/dev/null -s man/strtape.3 ${INSTALLROOT}/man/man3/strtape.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strtape.3 ${INSTALLROOT}/man/man3/strtape.3.old 2>/dev/null || true; ${STDCP} man/strtape.3 ${INSTALLROOT}/man/man3/strtape.3 ;}
	done ${INSTALLROOT}/man/man3/strtape.3 generated
	make ${INSTALLROOT}/man/man3/strton.3
		prev man/strton.3
		exec - ${STDCMP} 2>/dev/null -s man/strton.3 ${INSTALLROOT}/man/man3/strton.3 || { ${STDMV} ${INSTALLROOT}/man/man3/strton.3 ${INSTALLROOT}/man/man3/strton.3.old 2>/dev/null || true; ${STDCP} man/strton.3 ${INSTALLROOT}/man/man3/strton.3 ;}
	done ${INSTALLROOT}/man/man3/strton.3 generated
	make ${INSTALLROOT}/man/man3/struid.3
		prev man/struid.3
		exec - ${STDCMP} 2>/dev/null -s man/struid.3 ${INSTALLROOT}/man/man3/struid.3 || { ${STDMV} ${INSTALLROOT}/man/man3/struid.3 ${INSTALLROOT}/man/man3/struid.3.old 2>/dev/null || true; ${STDCP} man/struid.3 ${INSTALLROOT}/man/man3/struid.3 ;}
	done ${INSTALLROOT}/man/man3/struid.3 generated
	make ${INSTALLROOT}/man/man3/swap.3
		prev man/swap.3
		exec - ${STDCMP} 2>/dev/null -s man/swap.3 ${INSTALLROOT}/man/man3/swap.3 || { ${STDMV} ${INSTALLROOT}/man/man3/swap.3 ${INSTALLROOT}/man/man3/swap.3.old 2>/dev/null || true; ${STDCP} man/swap.3 ${INSTALLROOT}/man/man3/swap.3 ;}
	done ${INSTALLROOT}/man/man3/swap.3 generated
	make ${INSTALLROOT}/man/man3/tab.3
		prev man/tab.3
		exec - ${STDCMP} 2>/dev/null -s man/tab.3 ${INSTALLROOT}/man/man3/tab.3 || { ${STDMV} ${INSTALLROOT}/man/man3/tab.3 ${INSTALLROOT}/man/man3/tab.3.old 2>/dev/null || true; ${STDCP} man/tab.3 ${INSTALLROOT}/man/man3/tab.3 ;}
	done ${INSTALLROOT}/man/man3/tab.3 generated
	make ${INSTALLROOT}/man/man3/tm.3
		prev man/tm.3
		exec - ${STDCMP} 2>/dev/null -s man/tm.3 ${INSTALLROOT}/man/man3/tm.3 || { ${STDMV} ${INSTALLROOT}/man/man3/tm.3 ${INSTALLROOT}/man/man3/tm.3.old 2>/dev/null || true; ${STDCP} man/tm.3 ${INSTALLROOT}/man/man3/tm.3 ;}
	done ${INSTALLROOT}/man/man3/tm.3 generated
	make ${INSTALLROOT}/man/man3/tmx.3
		prev man/tmx.3
		exec - ${STDCMP} 2>/dev/null -s man/tmx.3 ${INSTALLROOT}/man/man3/tmx.3 || { ${STDMV} ${INSTALLROOT}/man/man3/tmx.3 ${INSTALLROOT}/man/man3/tmx.3.old 2>/dev/null || true; ${STDCP} man/tmx.3 ${INSTALLROOT}/man/man3/tmx.3 ;}
	done ${INSTALLROOT}/man/man3/tmx.3 generated
	make ${INSTALLROOT}/man/man3/tok.3
		prev man/tok.3
		exec - ${STDCMP} 2>/dev/null -s man/tok.3 ${INSTALLROOT}/man/man3/tok.3 || { ${STDMV} ${INSTALLROOT}/man/man3/tok.3 ${INSTALLROOT}/man/man3/tok.3.old 2>/dev/null || true; ${STDCP} man/tok.3 ${INSTALLROOT}/man/man3/tok.3 ;}
	done ${INSTALLROOT}/man/man3/tok.3 generated
	make ${INSTALLROOT}/man/man3/touch.3
		prev man/touch.3
		exec - ${STDCMP} 2>/dev/null -s man/touch.3 ${INSTALLROOT}/man/man3/touch.3 || { ${STDMV} ${INSTALLROOT}/man/man3/touch.3 ${INSTALLROOT}/man/man3/touch.3.old 2>/dev/null || true; ${STDCP} man/touch.3 ${INSTALLROOT}/man/man3/touch.3 ;}
	done ${INSTALLROOT}/man/man3/touch.3 generated
	make ${INSTALLROOT}/man/man3/tv.3
		prev man/tv.3
		exec - ${STDCMP} 2>/dev/null -s man/tv.3 ${INSTALLROOT}/man/man3/tv.3 || { ${STDMV} ${INSTALLROOT}/man/man3/tv.3 ${INSTALLROOT}/man/man3/tv.3.old 2>/dev/null || true; ${STDCP} man/tv.3 ${INSTALLROOT}/man/man3/tv.3 ;}
	done ${INSTALLROOT}/man/man3/tv.3 generated
	make ${INSTALLROOT}/man/man3/vecargs.3
		prev man/vecargs.3
		exec - ${STDCMP} 2>/dev/null -s man/vecargs.3 ${INSTALLROOT}/man/man3/vecargs.3 || { ${STDMV} ${INSTALLROOT}/man/man3/vecargs.3 ${INSTALLROOT}/man/man3/vecargs.3.old 2>/dev/null || true; ${STDCP} man/vecargs.3 ${INSTALLROOT}/man/man3/vecargs.3 ;}
	done ${INSTALLROOT}/man/man3/vecargs.3 generated
	make ${INSTALLROOT}/man/man3/vmalloc.3
		prev man/vmalloc.3
		exec - ${STDCMP} 2>/dev/null -s man/vmalloc.3 ${INSTALLROOT}/man/man3/vmalloc.3 || { ${STDMV} ${INSTALLROOT}/man/man3/vmalloc.3 ${INSTALLROOT}/man/man3/vmalloc.3.old 2>/dev/null || true; ${STDCP} man/vmalloc.3 ${INSTALLROOT}/man/man3/vmalloc.3 ;}
	done ${INSTALLROOT}/man/man3/vmalloc.3 generated
	make ${INSTALLROOT}/lib/lib
		exec - if test ! -d ${INSTALLROOT}/lib/lib
		exec - then mkdir -p ${INSTALLROOT}/lib/lib
		exec - fi
	done ${INSTALLROOT}/lib/lib generated
	make ${INSTALLROOT}/lib/lib/ast
		prev ${INSTALLROOT}/lib/lib
		prev ast.req
		exec - ${STDCMP} 2>/dev/null -s ast.req ${INSTALLROOT}/lib/lib/ast || { ${STDMV} ${INSTALLROOT}/lib/lib/ast ${INSTALLROOT}/lib/lib/ast.old 2>/dev/null || true; ${STDCP} ast.req ${INSTALLROOT}/lib/lib/ast ;}
	done ${INSTALLROOT}/lib/lib/ast generated
	make ${INSTALLROOT}/include/ast
		exec - if test ! -d ${INSTALLROOT}/include/ast
		exec - then mkdir -p ${INSTALLROOT}/include/ast
		exec - fi
	done ${INSTALLROOT}/include/ast generated
	make ${INSTALLROOT}/include/ast/ast_common.h
		prev ${INSTALLROOT}/include/ast
		prev ast_common.h
		exec - if ! ${STDCMP} -s ast_common.h ${INSTALLROOT}/include/ast/ast_common.h
		exec - then ${STDCP} ast_common.h ${INSTALLROOT}/include/ast/ast_common.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_common.h generated
	make ${INSTALLROOT}/include/ast/ast.h
		prev include/ast.h
		exec - if ! ${STDCMP} -s include/ast.h ${INSTALLROOT}/include/ast/ast.h
		exec - then ${STDCP} include/ast.h ${INSTALLROOT}/include/ast/ast.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast.h generated
	make ${INSTALLROOT}/include/ast/ast_dir.h
		prev include/ast_dir.h
		exec - if ! ${STDCMP} -s include/ast_dir.h ${INSTALLROOT}/include/ast/ast_dir.h
		exec - then ${STDCP} include/ast_dir.h ${INSTALLROOT}/include/ast/ast_dir.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_dir.h generated
	make ${INSTALLROOT}/include/ast/ast_getopt.h
		prev include/ast_getopt.h
		exec - if ! ${STDCMP} -s include/ast_getopt.h ${INSTALLROOT}/include/ast/ast_getopt.h
		exec - then ${STDCP} include/ast_getopt.h ${INSTALLROOT}/include/ast/ast_getopt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_getopt.h generated
	make ${INSTALLROOT}/include/ast/ast_std.h
		prev include/ast_std.h
		exec - if ! ${STDCMP} -s include/ast_std.h ${INSTALLROOT}/include/ast/ast_std.h
		exec - then ${STDCP} include/ast_std.h ${INSTALLROOT}/include/ast/ast_std.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_std.h generated
	make ${INSTALLROOT}/include/ast/ast_namval.h
		prev ast_namval.h
		exec - if ! ${STDCMP} -s ast_namval.h ${INSTALLROOT}/include/ast/ast_namval.h
		exec - then ${STDCP} ast_namval.h ${INSTALLROOT}/include/ast/ast_namval.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_namval.h generated
	make ${INSTALLROOT}/include/ast/ast_windows.h
		prev include/ast_windows.h
		exec - if ! ${STDCMP} -s include/ast_windows.h ${INSTALLROOT}/include/ast/ast_windows.h
		exec - then ${STDCP} include/ast_windows.h ${INSTALLROOT}/include/ast/ast_windows.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_windows.h generated
	make ${INSTALLROOT}/include/ast/ccode.h
		prev include/ccode.h
		exec - if ! ${STDCMP} -s include/ccode.h ${INSTALLROOT}/include/ast/ccode.h
		exec - then ${STDCP} include/ccode.h ${INSTALLROOT}/include/ast/ccode.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ccode.h generated
	make ${INSTALLROOT}/include/ast/cdt.h
		prev include/cdt.h
		exec - if ! ${STDCMP} -s include/cdt.h ${INSTALLROOT}/include/ast/cdt.h
		exec - then ${STDCP} include/cdt.h ${INSTALLROOT}/include/ast/cdt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/cdt.h generated
	make ${INSTALLROOT}/include/ast/cdtlib.h
		prev cdt/cdtlib.h
		exec - if ! ${STDCMP} -s cdt/cdtlib.h ${INSTALLROOT}/include/ast/cdtlib.h
		exec - then ${STDCP} cdt/cdtlib.h ${INSTALLROOT}/include/ast/cdtlib.h
		exec - fi
	done ${INSTALLROOT}/include/ast/cdtlib.h generated
	make ${INSTALLROOT}/include/ast/cmdarg.h
		prev include/cmdarg.h
		exec - if ! ${STDCMP} -s include/cmdarg.h ${INSTALLROOT}/include/ast/cmdarg.h
		exec - then ${STDCP} include/cmdarg.h ${INSTALLROOT}/include/ast/cmdarg.h
		exec - fi
	done ${INSTALLROOT}/include/ast/cmdarg.h generated
	make ${INSTALLROOT}/include/ast/debug.h
		prev include/debug.h
		exec - if ! ${STDCMP} -s include/debug.h ${INSTALLROOT}/include/ast/debug.h
		exec - then ${STDCP} include/debug.h ${INSTALLROOT}/include/ast/debug.h
		exec - fi
	done ${INSTALLROOT}/include/ast/debug.h generated
	make ${INSTALLROOT}/include/ast/dt.h
		prev include/dt.h
		exec - if ! ${STDCMP} -s include/dt.h ${INSTALLROOT}/include/ast/dt.h
		exec - then ${STDCP} include/dt.h ${INSTALLROOT}/include/ast/dt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/dt.h generated
	make ${INSTALLROOT}/include/ast/error.h
		prev include/error.h
		exec - if ! ${STDCMP} -s include/error.h ${INSTALLROOT}/include/ast/error.h
		exec - then ${STDCP} include/error.h ${INSTALLROOT}/include/ast/error.h
		exec - fi
	done ${INSTALLROOT}/include/ast/error.h generated
	make ${INSTALLROOT}/include/ast/find.h
		prev include/find.h
		exec - if ! ${STDCMP} -s include/find.h ${INSTALLROOT}/include/ast/find.h
		exec - then ${STDCP} include/find.h ${INSTALLROOT}/include/ast/find.h
		exec - fi
	done ${INSTALLROOT}/include/ast/find.h generated
	make ${INSTALLROOT}/include/ast/ftw.h
		prev comp/ftw.h
		exec - if ! ${STDCMP} -s comp/ftw.h ${INSTALLROOT}/include/ast/ftw.h
		exec - then ${STDCP} comp/ftw.h ${INSTALLROOT}/include/ast/ftw.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ftw.h generated
	make ${INSTALLROOT}/include/ast/ftwalk.h
		prev include/ftwalk.h
		exec - if ! ${STDCMP} -s include/ftwalk.h ${INSTALLROOT}/include/ast/ftwalk.h
		exec - then ${STDCP} include/ftwalk.h ${INSTALLROOT}/include/ast/ftwalk.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ftwalk.h generated
	make ${INSTALLROOT}/include/ast/fts.h
		prev include/fts.h
		exec - if ! ${STDCMP} -s include/fts.h ${INSTALLROOT}/include/ast/fts.h
		exec - then ${STDCP} include/fts.h ${INSTALLROOT}/include/ast/fts.h
		exec - fi
	done ${INSTALLROOT}/include/ast/fts.h generated
	make ${INSTALLROOT}/include/ast/getopt.h
		prev comp/getopt.h
		exec - if ! ${STDCMP} -s comp/getopt.h ${INSTALLROOT}/include/ast/getopt.h
		exec - then ${STDCP} comp/getopt.h ${INSTALLROOT}/include/ast/getopt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/getopt.h generated
	make ${INSTALLROOT}/include/ast/glob.h
		prev include/glob.h
		exec - if ! ${STDCMP} -s include/glob.h ${INSTALLROOT}/include/ast/glob.h
		exec - then ${STDCP} include/glob.h ${INSTALLROOT}/include/ast/glob.h
		exec - fi
	done ${INSTALLROOT}/include/ast/glob.h generated
	make ${INSTALLROOT}/include/ast/hash.h
		prev include/hash.h
		exec - if ! ${STDCMP} -s include/hash.h ${INSTALLROOT}/include/ast/hash.h
		exec - then ${STDCP} include/hash.h ${INSTALLROOT}/include/ast/hash.h
		exec - fi
	done ${INSTALLROOT}/include/ast/hash.h generated
	make ${INSTALLROOT}/include/ast/hashkey.h
		prev include/hashkey.h
		exec - if ! ${STDCMP} -s include/hashkey.h ${INSTALLROOT}/include/ast/hashkey.h
		exec - then ${STDCP} include/hashkey.h ${INSTALLROOT}/include/ast/hashkey.h
		exec - fi
	done ${INSTALLROOT}/include/ast/hashkey.h generated
	make ${INSTALLROOT}/include/ast/hashpart.h
		prev include/hashpart.h
		exec - if ! ${STDCMP} -s include/hashpart.h ${INSTALLROOT}/include/ast/hashpart.h
		exec - then ${STDCP} include/hashpart.h ${INSTALLROOT}/include/ast/hashpart.h
		exec - fi
	done ${INSTALLROOT}/include/ast/hashpart.h generated
	make ${INSTALLROOT}/include/ast/ip6.h
		prev include/ip6.h
		exec - if ! ${STDCMP} -s include/ip6.h ${INSTALLROOT}/include/ast/ip6.h
		exec - then ${STDCP} include/ip6.h ${INSTALLROOT}/include/ast/ip6.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ip6.h generated
	make ${INSTALLROOT}/include/ast/lc.h
		prev lc.h
		exec - if ! ${STDCMP} -s lc.h ${INSTALLROOT}/include/ast/lc.h
		exec - then ${STDCP} lc.h ${INSTALLROOT}/include/ast/lc.h
		exec - fi
	done ${INSTALLROOT}/include/ast/lc.h generated
	make ${INSTALLROOT}/include/ast/ls.h
		prev include/ls.h
		exec - if ! ${STDCMP} -s include/ls.h ${INSTALLROOT}/include/ast/ls.h
		exec - then ${STDCP} include/ls.h ${INSTALLROOT}/include/ast/ls.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ls.h generated
	make ${INSTALLROOT}/include/ast/magic.h
		prev include/magic.h
		exec - if ! ${STDCMP} -s include/magic.h ${INSTALLROOT}/include/ast/magic.h
		exec - then ${STDCP} include/magic.h ${INSTALLROOT}/include/ast/magic.h
		exec - fi
	done ${INSTALLROOT}/include/ast/magic.h generated
	make ${INSTALLROOT}/include/ast/mc.h
		prev include/mc.h
		exec - if ! ${STDCMP} -s include/mc.h ${INSTALLROOT}/include/ast/mc.h
		exec - then ${STDCP} include/mc.h ${INSTALLROOT}/include/ast/mc.h
		exec - fi
	done ${INSTALLROOT}/include/ast/mc.h generated
	make ${INSTALLROOT}/include/ast/mime.h
		prev include/mime.h
		exec - if ! ${STDCMP} -s include/mime.h ${INSTALLROOT}/include/ast/mime.h
		exec - then ${STDCP} include/mime.h ${INSTALLROOT}/include/ast/mime.h
		exec - fi
	done ${INSTALLROOT}/include/ast/mime.h generated
	make ${INSTALLROOT}/include/ast/mnt.h
		prev include/mnt.h
		exec - if ! ${STDCMP} -s include/mnt.h ${INSTALLROOT}/include/ast/mnt.h
		exec - then ${STDCP} include/mnt.h ${INSTALLROOT}/include/ast/mnt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/mnt.h generated
	make ${INSTALLROOT}/include/ast/modecanon.h
		prev include/modecanon.h
		exec - if ! ${STDCMP} -s include/modecanon.h ${INSTALLROOT}/include/ast/modecanon.h
		exec - then ${STDCP} include/modecanon.h ${INSTALLROOT}/include/ast/modecanon.h
		exec - fi
	done ${INSTALLROOT}/include/ast/modecanon.h generated
	make ${INSTALLROOT}/include/ast/modex.h
		prev include/modex.h
		exec - if ! ${STDCMP} -s include/modex.h ${INSTALLROOT}/include/ast/modex.h
		exec - then ${STDCP} include/modex.h ${INSTALLROOT}/include/ast/modex.h
		exec - fi
	done ${INSTALLROOT}/include/ast/modex.h generated
	make ${INSTALLROOT}/include/ast/namval.h
		prev include/namval.h
		exec - if ! ${STDCMP} -s include/namval.h ${INSTALLROOT}/include/ast/namval.h
		exec - then ${STDCP} include/namval.h ${INSTALLROOT}/include/ast/namval.h
		exec - fi
	done ${INSTALLROOT}/include/ast/namval.h generated
	make ${INSTALLROOT}/include/ast/option.h
		prev include/option.h
		exec - if ! ${STDCMP} -s include/option.h ${INSTALLROOT}/include/ast/option.h
		exec - then ${STDCP} include/option.h ${INSTALLROOT}/include/ast/option.h
		exec - fi
	done ${INSTALLROOT}/include/ast/option.h generated
	make ${INSTALLROOT}/include/ast/proc.h
		prev include/proc.h
		exec - if ! ${STDCMP} -s include/proc.h ${INSTALLROOT}/include/ast/proc.h
		exec - then ${STDCP} include/proc.h ${INSTALLROOT}/include/ast/proc.h
		exec - fi
	done ${INSTALLROOT}/include/ast/proc.h generated
	make ${INSTALLROOT}/include/ast/re_comp.h
		prev comp/re_comp.h
		exec - if ! ${STDCMP} -s comp/re_comp.h ${INSTALLROOT}/include/ast/re_comp.h
		exec - then ${STDCP} comp/re_comp.h ${INSTALLROOT}/include/ast/re_comp.h
		exec - fi
	done ${INSTALLROOT}/include/ast/re_comp.h generated
	make ${INSTALLROOT}/include/ast/recfmt.h
		prev include/recfmt.h
		exec - if ! ${STDCMP} -s include/recfmt.h ${INSTALLROOT}/include/ast/recfmt.h
		exec - then ${STDCP} include/recfmt.h ${INSTALLROOT}/include/ast/recfmt.h
		exec - fi
	done ${INSTALLROOT}/include/ast/recfmt.h generated
	make ${INSTALLROOT}/include/ast/regex.h
		prev include/regex.h
		exec - if ! ${STDCMP} -s include/regex.h ${INSTALLROOT}/include/ast/regex.h
		exec - then ${STDCP} include/regex.h ${INSTALLROOT}/include/ast/regex.h
		exec - fi
	done ${INSTALLROOT}/include/ast/regex.h generated
	make ${INSTALLROOT}/include/ast/regexp.h
		prev comp/regexp.h
		exec - if ! ${STDCMP} -s comp/regexp.h ${INSTALLROOT}/include/ast/regexp.h
		exec - then ${STDCP} comp/regexp.h ${INSTALLROOT}/include/ast/regexp.h
		exec - fi
	done ${INSTALLROOT}/include/ast/regexp.h generated
	make ${INSTALLROOT}/include/ast/sfio.h
		prev include/sfio.h
		exec - if ! ${STDCMP} -s include/sfio.h ${INSTALLROOT}/include/ast/sfio.h
		exec - then ${STDCP} include/sfio.h ${INSTALLROOT}/include/ast/sfio.h
		exec - fi
	done ${INSTALLROOT}/include/ast/sfio.h generated
	make ${INSTALLROOT}/include/ast/sfio_s.h
		prev include/sfio_s.h
		exec - if ! ${STDCMP} -s include/sfio_s.h ${INSTALLROOT}/include/ast/sfio_s.h
		exec - then ${STDCP} include/sfio_s.h ${INSTALLROOT}/include/ast/sfio_s.h
		exec - fi
	done ${INSTALLROOT}/include/ast/sfio_s.h generated
	make ${INSTALLROOT}/include/ast/sfio_t.h
		prev include/sfio_t.h
		exec - if ! ${STDCMP} -s include/sfio_t.h ${INSTALLROOT}/include/ast/sfio_t.h
		exec - then ${STDCP} include/sfio_t.h ${INSTALLROOT}/include/ast/sfio_t.h
		exec - fi
	done ${INSTALLROOT}/include/ast/sfio_t.h generated
	make ${INSTALLROOT}/include/ast/sfdisc.h
		prev include/sfdisc.h
		exec - if ! ${STDCMP} -s include/sfdisc.h ${INSTALLROOT}/include/ast/sfdisc.h
		exec - then ${STDCP} include/sfdisc.h ${INSTALLROOT}/include/ast/sfdisc.h
		exec - fi
	done ${INSTALLROOT}/include/ast/sfdisc.h generated
	make ${INSTALLROOT}/include/ast/shcmd.h
		prev include/shcmd.h
		exec - if ! ${STDCMP} -s include/shcmd.h ${INSTALLROOT}/include/ast/shcmd.h
		exec - then ${STDCP} include/shcmd.h ${INSTALLROOT}/include/ast/shcmd.h
		exec - fi
	done ${INSTALLROOT}/include/ast/shcmd.h generated
	make ${INSTALLROOT}/include/ast/stack.h
		prev include/stack.h
		exec - if ! ${STDCMP} -s include/stack.h ${INSTALLROOT}/include/ast/stack.h
		exec - then ${STDCP} include/stack.h ${INSTALLROOT}/include/ast/stack.h
		exec - fi
	done ${INSTALLROOT}/include/ast/stack.h generated
	make ${INSTALLROOT}/include/ast/stk.h
		prev include/stk.h
		exec - if ! ${STDCMP} -s include/stk.h ${INSTALLROOT}/include/ast/stk.h
		exec - then ${STDCP} include/stk.h ${INSTALLROOT}/include/ast/stk.h
		exec - fi
	done ${INSTALLROOT}/include/ast/stk.h generated
	make ${INSTALLROOT}/include/ast/swap.h
		prev include/swap.h
		exec - if ! ${STDCMP} -s include/swap.h ${INSTALLROOT}/include/ast/swap.h
		exec - then ${STDCP} include/swap.h ${INSTALLROOT}/include/ast/swap.h
		exec - fi
	done ${INSTALLROOT}/include/ast/swap.h generated
	make ${INSTALLROOT}/include/ast/tar.h
		prev include/tar.h
		exec - if ! ${STDCMP} -s include/tar.h ${INSTALLROOT}/include/ast/tar.h
		exec - then ${STDCP} include/tar.h ${INSTALLROOT}/include/ast/tar.h
		exec - fi
	done ${INSTALLROOT}/include/ast/tar.h generated
	make ${INSTALLROOT}/include/ast/times.h
		prev include/times.h
		exec - if ! ${STDCMP} -s include/times.h ${INSTALLROOT}/include/ast/times.h
		exec - then ${STDCP} include/times.h ${INSTALLROOT}/include/ast/times.h
		exec - fi
	done ${INSTALLROOT}/include/ast/times.h generated
	make ${INSTALLROOT}/include/ast/tm.h
		prev include/tm.h
		exec - if ! ${STDCMP} -s include/tm.h ${INSTALLROOT}/include/ast/tm.h
		exec - then ${STDCP} include/tm.h ${INSTALLROOT}/include/ast/tm.h
		exec - fi
	done ${INSTALLROOT}/include/ast/tm.h generated
	make ${INSTALLROOT}/include/ast/tok.h
		prev include/tok.h
		exec - if ! ${STDCMP} -s include/tok.h ${INSTALLROOT}/include/ast/tok.h
		exec - then ${STDCP} include/tok.h ${INSTALLROOT}/include/ast/tok.h
		exec - fi
	done ${INSTALLROOT}/include/ast/tok.h generated
	make ${INSTALLROOT}/include/ast/usage.h
		prev include/usage.h
		exec - if ! ${STDCMP} -s include/usage.h ${INSTALLROOT}/include/ast/usage.h
		exec - then ${STDCP} include/usage.h ${INSTALLROOT}/include/ast/usage.h
		exec - fi
	done ${INSTALLROOT}/include/ast/usage.h generated
	make ${INSTALLROOT}/include/ast/vdb.h
		prev include/vdb.h
		exec - if ! ${STDCMP} -s include/vdb.h ${INSTALLROOT}/include/ast/vdb.h
		exec - then ${STDCP} include/vdb.h ${INSTALLROOT}/include/ast/vdb.h
		exec - fi
	done ${INSTALLROOT}/include/ast/vdb.h generated
	make ${INSTALLROOT}/include/ast/vecargs.h
		prev include/vecargs.h
		exec - if ! ${STDCMP} -s include/vecargs.h ${INSTALLROOT}/include/ast/vecargs.h
		exec - then ${STDCP} include/vecargs.h ${INSTALLROOT}/include/ast/vecargs.h
		exec - fi
	done ${INSTALLROOT}/include/ast/vecargs.h generated
	make ${INSTALLROOT}/include/ast/vmalloc.h
		prev include/vmalloc.h
		exec - if ! ${STDCMP} -s include/vmalloc.h ${INSTALLROOT}/include/ast/vmalloc.h
		exec - then ${STDCP} include/vmalloc.h ${INSTALLROOT}/include/ast/vmalloc.h
		exec - fi
	done ${INSTALLROOT}/include/ast/vmalloc.h generated
	make ${INSTALLROOT}/include/ast/wait.h
		prev include/wait.h
		exec - if ! ${STDCMP} -s include/wait.h ${INSTALLROOT}/include/ast/wait.h
		exec - then ${STDCP} include/wait.h ${INSTALLROOT}/include/ast/wait.h
		exec - fi
	done ${INSTALLROOT}/include/ast/wait.h generated
	make ${INSTALLROOT}/include/ast/wordexp.h
		prev comp/wordexp.h
		exec - if ! ${STDCMP} -s comp/wordexp.h ${INSTALLROOT}/include/ast/wordexp.h
		exec - then ${STDCP} comp/wordexp.h ${INSTALLROOT}/include/ast/wordexp.h
		exec - fi
	done ${INSTALLROOT}/include/ast/wordexp.h generated
	make ${INSTALLROOT}/include/ast/bytesex.h
		prev std/bytesex.h
		exec - if ! ${STDCMP} -s std/bytesex.h ${INSTALLROOT}/include/ast/bytesex.h
		exec - then ${STDCP} std/bytesex.h ${INSTALLROOT}/include/ast/bytesex.h
		exec - fi
	done ${INSTALLROOT}/include/ast/bytesex.h generated
	make ${INSTALLROOT}/include/ast/endian.h
		prev std/endian.h
		exec - if ! ${STDCMP} -s std/endian.h ${INSTALLROOT}/include/ast/endian.h
		exec - then ${STDCP} std/endian.h ${INSTALLROOT}/include/ast/endian.h
		exec - fi
	done ${INSTALLROOT}/include/ast/endian.h generated
	make ${INSTALLROOT}/include/ast/fnmatch.h
		prev comp/fnmatch.h
		exec - if ! ${STDCMP} -s comp/fnmatch.h ${INSTALLROOT}/include/ast/fnmatch.h
		exec - then ${STDCP} comp/fnmatch.h ${INSTALLROOT}/include/ast/fnmatch.h
		exec - fi
	done ${INSTALLROOT}/include/ast/fnmatch.h generated
	make ${INSTALLROOT}/include/ast/magicid.h
		make include/magicid.h
			prev ast_common.h
		done include/magicid.h
		exec - if ! ${STDCMP} -s include/magicid.h ${INSTALLROOT}/include/ast/magicid.h
		exec - then ${STDCP} include/magicid.h ${INSTALLROOT}/include/ast/magicid.h
		exec - fi
	done ${INSTALLROOT}/include/ast/magicid.h generated
	make ${INSTALLROOT}/include/ast/fnv.h
		prev include/fnv.h
		exec - if ! ${STDCMP} -s include/fnv.h ${INSTALLROOT}/include/ast/fnv.h
		exec - then ${STDCP} include/fnv.h ${INSTALLROOT}/include/ast/fnv.h
		exec - fi
	done ${INSTALLROOT}/include/ast/fnv.h generated
	make ${INSTALLROOT}/include/ast/aso.h
		prev include/aso.h
		exec - if ! ${STDCMP} -s include/aso.h ${INSTALLROOT}/include/ast/aso.h
		exec - then ${STDCP} include/aso.h ${INSTALLROOT}/include/ast/aso.h
		exec - fi
	done ${INSTALLROOT}/include/ast/aso.h generated
	make ${INSTALLROOT}/include/ast/dirent.h
		prev std/dirent.h
		exec - if ! ${STDCMP} -s std/dirent.h ${INSTALLROOT}/include/ast/dirent.h
		exec - then ${STDCP} std/dirent.h ${INSTALLROOT}/include/ast/dirent.h
		exec - fi
	done ${INSTALLROOT}/include/ast/dirent.h generated
	make ${INSTALLROOT}/include/ast/iconv.h
		prev std/iconv.h
		exec - if ! ${STDCMP} -s std/iconv.h ${INSTALLROOT}/include/ast/iconv.h
		exec - then ${STDCP} std/iconv.h ${INSTALLROOT}/include/ast/iconv.h
		exec - fi
	done ${INSTALLROOT}/include/ast/iconv.h generated
	make ${INSTALLROOT}/include/ast/nl_types.h
		prev std/nl_types.h
		exec - if ! ${STDCMP} -s std/nl_types.h ${INSTALLROOT}/include/ast/nl_types.h
		exec - then ${STDCP} std/nl_types.h ${INSTALLROOT}/include/ast/nl_types.h
		exec - fi
	done ${INSTALLROOT}/include/ast/nl_types.h generated
	make ${INSTALLROOT}/include/ast/stdio.h
		prev std/stdio.h
		exec - if ! ${STDCMP} -s std/stdio.h ${INSTALLROOT}/include/ast/stdio.h
		exec - then ${STDCP} std/stdio.h ${INSTALLROOT}/include/ast/stdio.h
		exec - fi
	done ${INSTALLROOT}/include/ast/stdio.h generated
	make ${INSTALLROOT}/include/ast/wchar.h
		prev std/wchar.h
		exec - if ! ${STDCMP} -s std/wchar.h ${INSTALLROOT}/include/ast/wchar.h
		exec - then ${STDCP} std/wchar.h ${INSTALLROOT}/include/ast/wchar.h
		exec - fi
	done ${INSTALLROOT}/include/ast/wchar.h generated
	make ${INSTALLROOT}/include/ast/wctype.h
		prev std/wctype.h
		exec - if ! ${STDCMP} -s std/wctype.h ${INSTALLROOT}/include/ast/wctype.h
		exec - then ${STDCP} std/wctype.h ${INSTALLROOT}/include/ast/wctype.h
		exec - fi
	done ${INSTALLROOT}/include/ast/wctype.h generated
	make ${INSTALLROOT}/include/ast/align.h
		prev align.h
		exec - if ! ${STDCMP} -s align.h ${INSTALLROOT}/include/ast/align.h
		exec - then ${STDCP} align.h ${INSTALLROOT}/include/ast/align.h
		exec - fi
	done ${INSTALLROOT}/include/ast/align.h generated
	make ${INSTALLROOT}/include/ast/sig.h
		prev sig.h
		exec - if ! ${STDCMP} -s sig.h ${INSTALLROOT}/include/ast/sig.h
		exec - then ${STDCP} sig.h ${INSTALLROOT}/include/ast/sig.h
		exec - fi
	done ${INSTALLROOT}/include/ast/sig.h generated
	make ${INSTALLROOT}/include/ast/tmx.h
		prev tmx.h
		exec - if ! ${STDCMP} -s tmx.h ${INSTALLROOT}/include/ast/tmx.h
		exec - then ${STDCP} tmx.h ${INSTALLROOT}/include/ast/tmx.h
		exec - fi
	done ${INSTALLROOT}/include/ast/tmx.h generated
	make ${INSTALLROOT}/include/ast/tv.h
		prev tv.h
		exec - if ! ${STDCMP} -s tv.h ${INSTALLROOT}/include/ast/tv.h
		exec - then ${STDCP} tv.h ${INSTALLROOT}/include/ast/tv.h
		exec - fi
	done ${INSTALLROOT}/include/ast/tv.h generated
	make ${INSTALLROOT}/include/ast/ast_api.h
		prev ast_api.h
		exec - if ! ${STDCMP} -s ast_api.h ${INSTALLROOT}/include/ast/ast_api.h
		exec - then ${STDCP} ast_api.h ${INSTALLROOT}/include/ast/ast_api.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_api.h generated
	make ${INSTALLROOT}/include/ast/ast_botch.h
		prev ast_botch.h
		exec - if ! ${STDCMP} -s ast_botch.h ${INSTALLROOT}/include/ast/ast_botch.h
		exec - then ${STDCP} ast_botch.h ${INSTALLROOT}/include/ast/ast_botch.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_botch.h generated
	make ${INSTALLROOT}/include/ast/ast_ccode.h
		prev ast_ccode.h
		exec - if ! ${STDCMP} -s ast_ccode.h ${INSTALLROOT}/include/ast/ast_ccode.h
		exec - then ${STDCP} ast_ccode.h ${INSTALLROOT}/include/ast/ast_ccode.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_ccode.h generated
	make ${INSTALLROOT}/include/ast/ast_fcntl.h
		prev ast_fcntl.h
		exec - if ! ${STDCMP} -s ast_fcntl.h ${INSTALLROOT}/include/ast/ast_fcntl.h
		exec - then ${STDCP} ast_fcntl.h ${INSTALLROOT}/include/ast/ast_fcntl.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_fcntl.h generated
	make ${INSTALLROOT}/include/ast/ast_float.h
		make ast_float.h
			prev FEATURE/float
			exec - ${STDCMP} -s FEATURE/float ast_float.h || { ${STDRM} -f ast_float.h; ${STDCP} FEATURE/float ast_float.h; }
			prev ast_common.h
		done ast_float.h generated
		exec - if ! ${STDCMP} -s ast_float.h ${INSTALLROOT}/include/ast/ast_float.h
		exec - then ${STDCP} ast_float.h ${INSTALLROOT}/include/ast/ast_float.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_float.h generated
	make ${INSTALLROOT}/include/ast/ast_fs.h
		prev ast_fs.h
		exec - if ! ${STDCMP} -s ast_fs.h ${INSTALLROOT}/include/ast/ast_fs.h
		exec - then ${STDCP} ast_fs.h ${INSTALLROOT}/include/ast/ast_fs.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_fs.h generated
	make ${INSTALLROOT}/include/ast/ast_lib.h
		prev ast_lib.h
		exec - if ! ${STDCMP} -s ast_lib.h ${INSTALLROOT}/include/ast/ast_lib.h
		exec - then ${STDCP} ast_lib.h ${INSTALLROOT}/include/ast/ast_lib.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_lib.h generated
	make ${INSTALLROOT}/include/ast/ast_map.h
		prev ast_map.h
		exec - if ! ${STDCMP} -s ast_map.h ${INSTALLROOT}/include/ast/ast_map.h
		exec - then ${STDCP} ast_map.h ${INSTALLROOT}/include/ast/ast_map.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_map.h generated
	make ${INSTALLROOT}/include/ast/ast_mmap.h
		prev ast_mmap.h
		exec - if ! ${STDCMP} -s ast_mmap.h ${INSTALLROOT}/include/ast/ast_mmap.h
		exec - then ${STDCP} ast_mmap.h ${INSTALLROOT}/include/ast/ast_mmap.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_mmap.h generated
	make ${INSTALLROOT}/include/ast/ast_mode.h
		prev ast_mode.h
		exec - if ! ${STDCMP} -s ast_mode.h ${INSTALLROOT}/include/ast/ast_mode.h
		exec - then ${STDCP} ast_mode.h ${INSTALLROOT}/include/ast/ast_mode.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_mode.h generated
	make ${INSTALLROOT}/include/ast/ast_ndbm.h
		make ast_ndbm.h
			make FEATURE/ndbm
				prev features/ndbm
				exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/ndbm
				prev std/stdio.h
			done FEATURE/ndbm generated
			exec - ${STDCMP} -s FEATURE/ndbm ast_ndbm.h || { ${STDRM} -f ast_ndbm.h; ${STDCP} FEATURE/ndbm ast_ndbm.h; }
		done ast_ndbm.h generated
		exec - if ! ${STDCMP} -s ast_ndbm.h ${INSTALLROOT}/include/ast/ast_ndbm.h
		exec - then ${STDCP} ast_ndbm.h ${INSTALLROOT}/include/ast/ast_ndbm.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_ndbm.h generated
	make ${INSTALLROOT}/include/ast/ast_param.h
		prev ast_param.h
		exec - if ! ${STDCMP} -s ast_param.h ${INSTALLROOT}/include/ast/ast_param.h
		exec - then ${STDCP} ast_param.h ${INSTALLROOT}/include/ast/ast_param.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_param.h generated
	make ${INSTALLROOT}/include/ast/ast_sys.h
		prev ast_sys.h
		exec - if ! ${STDCMP} -s ast_sys.h ${INSTALLROOT}/include/ast/ast_sys.h
		exec - then ${STDCP} ast_sys.h ${INSTALLROOT}/include/ast/ast_sys.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_sys.h generated
	make ${INSTALLROOT}/include/ast/ast_time.h
		prev ast_time.h
		exec - if ! ${STDCMP} -s ast_time.h ${INSTALLROOT}/include/ast/ast_time.h
		exec - then ${STDCP} ast_time.h ${INSTALLROOT}/include/ast/ast_time.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_time.h generated
	make ${INSTALLROOT}/include/ast/ast_tty.h
		prev ast_tty.h
		exec - if ! ${STDCMP} -s ast_tty.h ${INSTALLROOT}/include/ast/ast_tty.h
		exec - then ${STDCP} ast_tty.h ${INSTALLROOT}/include/ast/ast_tty.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_tty.h generated
	make ${INSTALLROOT}/include/ast/ast_wait.h
		prev ast_wait.h
		exec - if ! ${STDCMP} -s ast_wait.h ${INSTALLROOT}/include/ast/ast_wait.h
		exec - then ${STDCP} ast_wait.h ${INSTALLROOT}/include/ast/ast_wait.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_wait.h generated
	make ${INSTALLROOT}/include/ast/ast_limits.h
		prev ast_limits.h
		exec - if ! ${STDCMP} -s ast_limits.h ${INSTALLROOT}/include/ast/ast_limits.h
		exec - then ${STDCP} ast_limits.h ${INSTALLROOT}/include/ast/ast_limits.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_limits.h generated
	make ${INSTALLROOT}/include/ast/ast_standards.h
		prev ast_standards.h
		exec - if ! ${STDCMP} -s ast_standards.h ${INSTALLROOT}/include/ast/ast_standards.h
		exec - then ${STDCP} ast_standards.h ${INSTALLROOT}/include/ast/ast_standards.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_standards.h generated
	make ${INSTALLROOT}/include/ast/ast_sizeof.h
		make ast_sizeof.h
			make FEATURE/sizeof
				prev features/sizeof
				exec - iffe ${IFFEFLAGS} -v -X ast -X std -c "${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS}" run features/sizeof
			done FEATURE/sizeof generated
			exec - ${STDCMP} -s FEATURE/sizeof ast_sizeof.h || { ${STDRM} -f ast_sizeof.h; ${STDCP} FEATURE/sizeof ast_sizeof.h; }
		done ast_sizeof.h generated
		exec - if ! ${STDCMP} -s ast_sizeof.h ${INSTALLROOT}/include/ast/ast_sizeof.h
		exec - then ${STDCP} ast_sizeof.h ${INSTALLROOT}/include/ast/ast_sizeof.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_sizeof.h generated
	make ${INSTALLROOT}/include/ast/ast_dirent.h
		prev ast_dirent.h
		exec - if ! ${STDCMP} -s ast_dirent.h ${INSTALLROOT}/include/ast/ast_dirent.h
		exec - then ${STDCP} ast_dirent.h ${INSTALLROOT}/include/ast/ast_dirent.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_dirent.h generated
	make ${INSTALLROOT}/include/ast/ast_iconv.h
		prev ast_iconv.h
		exec - if ! ${STDCMP} -s ast_iconv.h ${INSTALLROOT}/include/ast/ast_iconv.h
		exec - then ${STDCP} ast_iconv.h ${INSTALLROOT}/include/ast/ast_iconv.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_iconv.h generated
	make ${INSTALLROOT}/include/ast/ast_nl_types.h
		prev ast_nl_types.h
		exec - if ! ${STDCMP} -s ast_nl_types.h ${INSTALLROOT}/include/ast/ast_nl_types.h
		exec - then ${STDCP} ast_nl_types.h ${INSTALLROOT}/include/ast/ast_nl_types.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_nl_types.h generated
	make ${INSTALLROOT}/include/ast/ast_stdio.h
		prev ast_stdio.h
		exec - if ! ${STDCMP} -s ast_stdio.h ${INSTALLROOT}/include/ast/ast_stdio.h
		exec - then ${STDCP} ast_stdio.h ${INSTALLROOT}/include/ast/ast_stdio.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_stdio.h generated
	make ${INSTALLROOT}/include/ast/ast_wchar.h
		prev ast_wchar.h
		exec - if ! ${STDCMP} -s ast_wchar.h ${INSTALLROOT}/include/ast/ast_wchar.h
		exec - then ${STDCP} ast_wchar.h ${INSTALLROOT}/include/ast/ast_wchar.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_wchar.h generated
	make ${INSTALLROOT}/include/ast/ast_wctype.h
		prev ast_wctype.h
		exec - if ! ${STDCMP} -s ast_wctype.h ${INSTALLROOT}/include/ast/ast_wctype.h
		exec - then ${STDCP} ast_wctype.h ${INSTALLROOT}/include/ast/ast_wctype.h
		exec - fi
	done ${INSTALLROOT}/include/ast/ast_wctype.h generated
	make ${INSTALLROOT}/lib/file
		exec - if test ! -d ${INSTALLROOT}/lib/file
		exec - then mkdir -p ${INSTALLROOT}/lib/file
		exec - fi
	done ${INSTALLROOT}/lib/file generated
	make ${INSTALLROOT}/lib/file/magic
		prev ${INSTALLROOT}/lib/file
		prev misc/magic.tab
		exec - ${STDCMP} 2>/dev/null -s misc/magic.tab ${INSTALLROOT}/lib/file/magic || { ${STDMV} ${INSTALLROOT}/lib/file/magic ${INSTALLROOT}/lib/file/magic.old 2>/dev/null || true; ${STDCP} misc/magic.tab ${INSTALLROOT}/lib/file/magic ;}
	done ${INSTALLROOT}/lib/file/magic generated
	prev comp/fmtmsg.h
	prev ast_lib.h
	exec - case ${mam_cc_HOSTTYPE} in
	exec - win32.*)
	exec - if ! ${STDCMP} -s comp/fmtmsg.h ${INSTALLROOT}/include/ast/fmtmsg.h
	exec - then ${STDCP} comp/fmtmsg.h ${INSTALLROOT}/include/ast/fmtmsg.h
	exec - fi
	exec - ;;
	exec - *) grep -q 'define[ 	][ 	]*_[hl][di][rb]_fmtmsg' ast_lib.h || {
	exec - if ! ${STDCMP} -s comp/fmtmsg.h ${INSTALLROOT}/include/ast/fmtmsg.h
	exec - then ${STDCP} comp/fmtmsg.h ${INSTALLROOT}/include/ast/fmtmsg.h
	exec - fi
	exec - }
	exec - ;;
	exec - esac
	prev comp/libgen.h
	prev ast_lib.h
	exec - case ${mam_cc_HOSTTYPE} in
	exec - win32.*)
	exec - if ! ${STDCMP} -s comp/libgen.h ${INSTALLROOT}/include/ast/libgen.h
	exec - then ${STDCP} comp/libgen.h ${INSTALLROOT}/include/ast/libgen.h
	exec - fi
	exec - ;;
	exec - *) grep -q 'define[ 	][ 	]*_[hl][di][rb]_libgen' ast_lib.h || {
	exec - if ! ${STDCMP} -s comp/libgen.h ${INSTALLROOT}/include/ast/libgen.h
	exec - then ${STDCP} comp/libgen.h ${INSTALLROOT}/include/ast/libgen.h
	exec - fi
	exec - }
	exec - ;;
	exec - esac
	prev comp/syslog.h
	prev ast_lib.h
	exec - case ${mam_cc_HOSTTYPE} in
	exec - win32.*)
	exec - if ! ${STDCMP} -s comp/syslog.h ${INSTALLROOT}/include/ast/syslog.h
	exec - then ${STDCP} comp/syslog.h ${INSTALLROOT}/include/ast/syslog.h
	exec - fi
	exec - ;;
	exec - *) grep -q 'define[ 	][ 	]*_[hl][di][rb]_syslog' ast_lib.h || {
	exec - if ! ${STDCMP} -s comp/syslog.h ${INSTALLROOT}/include/ast/syslog.h
	exec - then ${STDCP} comp/syslog.h ${INSTALLROOT}/include/ast/syslog.h
	exec - fi
	exec - }
	exec - ;;
	exec - esac
	exec - 
	exec - if   ! ${STDCMP} -s releaseflags.h ${INSTALLROOT}/include/ast/releaseflags.h
	exec - then ${STDCP} releaseflags.h ${INSTALLROOT}/include/ast/releaseflags.h
	exec - fi
done install virtual
make test
done test dontcare virtual
