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

/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A DMakefile47 SOBJS= msgfmt.o check_header.o macro
59 POFILES= $(SOBJS:%.o=%.po) $(GOBJS:%.o=%.po) $(COBJS:%.o=%.po) \
69 .PARALLEL: $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) $(BOBJS) $(LOBJS) \
74 msgfmt: $(SOBJS) $(COBJS)
75 $(LINK.c) $(SOBJS) $(COBJS) -o $@ $(LDLIBS)
97 $(RM) $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) \
102 $(LINT.c) $(SOBJS:%.o=%.c) $(COBJS:%.o=%.c) $(LDLIBS)

Completed in 100 milliseconds