2 # Makefile for LPC-10 speech coder library (unix)
9 # These definitions for CFLAGS and LIB_TARGET_DIR are used when one
10 # runs make in the lpc10 directory, without environment variables that
11 # override them. When make is run in this directory from a makefile
12 # for an application that uses the LPC10 coder, there are environment
13 # variables set for CFLAGS and LIB_TARGET_DIR that override these
20 # -I$(LIB_TARGET_DIR) option needed so that #include "machine.h"
21 # directives can find the machine.h file.
24 WARNINGS = -Wall -Wno-comment -Wno-error
25 CFLAGS = -O3 -I$(LIB_TARGET_DIR) $(WARNINGS)
27 LIB = $(LIB_TARGET_DIR)/liblpc10.a
34 $(LIB): $(LIB)(f2clib.o) \