cleanup makefiles

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15720 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-30 15:21:04 +00:00
parent 7c255937c3
commit ae05a0c5de
5 changed files with 1 additions and 12 deletions

View File

@ -11,8 +11,6 @@ LOCAL_LIBADD=$(JSONLA)
include $(BASE)/build/modmake.rules
$(LOCAL_OBJS): $(LOCAL_SOURCES)
$(JSON_DIR):
$(GETLIB) $(json-c).tar.gz

View File

@ -12,8 +12,6 @@ LOCAL_LIBADD=$(MEMCACHEDLA)
include $(switch_srcdir)/build/modmake.rules
$(LOCAL_OBJS): $(LOCAL_SOURCES)
$(MEMCACHED_DIR):
$(GETLIB) $(MEMCACHED).tar.gz

View File

@ -2,9 +2,7 @@ BASE=../../../..
LOCAL_CFLAGS=-I. -I$(PA_DIR)/include -D__EXTENSION__=1
LOCAL_LDFLAGS=-lasound
LOCAL_OBJS=
LOCAL_SOURCES=
include $(BASE)/build/modmake.rules
$(LOCAL_OBJS): $(LOCAL_SOURCES)

View File

@ -17,13 +17,9 @@ LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include -I$(MPG123_DIR)/src
LOCAL_LIBADD=$(LAMELA) $(SHOUTLA) $(MPG123LA)
LOCAL_LDFLAGS=`cat ../../../../libs/libshout-2.2.2/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'`
LOCAL_OBJS=$(MP3OBJS)
LOCAL_SOURCES=$(MP3SOURCES)
include $(switch_srcdir)/build/modmake.rules
$(LOCAL_OBJS): $(LOCAL_SOURCES)
$(MPG123_DIR):
$(GETLIB) $(MPG123).tar.gz

View File

@ -5,7 +5,6 @@ SNDFILELA=$(SNDFILE_DIR)/src/libsndfile.la
LOCAL_CFLAGS=-I$(SNDFILE_DIR)/src
LOCAL_LIBADD=$(SNDFILELA)
LOCAL_OBJS=
include $(BASE)/build/modmake.rules