Mercurial > audlegacy-plugins
diff src/Input/aac/mp4ff/Makefile.in @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Input/aac/mp4ff/Makefile.in Mon Sep 18 01:11:49 2006 -0700 @@ -0,0 +1,16 @@ +include ../../../../mk/rules.mk +include ../../../../mk/init.mk + +OBJECTIVE_LIBS_NOINST = libmp4ff.a + +SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ + mp4tagupdate.c drms.c + +OBJECTS = ${SOURCES:.c=.o} + +CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl + +include ../../../../mk/objective.mk + +libmp4ff.a: $(OBJECTS) + $(AR) cq $@ $(OBJECTS)
