gfxconversion/mifconv/makefile_templates/config/export.mk
branchRCL_3
changeset 13 fcf0948c1bce
parent 12 aafcc8eeb5a4
child 14 4b96f89bb6f3
equal deleted inserted replaced
12:aafcc8eeb5a4 13:fcf0948c1bce
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: makefile_templates, actual build configuration export makefile
    14 # Description: makefile_templates, actual build configuration export makefile
    15 # 
    15 # 
    16  
    16  
    17 MAKEFILE =      $(EPOCROOT)/sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/config/export.mk
    17 MAKEFILE =      /sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/config/export.mk
    18 $(call push,MAKEFILE_STACK,$(MAKEFILE)) 
    18 $(call push,MAKEFILE_STACK,$(MAKEFILE)) 
    19 
    19 
    20  
    20  
    21 TEMPLATEMAKEFILES =	$(EPOCROOT)/sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/*.*			$(EPOCROOT)/epoc32/tools/makefile_templates/s60/
    21 TEMPLATEMAKEFILES =	/sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/*.*			/epoc32/tools/makefile_templates/s60/
    22 
    22 
    23 template_makefiles :: template_makefiles_config
    23 template_makefiles :: template_makefiles_config
    24          
    24          
    25 $(call addfiles, $(TEMPLATEMAKEFILES), template_makefiles_config) 
    25 $(call addfiles, $(TEMPLATEMAKEFILES), template_makefiles_config) 
    26          
    26