Lines Matching refs:base

75       ${CHECKER} ./$$base.test --libxo:W$$fmt ${TEST_OPTS} \
76 > out/$$base.$$fmt.out 2> out/$$base.$$fmt.err ; \
77 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.out out/$$base.$$fmt.out ${S2O} ; \
78 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.err out/$$base.$$fmt.err ${S2O}
85 base=`${BASENAME} $$test .c` ; \
98 base=`${BASENAME} $$test .c` ; \
101 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \
102 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \
134 base=`${BASENAME} $$file .c` ; \
135 ${XGETTEXT} --default-domain=$$base \
140 -o $$base.pot.new $$base.c ; \
144 for base in ${MO_BASE_FILES} ; do set -x ;\
145 ${CP} $$base.pot.new ${srcdir}/$$base.pot ; \
149 for base in ${MO_BASE_FILES} ; do set -x ;\
151 if [ -f po/$$lang/$$base.po ]; then \
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
153 if ${XOMSGMERGE} po/$$lang/$$base.po \
154 ${srcdir}/$$base.pot \
155 -o po/$$lang/$$base.new.po; then \
156 ${MV} po/$$lang/$$base.po \
157 po/$$lang/$$base.po.old ; \
158 ${MV} po/$$lang/$$base.new.po \
159 po/$$lang/$$base.po ; \
161 echo "error: msgmerge for $$base failed"; \
163 elif [ -f ${srcdir}/po/$$lang/$$base.po ]; then \
164 ${ECHO} "merging (srcdir) $$base.pot into po/$$lang/$$base.po ..." ; \
165 if ${XOMSGMERGE} ${srcdir}/po/$$lang/$$base.po \
166 ${srcdir}/$$base.pot \
167 -o po/$$lang/$$base.new.po; then \
168 ${MV} po/$$lang/$$base.po \
169 po/$$lang/$$base.po.old ; \
170 ${MV} po/$$lang/$$base.new.po \
171 po/$$lang/$$base.po ; \
173 echo "error: msgmerge for $$base failed"; \
180 @(for base in ${MO_BASE_FILES} ; do \
182 if [ -f po/$$lang/$$base.po ]; then \
184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \
190 @(for base in ${MO_BASE_FILES} ; do set -x ;\
192 if [ ! -f po/$$lang/$$base.po ]; then \
194 (${DB} ${CP} $$base.pot po/$$lang/$$base.po ); \
200 @(for base in ${MO_BASE_FILES} ; do \
201 if [ -f $$base.pot.new ] ; then \
202 ${XODIFF} ${srcdir}/$$base.pot $$base.pot.new ; \
205 if [ -f po/$$lang/$$base.po ] ; then \
206 ${XODIFF} ${srcdir}/po/$$lang/$$base.po po/$$lang/$$base.po ; \
212 @(for base in ${MO_BASE_FILES} ; do \
215 if [ -f po/$$lang/$$base.po ] ; then \
216 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \
217 po/$$lang/$$base.po ); \
218 elif [ -f ${srcdir}/po/$$lang/$$base.po ]; then \
219 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \
220 ${srcdir}/po/$$lang/$$base.po ;) \