Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 14:772c5d3af066 trunk
[svn] - remove some unnecessary Makefile.in's and replace them with normal Makefiles
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:27:46 -0700 |
parents | src/aac/mp4ff/Makefile.in@3da1b8942b8b |
children | 21320918cc08 |
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../../../.. -I../../../../intl include ../../../../mk/objective.mk libmp4ff.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)