+++ /dev/null
-# \r
-# Makefile for LPC-10 speech coder library (unix)\r
-# \r
-\r
-# default C compiler\r
-CC= gcc\r
-\r
-# \r
-# These definitions for CFLAGS and LIB_TARGET_DIR are used when one\r
-# runs make in the lpc10 directory, without environment variables that\r
-# override them. When make is run in this directory from a makefile\r
-# for an application that uses the LPC10 coder, there are environment\r
-# variables set for CFLAGS and LIB_TARGET_DIR that override these\r
-# definitions.\r
-# \r
-\r
-LIB_TARGET_DIR = \r
-\r
-# \r
-# -I$(LIB_TARGET_DIR) option needed so that #include "machine.h"\r
-# directives can find the machine.h file.\r
-# \r
-\r
-WARNINGS = -Wall\r
-CFLAGS = -O3 -I$(LIB_TARGET_DIR) $(WARNINGS)\r
-\r
-LIB = liblpc10.a\r
-\r
-.PHONY: all clean\r
-\r
-all: $(LIB)\r
- ranlib $(LIB)\r
-\r
-$(LIB): $(LIB)(f2clib.o) \\r
- $(LIB)(analys.o) \\r
- $(LIB)(bsynz.o) \\r
- $(LIB)(chanwr.o) \\r
- $(LIB)(dcbias.o) \\r
- $(LIB)(decode.o) \\r
- $(LIB)(deemp.o) \\r
- $(LIB)(difmag.o) \\r
- $(LIB)(dyptrk.o) \\r
- $(LIB)(encode.o) \\r
- $(LIB)(energy.o) \\r
- $(LIB)(ham84.o) \\r
- $(LIB)(hp100.o) \\r
- $(LIB)(invert.o) \\r
- $(LIB)(irc2pc.o) \\r
- $(LIB)(ivfilt.o) \\r
- $(LIB)(lpcdec.o) \\r
- $(LIB)(lpcenc.o) \\r
- $(LIB)(lpcini.o) \\r
- $(LIB)(lpfilt.o) \\r
- $(LIB)(median.o) \\r
- $(LIB)(mload.o) \\r
- $(LIB)(onset.o) \\r
- $(LIB)(pitsyn.o) \\r
- $(LIB)(placea.o) \\r
- $(LIB)(placev.o) \\r
- $(LIB)(preemp.o) \\r
- $(LIB)(prepro.o) \\r
- $(LIB)(random.o) \\r
- $(LIB)(rcchk.o) \\r
- $(LIB)(synths.o) \\r
- $(LIB)(tbdm.o) \\r
- $(LIB)(voicin.o) \\r
- $(LIB)(vparms.o)\r
-\r
-clean:\r
- -rm -f *.o liblpc10.a\r