1
0
Files
irix-657m-src/stand/build/spec
2022-09-29 17:59:04 +03:00

80 lines
2.0 KiB
Plaintext

# stand_dev is temporary until asm56000, lnk56000 find a real ism
product stand_root
id "Standalone tools"
image sw
id "Standalone Development Environment"
version "${VERSION}"
subsys kdebug
id "Standalone Kernel Debug Environment"
exp "KDEBUG"
endsubsys
subsys standfriend default
id "IRIX Friends stand libs, etc. for fx"
exp "STANDFRIEND"
endsubsys
endimage
endproduct
product stand_eoe
id "Standalone Environment"
image sw
id "Standalon Execution Environment"
version "${VERSION}"
subsys eoe
id "Standalone Execution Environment"
exp "STAND"
endsubsys
subsys diags
id "Standalone Diagnostics Environment"
exp "DIAGS"
endsubsys
subsys dskless_client
id "Diskless Client Software"
exp "DSKLESS_CLT"
endsubsys
subsys mmscfw
id "Multi-Module System Controller Firmware"
exp "MMSCFW"
endsubsys
subsys io4prom
id "Standalone IO4prom Environment"
exp "IO4PROM"
endsubsys
subsys io6prom
id "Standalone IO6prom Environment"
exp "IO6PROM"
endsubsys
subsys ip27prom
id "Standalone IP27prom Environment"
exp "IP27PROM"
endsubsys
subsys ip32prom
id "Standalone IP32prom Environment"
exp "IP32PROM"
endsubsys
subsys robo_clt
id "Standalone RoboInst Software"
exp "ROBO_CLT"
endsubsys
endimage
endproduct
# these are the stand libraries that have to be exported (noship!)
# so that standalone fx can be built under irix/cmd/fx.
# they go in irix_root, because we don't want yet another root
# noship product. I hope I got this part right, as the inhouse
# root stuff is somewhat of a mystery to me, and I don't know
# if the same productname can come from too isms (the subsystem
# is unique). Dave Olson
product irix_root
id "IRIX Development Environment"
image sw
id "IRIX Development Environment"
version "${VERSION}"
subsys standfriend default
id "IRIX Friends stand libs, etc. for fx"
exp "STANDFRIEND"
endsubsys
endimage
endproduct