annotate src/aac/mp4ff/Makefile @ 55:4423278dc9ae trunk

[svn] - alac support will be a seperate plugin
author nenolod
date Sat, 30 Sep 2006 18:32:24 -0700
parents eb3bb3eec087
children 357de698dab2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
21320918cc08 [svn] - missed a few spots
nenolod
parents: 14
diff changeset
1 include ../../../mk/rules.mk
21320918cc08 [svn] - missed a few spots
nenolod
parents: 14
diff changeset
2 include ../../../mk/init.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
3
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
4 OBJECTIVE_LIBS_NOINST = libmp4ff.a
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
5
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
6 SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
7 mp4tagupdate.c drms.c
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
8
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9 OBJECTS = ${SOURCES:.c=.o}
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
10
24
eb3bb3eec087 [svn] - fix AAC build issue
nenolod
parents: 23
diff changeset
11 CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../..
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
12
23
21320918cc08 [svn] - missed a few spots
nenolod
parents: 14
diff changeset
13 include ../../../mk/objective.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
14
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
15 libmp4ff.a: $(OBJECTS)
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
16 $(AR) cq $@ $(OBJECTS)