OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Makefile
51
POT
=xmlpool.
pot
53
.PHONY: all clean
pot
po mo
60
-rm -f $(
POT
) *~
80
pot
: $(
POT
)
83
$(
POT
): t_options.h
84
xgettext -L C --from-code utf-8 -o $(
POT
) t_options.h
87
%.po: $(
POT
)
89
echo "Merging new strings from $(
POT
) into $@.";
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Makefile
51
POT
=xmlpool.
pot
53
.PHONY: all clean
pot
po mo
60
-rm -f $(
POT
) *~
80
pot
: $(
POT
)
83
$(
POT
): t_options.h
84
xgettext -L C --from-code utf-8 -o $(
POT
) t_options.h
87
%.po: $(
POT
)
89
echo "Merging new strings from $(
POT
) into $@.";
[
all
...]
Completed in 1748 milliseconds