aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-05-26 23:55:34 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-05-26 23:55:34 +0000
commit1fd6553177c911fe64c1dbdb0126f69b7ca08ce0 (patch)
tree482fafb8609e80aca1890e25377680be4776023a /Makefile.in
parent667fb5c3a7d3885fc2d5a0c255122fb7b33f59bd (diff)
downloadgdb-1fd6553177c911fe64c1dbdb0126f69b7ca08ce0.zip
gdb-1fd6553177c911fe64c1dbdb0126f69b7ca08ce0.tar.gz
gdb-1fd6553177c911fe64c1dbdb0126f69b7ca08ce0.tar.bz2
* Makefile.in: Add all-gui target (but not yet build by "all").
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8f49f63..3cb00fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -686,8 +686,10 @@ gcc-no-fixedincludes:
# This rule is used to build the modules which use FLAGS_TO_PASS. To
# build a target all-X means to cd to X and make all.
# all-glob is handled specially because it doesn't actually build.
-.PHONY: $(ALL_MODULES) all-glob
-$(ALL_MODULES) all-glob:
+# all-gui is handled specially because it is still experimental, and
+# if it fails to build, that shouldn't stop "make all".
+.PHONY: $(ALL_MODULES) all-glob all-gui
+$(ALL_MODULES) all-glob all-gui:
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`pwd`; export r; \
@@ -879,6 +881,7 @@ all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all
all-glob:
all-gprof: all-libiberty all-bfd
all-grep: all-libiberty
+all-gui: all-gdb
all-gzip: all-libiberty
all-hello: all-libiberty
all-indent: