Home | History | Annotate | Download | only in libgnuefi

Lines Matching refs:library

6 #	GNUEFIDST	may be set to the location of the directory where library
8 # GNUEFI_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
10 # Defaults to 'library'.
12 # Miscellaneous cpp flags to be passed to the library's Makefile
15 # Miscellaneous flags to be passed to the library's Makefile when
16 # building. See library's Makefile for more details about
21 GNUEFI_AS?= library
54 @echo making sure the gnuefi library is up to date...
55 .if (${GNUEFI_AS} == "library")
62 @echo making sure the profiled gnuefi library is up to date...
63 .if (${GNUEFI_AS} == "library")
71 @echo cleaning the gnuefi library objects
76 @echo cleandiring the gnuefi library objects
81 @echo depending the gnuefi library objects