dect
/
asterisk
Archived
13
0
Fork 0

stdtime build improvements

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1668 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-10-25 17:56:14 +00:00
parent b2724a44d0
commit 0c3da4f716
2 changed files with 3 additions and 5 deletions

View File

@ -136,7 +136,7 @@ CFLAGS+= $(MALLOC_DEBUG)
CFLAGS+= $(BUSYDETECT) CFLAGS+= $(BUSYDETECT)
CFLAGS+= $(OPTIONS) CFLAGS+= $(OPTIONS)
CFLAGS+=# -fomit-frame-pointer CFLAGS+=# -fomit-frame-pointer
SUBDIRS=res channels pbx apps codecs formats agi cdr astman SUBDIRS=res channels pbx apps codecs formats agi cdr astman stdtime
ifeq (${OSARCH},Linux) ifeq (${OSARCH},Linux)
LIBS=-ldl -lpthread LIBS=-ldl -lpthread
endif endif

View File

@ -1,7 +1,3 @@
CC=gcc
#CFLAGS=-Wall
INCLUDE=-I../include
OBJS=localtime.o OBJS=localtime.o
all: libtime.a all: libtime.a
@ -10,6 +6,8 @@ libtime.a: $(OBJS)
ar rv $@ $(OBJS) ar rv $@ $(OBJS)
ranlib $@ ranlib $@
install:
clean: clean:
rm -f libtime.a *.o test rm -f libtime.a *.o test