# # Binary Build Environment Makefile # # The Library needs to participate in the generation of the BBE by exporting # those tools required by the BBE. It is also a part of the DDE (CTools) build. # COMPONENT = Library TYPE ?= ${INSTTYPE} include StdTools install: install_${TYPE} @echo ${COMPONENT}: Install phase complete (${TYPE}). install_Dir: ${MKDIR} ${INSTDIR} install_: ${NOP} install_DDE: install_Dir ${MKDIR} ${INSTDIR}.Build ${MKDIR} ${INSTDIR}.Unix ${CP} Build.canonical ${INSTDIR}.canonical ${CPFLAGS} ${CP} Build.stripdepnd ${INSTDIR}.stripdepnd ${CPFLAGS} ${CP} Unix.chmod ${INSTDIR}.Unix.chmod ${CPFLAGS} ${CP} Unix.mkdir ${INSTDIR}.mkdir ${CPFLAGS} ${CP} Build.FAppend ${INSTDIR}.FAppend ${CPFLAGS} ${CP} Build.Touch ${INSTDIR}.Touch ${CPFLAGS} ${CP} Build.InstRes ${INSTDIR}.Build.InstRes ${CPFLAGS} ${CP} Build.InstViaRG ${INSTDIR}.Build.InstViaRG ${CPFLAGS} install_STB: install_Dir ${CP} Unix.chmod ${INSTDIR}.chmod ${CPFLAGS} ${CP} Unix.df ${INSTDIR}.df ${CPFLAGS} ${CP} Unix.du ${INSTDIR}.du ${CPFLAGS} ${CP} Unix.mkdir ${INSTDIR}.mkdir ${CPFLAGS} ${CP} Unix.pwd ${INSTDIR}.pwd ${CPFLAGS} ${CP} Unix.rm ${INSTDIR}.rm ${CPFLAGS} BBETYPE = library bbe-library: bbe-generic-resources-get-alias BBE_Export_Dir ARM BBE_Export_Dir Build BBE_Export_Dir DrSmiths BBE_Export_Dir GNU BBE_Export_Dir Misc BBE_Export_Dir Unix ${MKDIR} ${BBEDIR}.Acorn BBE_Export_File Acorn.amu BBE_Export_File Acorn.c++ BBE_Export_File Acorn.cfront BBE_Export_File Acorn.cmhg BBE_Export_File Acorn.debugaif BBE_Export_File Acorn.decaof BBE_Export_File Acorn.deccf BBE_Export_File Acorn.diff BBE_Export_Dir Acorn.Docs BBE_Export_File Acorn.find BBE_Export_File Acorn.libfile BBE_Export_File Acorn.link BBE_Export_File Acorn.modsqz BBE_Export_File Acorn.objasm BBE_Export_File Acorn.objsize BBE_Export_File Acorn.resgen BBE_Export_File Acorn.rpcgen BBE_Export_File Acorn.Squash BBE_Export_File Acorn.squeeze BBE_Export_File Acorn.toansi BBE_Export_File Acorn.topcc BBE_Export_File Acorn.unmodsqz BBE_Export_File Acorn.xpand ${MKDIR} ${BBEDIR}.ToolOptions BBE_Export_File ToolOptions.${APCS} BBE_Export_File VersionNum ${NOP} end of Library export