Searched refs:SUFF_LIBRARY (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c136 #define SUFF_LIBRARY 0x02 /* One which contains a library */ macro
781 if (s->flags & SUFF_LIBRARY) {
836 * The SUFF_LIBRARY bit is set in the suffix's flags field
846 s->flags |= SUFF_LIBRARY;
1879 if (targ->suff->flags & SUFF_LIBRARY) {
2166 { SUFF_LIBRARY, "LIBRARY" },
/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c160 #define SUFF_LIBRARY 0x02 /* One which contains a library */ macro
1072 if (s->flags & SUFF_LIBRARY) {
1140 * The SUFF_LIBRARY bit is set in the suffix's flags field
1153 s->flags |= SUFF_LIBRARY;
2267 if (targ->suff->flags & SUFF_LIBRARY) {
2614 case SUFF_LIBRARY:

Completed in 126 milliseconds