From 53b26418053e05bd30974b1d336167f90860e85b Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 16 Dec 1999 22:47:49 +0000 Subject: Version 0.1.1 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@140 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5604e7628..1ac473afc 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # # Top level Makefile # -# Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC +# Copyright (C) 1999, Mark Spencer # # Mark Spencer # @@ -18,11 +18,11 @@ MODULES_DIR=/usr/lib/asterisk/modules DEBUG=-g #-pg INCLUDE=-Iinclude -I../include -CFLAGS=-Wall -Werror -O6 $(DEBUG) $(INCLUDE) -D_REENTRANT +CFLAGS=-pipe -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -O6 $(DEBUG) $(INCLUDE) -D_REENTRANT CFLAGS+=$(shell if $(CC) -march=i686 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=i686"; fi) SUBDIRS=channels pbx apps codecs formats -LIBS=-ldl -lpthread #-lefence -OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o asterisk.o +LIBS=-ldl -lpthread -lreadline # -lefence +OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o asterisk.o CC=gcc INSTALL=install -- cgit v1.2.3