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

/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A DMakefile5 # and the dependency on libuca by setting SELFOBJS and
21 # SELFOBJS = # For cross-unwind library
22 # SELFOBJS = uwx_self.o uwx_self_context.o uwx_ttrace.o
23 SELFOBJS = uwx_self.o uwx_self_context.o macro
28 libuwx.a: $(OBJS) $(SELFOBJS)
32 libuwx.so: $(OBJS) $(SELFOBJS)
33 ld -b -o libuwx.so $(OBJS) $(SELFOBJS) $(SELFLIBS)
35 libuwx.sl: $(OBJS) $(SELFOBJS)
36 ld -b -o libuwx.sl $(OBJS) $(SELFOBJS) $(SELFLIBS)
39 rm -f $(OBJS) $(SELFOBJS) libuw
[all...]

Completed in 96 milliseconds