Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 77:c2981235af26 trunk
[svn] - thread safety
author | nenolod |
---|---|
date | Mon, 02 Oct 2006 18:14:15 -0700 |
parents | eb3bb3eec087 |
children | 357de698dab2 |
line wrap: on
line source
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../../.. include ../../../mk/objective.mk libmp4ff.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)