Import the current wip animation datatype and subclasses. further development will...
[AROS.git] / workbench / classes / datatypes / gifanim / mmakefile.src
blobd1ea67809788399b74aca167348c195312402ce8
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := classbase methods dispatch prefs misc encoder
5 #FILES stackswap 
6 TESTSDIR := $(AROS_TESTS)/datatypes
8 #MM- workbench-datatypes-animation : workbench-datatype-gifanim
9 #MM workbench-datatype-gifanim : includes linklibs
11 USER_CFLAGS   := -DDEBUG=0
12 USER_LDFLAGS := -static
14 %build_module mmake=workbench-datatype-gifanim \
15     modname=gifanim modtype=datatype \
16     files=$(FILES)
18 %common