symbian-qemu-0.9.1-12/model-libraries/Makefile
branchgraphics-phase-3
changeset 108 ae83407e7b6a
child 112 b6c206049d8a
equal deleted inserted replaced
98:542d4bc8b7ca 108:ae83407e7b6a
       
     1 # Copyright (c) 2010 Symbian Foundation.
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Mike Kinghan, mikek@symbian.org, for Symbian Foundation - Initial contribution
       
    10 # 
       
    11 # Description:
       
    12 # Makefile to build all available model libraries.
       
    13 
       
    14 .phony: all clean install distclean
       
    15 
       
    16 # Append new model library dirs here.
       
    17 subdirs := syborg-graphicswrapper/
       
    18 
       
    19 all clean install distclean:
       
    20 	for d in $(subdirs); do $(MAKE) -C $$d $@; done
       
    21