equal
deleted
inserted
replaced
1 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 # All rights reserved. |
2 # All rights reserved. |
3 # This component and the accompanying materials are made available |
3 # This component and the accompanying materials are made available |
4 # under the terms of the License "Eclipse Public License v1.0" |
4 # under the terms of "Eclipse Public License v1.0" |
5 # which accompanies this distribution, and is available |
5 # which accompanies this distribution, and is available |
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # |
7 # |
8 # Initial Contributors: |
8 # Initial Contributors: |
9 # Nokia Corporation - initial contribution. |
9 # Nokia Corporation - initial contribution. |
53 -$(ERASE) $(call slash2generic,$(MDIR)/$(PREFIX)values.cpp) |
53 -$(ERASE) $(call slash2generic,$(MDIR)/$(PREFIX)values.cpp) |
54 -$(ERASE) $(call slash2generic,$(MDIR)/$(PREFIX)config.cpp) |
54 -$(ERASE) $(call slash2generic,$(MDIR)/$(PREFIX)config.cpp) |
55 # -$(ERASE) $(MDIR)/$(PREFIX)values.cpp |
55 # -$(ERASE) $(MDIR)/$(PREFIX)values.cpp |
56 # -$(ERASE) $(MDIR)/$(PREFIX)config.cpp |
56 # -$(ERASE) $(MDIR)/$(PREFIX)config.cpp |
57 |
57 |
58 $(MDIR)/$(PREFIX)values.cpp : $(SOURCE)/values.hda $(EPOCROOT)epoc32/include/hal_data.h |
58 $(MDIR)/$(PREFIX)values.cpp : $(SOURCE)/values.hda $(EPOCROOT)epoc32/include/platform/hal_data.h |
59 -$(call createdir,"$(MDIR)") |
59 -$(call createdir,"$(MDIR)") |
60 perl $(HALPATH)/hal/halcfg.pl $(EPOCROOT)epoc32/include/hal_data.h $(SOURCE)/values.hda $(MDIR)/$(PREFIX)values.cpp |
60 perl $(HALPATH)/hal/halcfg.pl $(EPOCROOT)epoc32/include/platform/hal_data.h $(SOURCE)/values.hda $(MDIR)/$(PREFIX)values.cpp |
61 |
61 |
62 $(MDIR)/$(PREFIX)config.cpp : $(SOURCE)/config.hcf $(EPOCROOT)epoc32/include/hal_data.h |
62 $(MDIR)/$(PREFIX)config.cpp : $(SOURCE)/config.hcf $(EPOCROOT)epoc32/include/platform/hal_data.h |
63 -$(call createdir,"$(MDIR)") |
63 -$(call createdir,"$(MDIR)") |
64 perl $(HALPATH)/hal/halcfg.pl -x $(EPOCROOT)epoc32/include/hal_data.h $(SOURCE)/config.hcf $(MDIR)/$(PREFIX)config.cpp |
64 perl $(HALPATH)/hal/halcfg.pl -x $(EPOCROOT)epoc32/include/platform/hal_data.h $(SOURCE)/config.hcf $(MDIR)/$(PREFIX)config.cpp |
65 |
65 |