mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
stdtime build improvements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -136,7 +136,7 @@ CFLAGS+= $(MALLOC_DEBUG)
|
||||
CFLAGS+= $(BUSYDETECT)
|
||||
CFLAGS+= $(OPTIONS)
|
||||
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)
|
||||
LIBS=-ldl -lpthread
|
||||
endif
|
||||
|
@@ -1,7 +1,3 @@
|
||||
CC=gcc
|
||||
#CFLAGS=-Wall
|
||||
INCLUDE=-I../include
|
||||
|
||||
OBJS=localtime.o
|
||||
|
||||
all: libtime.a
|
||||
@@ -10,6 +6,8 @@ libtime.a: $(OBJS)
|
||||
ar rv $@ $(OBJS)
|
||||
ranlib $@
|
||||
|
||||
install:
|
||||
|
||||
clean:
|
||||
rm -f libtime.a *.o test
|
||||
|
||||
|
Reference in New Issue
Block a user