annotate src/aac/libfaad2/Makefile @ 1796:ea0dea2cc2a5

There was no real reason for 2 Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 19:32:10 +0200
parents 2c64b6d44a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
1 include ../../../extra.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
2
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
3 STATIC_LIB_NOINST = libfaad.a
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
4
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
5 SRCS = bits.c cfft.c decoder.c drc.c \
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
6 drm_dec.c error.c filtbank.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
7 ic_predict.c is.c lt_predict.c mdct.c mp4.c ms.c output.c pns.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
8 ps_dec.c ps_syntax.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9 pulse.c specrec.c syntax.c tns.c hcr.c huffman.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
10 rvlc.c ssr.c ssr_fb.c ssr_ipqf.c common.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
11 sbr_dct.c sbr_e_nf.c sbr_fbt.c sbr_hfadj.c sbr_hfgen.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
12 sbr_huff.c sbr_qmf.c sbr_syntax.c sbr_tf_grid.c sbr_dec.c
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
13
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
14 include ../../../buildsys.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
15
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
16 CPPFLAGS += -I../include -I../../.. -I.
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
17 CFLAGS += $(PLUGIN_CFLAGS) -Wall
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
18
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
19 LIBS += -lm