genmf.py: print dots instead of "Regenerating n of m" as progress indicator.
[AROS.git] / developer / debug / test / lcms / mmakefile.src
bloba83b4bb13da20ad2f9583b8e123c969a457d7738
1 # Copyright © 2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES           := gamma
7 EXEDIR          := $(AROS_TESTS)/lcms
9 #MM- test : test-lcms
10 #MM- test-quick : test-lcms-quick
12 #MM test-lcms : includes linklibs workbench-libs-lcms2
14 %build_prog mmake=test-lcms progname=gamma \
15     files=$(FILES) targetdir=$(EXEDIR) uselibs="lcms2"
17 %common