dect
/
asterisk
Archived
13
0
Fork 0

remove some stuff handled by configure and menuselect

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27129 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-05-13 10:43:11 +00:00
parent 0c4455e322
commit e3a7b062c0
1 changed files with 0 additions and 29 deletions

View File

@ -24,18 +24,6 @@ OPTIONS=
#CROSS_PROC=arm
#SUB_PROC=xscale # or maverick
# Pentium Pro Optimize
#PROC=i686
# Pentium & VIA processors optimize
#PROC=i586
#PROC=k6
#PROC=ppc
CC=$(CROSS_COMPILE)gcc
HOST_CC=gcc
ifeq ($(CROSS_COMPILE),)
OSARCH=$(shell uname -s)
PROC?=$(shell uname -m)
@ -71,26 +59,9 @@ OVERWRITE=y
# Include debug and macro symbols in the executables (-g) and profiling info (-pg)
DEBUG=-g3
# Set NOCRYPTO to yes if you do not want to have crypto support or dependencies
#NOCRYPTO=yes
# If you are running a radio application, define RADIO_RELAX so that the DTMF
# will be received more reliably
#OPTIONS += -DRADIO_RELAX
# If you don't have a lot of memory (e.g. embedded Asterisk), define LOW_MEMORY
# to reduce the size of certain static buffers
#ifneq ($(CROSS_COMPILE),)
#OPTIONS += -DLOW_MEMORY
#endif
# Asterisk SMDI integration
WITH_SMDI=1
# Where to install asterisk after compiling
# Default -> leave empty
INSTALL_PREFIX?=
# Staging directory
# Files are copied here temporarily during the install process
# For example, make DESTDIR=/tmp/asterisk woud put things in