Mercurial > audlegacy-plugins
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 |
| rev | line source |
|---|---|
| 1780 | 1 include ../../../extra.mk |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2 |
| 1780 | 3 STATIC_LIB_NOINST = libfaad.a |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 |
| 1780 | 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 | 14 include ../../../buildsys.mk |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
15 |
| 1780 | 16 CPPFLAGS += -I../include -I../../.. -I. |
| 17 CFLAGS += $(PLUGIN_CFLAGS) -Wall | |
| 18 | |
| 19 LIBS += -lm |
