]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
- specify that 'all' is a .PHONY target
authorRussell Bryant <russell@russellbryant.com>
Thu, 22 Jun 2006 14:09:18 +0000 (14:09 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 22 Jun 2006 14:09:18 +0000 (14:09 +0000)
- add a copyright header to the build_tools Makefile
- remove 'depend' from the 'all' target in agi/ and utils/ since it is handled
  by the main Makefile already

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35479 65c4cc65-6c06-0410-ace0-fbb531ad65f3

13 files changed:
Makefile
agi/Makefile
apps/Makefile
build_tools/Makefile
cdr/Makefile
channels/Makefile
codecs/Makefile
formats/Makefile
funcs/Makefile
pbx/Makefile
res/Makefile
sounds/Makefile
utils/Makefile

index 1a81adb77cc3475bb20fc38f16bd0cbdc7bae342..81109336fc4f58bf4ac80d7b5648afba490524a8 100644 (file)
--- 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=
index e2ca9e19f12c05739e615610cc7cca7e1f7a4be6..21c1d57992b8850d91628f7ea17c4cbd24b99bfd 100644 (file)
@@ -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)
index 5826f3581900734ba60c53a3ac0d6eaee0461ac4..7ceac360c8f723a6724ca9412b0ee412b1f6c571 100644 (file)
@@ -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
index 9d54b0139ad3ceb3d51504d49732c705f6fad102..87c757b9f34855a983a6984b3d27970cc75c6fab 100644 (file)
@@ -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
index 6f3c191aef8c4297bfe7640a4c74eb012bb4d142..ccefb060e3c736e691ac64c7ebd522d93f9a2299 100644 (file)
@@ -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
index 0f36e25e9fd4ead0cf4acf7fdb82b1c68e088a21..c9b0fc36e5747b96899d399caafb79c0907a950d 100644 (file)
@@ -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
index 3938fa8e85c2a759b4fc22cc1b1a481be5f38f65..4ac7aa976d67c0d96c9163200df894b4ba7ab1b8 100644 (file)
@@ -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
index 4dc21f582c6e668863d707cf057f32690c7222ec..ca2503d1d5518eaa8575421fb182da5117ef45cc 100644 (file)
@@ -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
index 9ee2bcf009938456ea1811cc338e2383ad1fd636..827458ba9a16fb0391308f4df53ed86947295f4d 100644 (file)
@@ -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
index 3b3dc7599517fd38e2f0ed4e440764eb81453938..a749115717e30106c32bf9c288861330dc1b1fbf 100644 (file)
@@ -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
index ba83d7d855a76da39a8fec80ccfdf69b35696277..4b332194d2646b627d182cc3e8db4867572a3225 100644 (file)
@@ -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
index 5ab9eaf8c9da5032f1c81e096f74660f91d1cbeb..5655d420e9362e13c07b1ea01b40763210726e14 100644 (file)
@@ -11,7 +11,7 @@
 # the GNU General Public License
 #
 
-.PHONY: dist-clean
+.PHONY: dist-clean all
 
 ifneq ($(wildcard ../menuselect.makeopts),)
   include ../menuselect.makeopts
index ed61cd676cb7fc29621b95567d99674eefd1cfca..54e4d15accb497928d16253b72802867797b4373 100644 (file)
@@ -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 \