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

/illumos-gate/usr/src/cmd/msgfmt/
H A DMakefile45 SOBJS= msgfmt.o check_header.o macro
57 POFILES= $(SOBJS:%.o=%.po) $(GOBJS:%.o=%.po) $(COBJS:%.o=%.po) \
72 .PARALLEL: $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) $(BOBJS) $(LOBJS) \
77 msgfmt: $(SOBJS) $(COBJS)
78 $(LINK.c) $(SOBJS) $(COBJS) -o $@ $(LDLIBS)
100 $(RM) $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) \
105 $(LINT.c) $(SOBJS:%.o=%.c) $(COBJS:%.o=%.c) $(LDLIBS)

Completed in 53 milliseconds