repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git]
/
workbench
/
locale
/
catalogs
/
mmakefile
blob
47a9ec4211f352882d8cb64ded33f9e997c90c23
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
DIRS := $(BINDIR)/Locale $(BINDIR)/Locale/Catalogs
5
6
#MM- workbench-locale : workbench-locale-setup
7
8
#MM
9
workbench-locale-setup : $(DIRS)
10
11
$(DIRS):
12
@$(IF) $(TEST) ! -d $@ ; then ; $(MKDIR) $@) ; else $(NOP) ; fi