[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.4,1.5
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 27 13:34:35 CST 2003
Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv7238/codecs/lpc10
Modified Files:
Makefile
Log Message:
More cleanups and OSX fixes for 10.3
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 26 Oct 2003 18:50:49 -0000 1.4
+++ Makefile 27 Oct 2003 20:00:41 -0000 1.5
@@ -37,42 +37,17 @@
.PHONY: all clean
all: $(LIB)
- ranlib $(LIB)
-$(LIB): $(LIB)(f2clib.o) \
- $(LIB)(analys.o) \
- $(LIB)(bsynz.o) \
- $(LIB)(chanwr.o) \
- $(LIB)(dcbias.o) \
- $(LIB)(decode.o) \
- $(LIB)(deemp.o) \
- $(LIB)(difmag.o) \
- $(LIB)(dyptrk.o) \
- $(LIB)(encode.o) \
- $(LIB)(energy.o) \
- $(LIB)(ham84.o) \
- $(LIB)(hp100.o) \
- $(LIB)(invert.o) \
- $(LIB)(irc2pc.o) \
- $(LIB)(ivfilt.o) \
- $(LIB)(lpcdec.o) \
- $(LIB)(lpcenc.o) \
- $(LIB)(lpcini.o) \
- $(LIB)(lpfilt.o) \
- $(LIB)(median.o) \
- $(LIB)(mload.o) \
- $(LIB)(onset.o) \
- $(LIB)(pitsyn.o) \
- $(LIB)(placea.o) \
- $(LIB)(placev.o) \
- $(LIB)(preemp.o) \
- $(LIB)(prepro.o) \
- $(LIB)(random.o) \
- $(LIB)(rcchk.o) \
- $(LIB)(synths.o) \
- $(LIB)(tbdm.o) \
- $(LIB)(voicin.o) \
- $(LIB)(vparms.o)
+OBJ= f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o \
+ deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o \
+ hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o \
+ lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o \
+ placea.o placev.o preemp.o prepro.o random.o rcchk.o \
+ synths.o tbdm.o voicin.o vparms.o
+
+$(LIB): $(OBJ)
+ $(AR) cr $@ $(OBJ)
+ ranlib $@
clean:
-rm -f *.o $(LIB)
More information about the svn-commits
mailing list