Home | History | Annotate | Download | only in libsa

Lines Matching refs:library

6 #	SADST	may be set to the location of the directory where library
8 # SA_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 SA_AS?= library
54 @echo making sure the sa library is up to date...
55 .if (${SA_AS} == "library")
62 @echo making sure the profiled sa library is up to date...
63 .if (${SA_AS} == "library")
71 @echo cleaning the sa library objects
76 @echo cleandiring the sa library objects
81 @echo depending the sa library objects