Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Modules / Empty_Trashcan.MUI / Catalogs / français / Scalos / makefile-new
blobbd70f61657069bea8dd8fed1da0b4721875ec982
1 # makefile for Empty_Trashcan.module (translated Texts : français)
2 # $Date: 2011-07-24 10:11:00 +0200 (So, 24. Jul 2011) $
4 .SUFFIXES: .ct .catalog
5 .PHONY: all install clean
7 include config.mk
9 CATNAME =       Empty_Trashcan
11 # Native FlexCat doesn't like Linux paths
12 ifeq ($(CROSS), )
13         CDPATH=//
14 else
15         CDPATH=../../..
16 endif
18 all:    $(CATNAME).catalog
20 .ct.catalog :
21         @printf '\033[32mMake catalog: \033[31m\033[1m$(LANG)\033[0m\n'
22         $(FLEXCAT) $(CDPATH)/$*.cd $*.ct CATALOG $*.catalog
24 $(CATNAME).catalog : $(CATNAME).ct ../../../$(CATNAME).cd
26 clean:
27         $(RM) -f $(CATNAME).catalog
29 install:
30         -copy $(CATNAME).catalog Locale:catalogs/$(LANG)/Scalos/ clone