aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 3729c0e9792d95540b30f59c084ae715b49f4c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
###################################################
#
# Makefile for libaacdec.so
#
###################################################

C_SRCS= \
	bits.c \
	block.c \
	config.c \
	decdata.c \
	decoder.c \
	dolby_adapt.c \
	fastfft.c \
	huffdec.c \
	huffinit.c \
	hufftables.c \
	intensity.c \
	monopred.c \
	nok_lt_prediction.c \
	pns.c \
	stereo.c \
	tns.c \
	transfo.c \
	util.c 

C_OPTIONS= -O2 -Wall -fexceptions -fno-strict-aliasing -shared -fPIC

CPP_SRCS= 

CPP_OPTIONS=

INCLUDE= . 

DYNLIB=libaacdec.so

all: mpeg4ip_config.h libaacdec.so

include ../../jumper/source/common.mak

#
# setup the correct config.h file
#

mpeg4ip_config.h: mpeg4ip_config_Linux32.h
	cp  mpeg4ip_config_Linux32.h  mpeg4ip_config.h