Ported to AROS.
[AROS-Contrib.git] / libs / mpega / mmakefile.src
blobb6e7aa27e27fd51f9299a1e8bf448a42511fbd41
1 # $Id$
3 include $(TOP)/config/make.cfg
5 FILES := library wrap_mpega support filter resample tag crc fixed bit \
6  timer stream frame synth layer12 layer3 huffman
8 USER_CFLAGS := -DFPM_INTEL -DOPT_ACCURACY -DBUILD_AROS -DNDEBUG -Wno-parentheses
10 %build_module mmake=contrib-libs-mpega \
11  modname="mpega" modtype=library files="$(FILES)"
13 #MM includes-copy
14 INCLUDE_FILES := $(call WILDCARD, include/*.h)
15 %copy_includes path=libraries dir=include