symbian-qemu-0.9.1-12/model-libraries/Makefile
branchgraphics-phase-3
changeset 115 7fc47a6656f3
parent 114 19c4533e1567
equal deleted inserted replaced
114:19c4533e1567 115:7fc47a6656f3
    12 # Makefile to build all available model libraries.
    12 # Makefile to build all available model libraries.
    13 
    13 
    14 .phony: all clean install distclean
    14 .phony: all clean install distclean
    15 
    15 
    16 # Append new model library dirs here.
    16 # Append new model library dirs here.
    17 subdirs := nvmemmory syborg-graphicswrapper
    17 subdirs := nvmemmory
    18 
    18 
    19 all clean install distclean:
    19 all clean install distclean:
    20 	for d in $(subdirs); do $(MAKE) -C $$d $@; done
    20 	for d in $(subdirs); do $(MAKE) -C $$d $@; done
    21 
    21