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

/illumos-gate/usr/src/cmd/msgfmt/
H A DMakefile37 GOBJS= gnu_msgfmt.o gnu_handle.o gnu_lex.o gnu_hash.o gnu_check.o macro
57 POFILES= $(SOBJS:%.o=%.po) $(GOBJS:%.o=%.po) $(COBJS:%.o=%.po) \
72 .PARALLEL: $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) $(BOBJS) $(LOBJS) \
81 gmsgfmt: $(GOBJS) $(YOBJS) $(BOBJS) $(COBJS)
82 $(LINK.c) $(GOBJS) $(YOBJS) $(BOBJS) $(COBJS) -o $@ $(LDLIBS)
85 gmsgfmt_rev: $(GOBJS) $(YOBJS) $(LOBJS) $(COBJS)
86 $(LINK.c) $(GOBJS) $(YOBJS) $(LOBJS) $(COBJS) -o $@ $(LDLIBS)
100 $(RM) $(SOBJS) $(GOBJS) $(YOBJS) $(COBJS) \
106 $(LINT.c) $(GOBJS:%.o=%.c) $(BOBJS:%.o=%.c) $(COBJS:%.o=%.c) $(LDLIBS)
107 $(LINT.c) $(GOBJS
[all...]

Completed in 105 milliseconds