aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--agi/Makefile4
-rw-r--r--apps/Makefile2
-rw-r--r--build_tools/Makefile13
-rw-r--r--cdr/Makefile2
-rw-r--r--channels/Makefile2
-rw-r--r--codecs/Makefile2
-rw-r--r--formats/Makefile2
-rw-r--r--funcs/Makefile2
-rw-r--r--pbx/Makefile2
-rw-r--r--res/Makefile2
-rw-r--r--sounds/Makefile2
-rw-r--r--utils/Makefile4
13 files changed, 27 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 1a81adb77..81109336f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
.EXPORT_ALL_VARIABLES:
-.PHONY: sounds clean clean-depend dist-clean
+.PHONY: sounds clean clean-depend dist-clean all
# Create OPTIONS variable
OPTIONS=
diff --git a/agi/Makefile b/agi/Makefile
index e2ca9e19f..21c1d5799 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi
@@ -20,7 +20,7 @@ ifeq ($(OSARCH),SunOS)
LIBS=-lsocket -lnsl ../strcompat.o
endif
-all: depend $(AGIS)
+all: $(AGIS)
install: all
mkdir -p $(DESTDIR)$(AGI_DIR)
diff --git a/apps/Makefile b/apps/Makefile
index 5826f3581..7ceac360c 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/build_tools/Makefile b/build_tools/Makefile
index 9d54b0139..87c757b9f 100644
--- a/build_tools/Makefile
+++ b/build_tools/Makefile
@@ -1,3 +1,16 @@
+#
+# Asterisk -- A telephony toolkit for Linux.
+#
+# Makefile for Build Tools
+#
+# Copyright (C) 2005-2006, Digium, Inc.
+#
+# Russell Bryant <russell@digium.com>
+#
+# This program is free software, distributed under the terms of
+# the GNU General Public License
+#
+
.PHONY: clean dist-clean
MENUSELECT_OBJS=menuselect.o menuselect_curses.o
diff --git a/cdr/Makefile b/cdr/Makefile
index 6f3c191ae..ccefb060e 100644
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/channels/Makefile b/channels/Makefile
index 0f36e25e9..c9b0fc36e 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/codecs/Makefile b/codecs/Makefile
index 3938fa8e8..4ac7aa976 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/formats/Makefile b/formats/Makefile
index 4dc21f582..ca2503d1d 100644
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/funcs/Makefile b/funcs/Makefile
index 9ee2bcf00..827458ba9 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/pbx/Makefile b/pbx/Makefile
index 3b3dc7599..a74911571 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/res/Makefile b/res/Makefile
index ba83d7d85..4b332194d 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/sounds/Makefile b/sounds/Makefile
index 5ab9eaf8c..5655d420e 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: dist-clean
+.PHONY: dist-clean all
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
diff --git a/utils/Makefile b/utils/Makefile
index ed61cd676..54e4d15ac 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
UTILS:=astman smsq stereorize streamplayer aelparse
@@ -32,7 +32,7 @@ ifneq ($(filter pbx_ael,$(MENUSELECT_PBX)),)
UTILS:=$(filter-out aelparse,$(UTILS))
endif
-all: depend $(UTILS)
+all: $(UTILS)
install:
for x in $(UTILS); do \