From 86361b6866deb8806f2d29e141209d364d836d30 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 16 Dec 1999 22:47:49 +0000 Subject: Version 0.1.1 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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