build the descriptor with gifannim
[AROS-Contrib.git] / workbench / classes / datatypes / gifanim / descriptor / mmakefile.src
blob3f83f1f4ff8fb580ddccf567a573090663950c65
1 # Copyright © 2017, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 DESCRDIR                := $(AROS_DEVS)/DataTypes
7 DESCRFILE               := $(DESCRDIR)/GIFANIM
9 #MM
10 datatype-descriptor-gifanim : $(DESCRFILE)
12 #MM
13 datatype-descriptor-gifanim-quick : datatype-descriptor-gifanim
15 #MM datatype-descriptor-gifanim-setup :
16 %rule_makedirs dirs=$(DESCRDIR) setuptarget=datatype-descriptor-gifanim-setup
18 $(DESCRDIR)/% : $(SRCDIR)/$(CURDIR)/%.dtd
19         cd $(DESCRDIR) && $(CREATEDTDESC) $<
20         
21 %common