Searched defs:TCLIB (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A DMakefile79 TCLIB := tc_core.o macro
80 TCLIB += tc_red.o
81 TCLIB += tc_cbq.o
82 TCLIB += tc_estimator.o
83 TCLIB += tc_stab.o
102 tc: $(TCOBJ) $(TCLIB)
104 libtc.a: $(TCLIB)
105 $(AR) rcs $@ $(TCLIB)
122 rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \

Completed in 229 milliseconds