equal
deleted
inserted
replaced
|
1 # /* |
|
2 # * Copyright (c) 2006 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 the License "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: |
|
15 # * |
|
16 # */ |
|
17 |
|
18 DESTDIR = \epoc32\include\oem |
|
19 SRCDIR = sdkinc |
|
20 |
|
21 ifeq ($(S60WEBKIT_SDK),1) |
|
22 MAKMAKE : export_headers |
|
23 CLEAN: |
|
24 @echo Removing WebCore exported headers from $(DESTDIR) |
|
25 @perl -le "chomp (@f=`ls -1 $(SRCDIR)`); chdir '$(DESTDIR)'; unlink @f" |
|
26 else |
|
27 MAKMAKE : noop |
|
28 CLEAN : noop |
|
29 endif |
|
30 |
|
31 noop : |
|
32 |
|
33 export_headers : |
|
34 @echo Exporting headers to $(DESTDIR) via copy sdkinc\* $(DESTDIR) |
|
35 @copy /y sdkinc\* $(DESTDIR) |
|
36 |
|
37 CLEAN : noop |
|
38 |
|
39 BLD : noop |
|
40 |
|
41 LIB : noop |
|
42 |
|
43 CLEANLIB : noop |
|
44 |
|
45 RESOURCE : noop |
|
46 |
|
47 FREEZE : noop |
|
48 |
|
49 SAVESPACE : noop |
|
50 |
|
51 RELEASABLES : noop |
|
52 |
|
53 FINAL : noop |