1# Libraries below tools/libs/ and their dependencies 2 3LIBS_LIBS += toolcore 4USELIBS_toolcore := 5LIBS_LIBS += toollog 6USELIBS_toollog := 7LIBS_LIBS += evtchn 8USELIBS_evtchn := toollog toolcore 9LIBS_LIBS += gnttab 10USELIBS_gnttab := toollog toolcore 11LIBS_LIBS += call 12USELIBS_call := toollog toolcore 13LIBS_LIBS += foreignmemory 14USELIBS_foreignmemory := toollog toolcore 15LIBS_LIBS += devicemodel 16USELIBS_devicemodel := toollog toolcore call 17LIBS_LIBS += hypfs 18USELIBS_hypfs := toollog toolcore call 19LIBS_LIBS += ctrl 20USELIBS_ctrl := toollog call evtchn gnttab foreignmemory devicemodel 21LIBS_LIBS += guest 22USELIBS_guest := evtchn ctrl 23LIBS_LIBS += store 24USELIBS_store := toolcore 25LIBS_LIBS += vchan 26USELIBS_vchan := toollog store gnttab evtchn 27LIBS_LIBS += stat 28USELIBS_stat := ctrl store 29LIBS_LIBS += light 30USELIBS_light := toollog evtchn toolcore ctrl store hypfs guest 31LIBS_LIBS += util 32USELIBS_util := light 33FILENAME_util := xlutil 34