Searched defs:POFILE (Results 201 - 225 of 409) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lp/cmd/scripts/
H A DMakefile43 POFILE= lpschedlpshut.po macro
54 catalog: $(POFILE)
55 $(CP) $(POFILE) ..
57 _msg: $(POFILE)
59 $(POFILE): $(MSGFILES)
60 grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE).i
61 $(XGETTEXT) -s $(POFILE).i
62 $(RM) $@ $(POFILE).i
63 mv messages.po $(POFILE)
69 grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE)
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A DMakefile52 POFILE = lp_filter_postscript_download.po macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DMakefile49 POFILE = lp_filter_postscript_postio.po macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DMakefile52 POFILE = lp_filter_postscript_postprint.po macro
/illumos-gate/usr/src/cmd/lp/lib/class/
H A DMakefile48 POFILE = lp_lib_class.po macro
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile86 POFILE = lp_lib_lp.po macro
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A DMakefile67 POFILE = lp_lib_msgs.po macro
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A DMakefile65 POFILE = lp_lib_papi_psm.po macro
71 _msg: $(POFILE)
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A DMakefile54 POFILE = lp_lib_printers.po macro
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A DMakefile49 POFILE = lp_lib_requests.po macro
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A DMakefile45 POFILE = lp_lib_secure.po macro
/illumos-gate/usr/src/lib/print/
H A DMakefile48 POFILE= print-lib.po macro
63 @$(RM) $(POFILE)
65 @/bin/cat messages.po | sed '/domain/d' > $(POFILE)
67 $(RM) $(MSGDOMAIN)/$(POFILE)
68 /bin/cp $(POFILE) $(MSGDOMAIN)
77 $(RM) $(CLOBBERFILES) $(POFILE)
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A DMakefile27 POFILE = libmksh.po macro
41 $(POFILE): $(POFILES)
44 _msg: $(MSGDOMAIN) $(POFILE)
45 $(RM) $(MSGDOMAIN)/$(POFILE)
46 $(CP) $(POFILE) $(MSGDOMAIN)
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A DMakefile42 POFILE = libvroot.po macro
56 $(POFILE): $(POFILES)
59 _msg: $(MSGDOMAIN) $(POFILE)
60 $(RM) $(MSGDOMAIN)/$(POFILE)
61 $(CP) $(POFILE) $(MSGDOMAIN)
/illumos-gate/usr/src/cmd/idmap/nltest/
H A DMakefile36 POFILE = $(PROG)_all.po macro
44 $(POFILE) := CPPFLAGS += $(INCS)
56 $(POFILE): $(POFILES)
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DMakefile55 POFILE = lp_filter_postscript_dpost.po macro
/illumos-gate/usr/src/cmd/awk/
H A DMakefile49 POFILE= awk.po macro
71 $(POFILE): y.tab.h $(POFILES)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/
H A DMakefile92 POFILE= libprtdiag_psr_cherrystone.po macro
95 _msg: $(MSGDOMAIN) $(POFILE)
96 $(RM) $(MSGDOMAIN)/$(POFILE)
97 $(CP) $(POFILE) $(MSGDOMAIN)
99 $(POFILE): $(POFILES)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/
H A DMakefile86 POFILE= libprtdiag_psr_daktari.po macro
90 _msg: $(MSGDOMAIN) $(POFILE)
91 $(RM) $(MSGDOMAIN)/$(POFILE)
92 $(CP) $(POFILE) $(MSGDOMAIN)
94 $(POFILE): $(POFILES)
/illumos-gate/usr/src/cmd/zpool/
H A DMakefile31 POFILE= zpool.po macro
69 $(POFILE): $(POFILES)
/illumos-gate/usr/src/cmd/boot/bootadm/
H A DMakefile40 POFILE= bootadm_cmd.po macro
68 $(POFILE): $(POFILES)
73 -$(RM) $(OBJS) $(POFILE) $(POFILES)
/illumos-gate/usr/src/cmd/iconv/
H A DMakefile34 CLOBBERFILES = $(PROG) $(POFILE)
36 POFILE = iconv_cmd.po macro
57 $(POFILE): $(PIFILES)
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile42 POFILE = pyzfs.po macro
48 $(RM) $(POFILE) $(PYCFILES)
50 $(POFILE): pofile_MSGFILES
/illumos-gate/usr/src/lib/rpcsec_gss/
H A DMakefile56 POFILE= $(LIBRARY:.a=.po) macro
79 _msg: $(MSGDOMAIN) $(POFILE)
80 $(RM) $(MSGDOMAIN)/$(POFILE)
81 $(CP) $(POFILE) $(MSGDOMAIN)
83 $(POFILE): .WAIT $(POFILES)
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/
H A DMakefile42 POFILE= sata.po macro
52 $(RM) $(POFILE) $(POFILES)
57 _msg: $(MSGDOMAIN) $(POFILE)
58 $(RM) $(MSGDOMAIN)/$(POFILE)
59 $(CP) $(POFILE) $(MSGDOMAIN)
61 $(POFILE): $(POFILES)

Completed in 106 milliseconds

1234567891011>>