diff --git a/Makefile b/Makefile index 1a81adb77cc3475bb20fc38f16bd0cbdc7bae342..81109336fc4f58bf4ac80d7b5648afba490524a8 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 e2ca9e19f12c05739e615610cc7cca7e1f7a4be6..21c1d57992b8850d91628f7ea17c4cbd24b99bfd 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 5826f3581900734ba60c53a3ac0d6eaee0461ac4..7ceac360c8f723a6724ca9412b0ee412b1f6c571 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 9d54b0139ad3ceb3d51504d49732c705f6fad102..87c757b9f34855a983a6984b3d27970cc75c6fab 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 6f3c191aef8c4297bfe7640a4c74eb012bb4d142..ccefb060e3c736e691ac64c7ebd522d93f9a2299 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 0f36e25e9fd4ead0cf4acf7fdb82b1c68e088a21..c9b0fc36e5747b96899d399caafb79c0907a950d 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 3938fa8e85c2a759b4fc22cc1b1a481be5f38f65..4ac7aa976d67c0d96c9163200df894b4ba7ab1b8 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 4dc21f582c6e668863d707cf057f32690c7222ec..ca2503d1d5518eaa8575421fb182da5117ef45cc 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 9ee2bcf009938456ea1811cc338e2383ad1fd636..827458ba9a16fb0391308f4df53ed86947295f4d 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 3b3dc7599517fd38e2f0ed4e440764eb81453938..a749115717e30106c32bf9c288861330dc1b1fbf 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 ba83d7d855a76da39a8fec80ccfdf69b35696277..4b332194d2646b627d182cc3e8db4867572a3225 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 5ab9eaf8c9da5032f1c81e096f74660f91d1cbeb..5655d420e9362e13c07b1ea01b40763210726e14 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 ed61cd676cb7fc29621b95567d99674eefd1cfca..54e4d15accb497928d16253b72802867797b4373 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 \