Changeset 144 for trunk/IPs/systemC/processor/Morpheo/Makefile
- Timestamp:
- Sep 28, 2010, 1:19:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Makefile
r91 r144 35 35 @\ 36 36 for i in $(DIR_LOCALE)/*/*/*.po; do \ 37 dir=$$($(DIRNAME) $$i); \ 37 dir_src=$$($(DIRNAME) $$i); \ 38 dir_dest=$(MORPHEO_PREFIX)/$$dir_src; \ 38 39 file=$$($(BASENAME) $$i .po); \ 40 $(MKDIR) $$dir_dest; \ 39 41 $(ECHO) "Translate : $$i"; \ 40 $(MSGFMT) $$i -o $$dir /$$file.mo; \42 $(MSGFMT) $$i -o $$dir_dest/$$file.mo; \ 41 43 done 42 44
Note: See TracChangeset
for help on using the changeset viewer.