Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 1573:82548d92c922
Some macro additions for handling Gtk+/Glib stuff; Misc merges.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 03 Sep 2007 06:25:55 +0300 |
parents | 22a470857579 |
children | 2c64b6d44a3c |
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 OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall include ../../../mk/objective.mk