Mercurial > audlegacy
view Plugins/Input/aac/src/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 | 01d2aa561b53 |
children | 79891e2fd8a5 |
line wrap: on
line source
include ../../../../mk/rules.mk include ../../../../mk/init.mk OBJECTIVE_LIBS = libaac.so CFLAGS += -fPIC -DPIC # override objective make's LIBDIR LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LDFLAGS += ../libfaad2/libfaad.a ../mp4ff/libmp4ff.a -lstdc++ SOURCES = libmp4.c mp4_utils.c aac_utils.c tagging_mp4.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(GTK_CFLAGS) -I../../../../intl -I../../../.. -I../include -I../libfaad -I../mp4ff include ../../../../mk/objective.mk