From ba8e3e8cf3d24a461f786ef7a24613534321f439 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 28 Dec 2009 16:01:48 +0000 Subject: [PATCH] remove uuid lib from base core build and cleanup recursive dependencies git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16059 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index 261787240a..cd4054a5df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,16 +123,7 @@ libs/miniupnpc/upnpcommands.c\ libs/miniupnpc/minissdpc.c \ libs/miniupnpc/upnperrors.c \ libs/libnatpmp/natpmp.c \ -libs/libnatpmp/getgateway.c \ -libs/uuid/uuid.c \ -libs/uuid/uuid_md5.c \ -libs/uuid/uuid_sha1.c \ -libs/uuid/uuid_prng.c \ -libs/uuid/uuid_mac.c \ -libs/uuid/uuid_time.c \ -libs/uuid/uuid_ui64.c \ -libs/uuid/uuid_ui128.c \ -libs/uuid/uuid_str.c +libs/libnatpmp/getgateway.c $(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h @@ -143,7 +134,9 @@ $(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): $(bin_PROGRAMS) $(lib_LTLIBRARIES) +all-recursive: libfreeswitch.la +clean-recusive: clean_core +$(RECURSIVE_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \