equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2006, 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: qt translations configuration makefile |
|
15 # |
|
16 |
|
17 #Define this platform as default if nothing is defined |
|
18 |
|
19 MAKEFILE = /sf/mw/qttranslations/cmaker/makefile |
|
20 |
|
21 # Define the directories you want to create to a variable. |
|
22 TSFILES = /epoc32/include/platform/qt/translations |
|
23 LANGUAGE_IDS_FOLDER = /epoc32/include/platform/mw/loc |
|
24 |
|
25 |
|
26 export_template_files :: $(TSFILES) $(LANGUAGE_IDS_FOLDER) ts_config |
|
27 |
|
28 # create a target with that variable, which treats each directory as its own target. |
|
29 # The perl emkdir.pl <target> will create the folder structure |
|
30 $(TSFILES): |
|
31 $(PERL) $(E32TOOLS)\emkdir.pl $@ |
|
32 |
|
33 $(LANGUAGE_IDS_FOLDER): |
|
34 $(PERL) $(E32TOOLS)\emkdir.pl $@ |
|
35 |
|
36 include include_template.mk |