From d87c3cf50dd0680f2c52b46b2ea00afa53f5b260 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 22 Nov 2006 18:14:13 +0000 Subject: [PATCH] set DEFAULT_GOAL to all git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@136 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/Makefile | 1 + core/plug-in/Makefile.app_module | 1 + core/plug-in/Makefile.audio_module | 1 + 3 files changed, 3 insertions(+) diff --git a/core/plug-in/Makefile b/core/plug-in/Makefile index 5d426e86..d70a50f1 100644 --- a/core/plug-in/Makefile +++ b/core/plug-in/Makefile @@ -8,6 +8,7 @@ modules = $(filter-out $(exclude_modules) \ $(wildcard *) ) #modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr +.DEFAULT_GOAL := all .PHONY: all all: modules diff --git a/core/plug-in/Makefile.app_module b/core/plug-in/Makefile.app_module index 22c2d641..e6f7fc2e 100644 --- a/core/plug-in/Makefile.app_module +++ b/core/plug-in/Makefile.app_module @@ -14,6 +14,7 @@ hrds = $(wildcard *.h) objs = $(srcs:.cpp=.o) depends = $(srcs:.cpp=.d) +.DEFAULT_GOAL := all .PHONY: all all: $(extra_target) -@$(MAKE) deps && \ diff --git a/core/plug-in/Makefile.audio_module b/core/plug-in/Makefile.audio_module index ec1acdb4..1e99af25 100644 --- a/core/plug-in/Makefile.audio_module +++ b/core/plug-in/Makefile.audio_module @@ -14,6 +14,7 @@ hrds = $(wildcard *.h) objs = $(srcs:.c=.o) $(module_extra_objs) depends = $(srcs:.c=.d) +.DEFAULT_GOAL := all .PHONY: all all: -@$(MAKE) deps && \