# If no target is specified, then the first non-default target will be made.

ps: ps.exe, text_to_ps_commands.obj

ps.exe: ps.obj text_to_ps_err.obj text_to_ps_subs.obj
	link/notrace/nodebug/nomap ps,text_to_ps_err,text_to_ps_subs

ps.obj: ps.pas
	pascal/debug/nolist ps

text_to_text_to_ps_err.obj: text_to_ps_err.msg
	message/nolist text_to_ps_err

text_to_ps_subs.obj: text_to_ps_subs.pas
	pascal/debug/nolist text_to_ps_subs

text_to_ps_commands.obj: text_to_ps_commands.cld
	set command/nolist/obj text_to_ps_commands
