From: Mark Spencer Date: Sat, 25 Oct 2003 17:56:14 +0000 (+0000) Subject: stdtime build improvements X-Git-Tag: 0.7.0~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a40f00bee9b63664613a016024d9b793bbb5f90d;p=thirdparty%2Fasterisk.git stdtime build improvements git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1668 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index a0c5e64048..34c4382c1d 100755 --- a/Makefile +++ b/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 diff --git a/stdtime/Makefile b/stdtime/Makefile index 927f07dedc..f5374ce814 100755 --- a/stdtime/Makefile +++ b/stdtime/Makefile @@ -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