comparison Plugins/Input/aac/mp4ff/Makefile.in @ 1680:92b4af21e6d2 trunk

[svn] Fixed some Makefiles to make it work with BSD make. I checked that it doesn't break gmake (compile & run works).
author js
date Wed, 13 Sep 2006 13:56:08 -0700
parents 79891e2fd8a5
children
comparison
equal deleted inserted replaced
1679:2dab9da1abc4 1680:92b4af21e6d2
9 OBJECTS = ${SOURCES:.c=.o} 9 OBJECTS = ${SOURCES:.c=.o}
10 10
11 CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl 11 CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl
12 12
13 include ../../../../mk/objective.mk 13 include ../../../../mk/objective.mk
14
15 libmp4ff.a: $(OBJECTS)
16 $(AR) cq $@ $(OBJECTS)