view Plugins/Input/aac/mp4ff/Makefile.in @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents e69e900eca1e
children 79891e2fd8a5
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 += -fPIC -DPIC -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl

include ../../../../mk/objective.mk