Lines Matching refs:libex
58 Out of which you build the 'ex' binary ' and the 'libex.a' library:
60 'ex' - consists of 'a.o', 'b.o' and libex.a
61 'libex.a' - consists of 'c.o', 'd.o', 'e.o' and 'f.o'
63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it
73 libex-y += c.o
74 libex-y += d.o
75 libex-y += arch/
78 libex-y += e.o
79 libex-y += f.o
84 $ make -f tools/build/Makefile.build dir=. obj=libex
89 ex/libex-in.o
95 $ ar rcs libex.a libex-in.o
96 $ gcc -o ex ex-in.o libex.a