Last change
on this file since 1125 was
265,
checked in by titer, 16 years ago
|
Split and moved makefiles into a seperate folder, fixes and speed-up to
the retrieving of the SVN revision, OS X packages now show the revision
if this isn't a release build
|
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
391 bytes
|
Line | |
---|
1 | # $Id: po.mk 265 2006-05-31 12:54:53Z livings124 $ |
---|
2 | |
---|
3 | include ../../mk/config.mk |
---|
4 | include ../../mk/common.mk |
---|
5 | |
---|
6 | POFILES = $(wildcard *.po) |
---|
7 | MOFILES = $(POFILES:%.po=%.mo) |
---|
8 | |
---|
9 | all: $(MOFILES) |
---|
10 | @true |
---|
11 | |
---|
12 | %.mo: %.po ../../mk/config.mk ../../mk/common.mk ../../mk/po.mk |
---|
13 | $(MSGFMT_RULE) |
---|
14 | |
---|
15 | %.mo.install: %.mo |
---|
16 | $(INSTALL_LOCALE_RULE) |
---|
17 | |
---|
18 | clean: |
---|
19 | @echo "Clean $(MOFILES)" |
---|
20 | @$(RM) $(MOFILES) |
---|
21 | |
---|
22 | install: $(MOFILES) $(MOFILES:%.mo=%.mo.install) |
---|
23 | |
---|
24 | -include .depend |
---|
Note: See
TracBrowser
for help on using the repository browser.