summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorcvs2svn <>2003-10-14 22:28:30 +0000
committercvs2svn <>2003-10-14 22:28:30 +0000
commit2e8953822c8ac277eb9807a0c1d790d787c34821 (patch)
treec849ca1331632ef94c68d18b7bc17c22871fdf37 /Makefile.def
parent41fa5e20a48fc3cd64754c03111c849ec6dd9c68 (diff)
downloadcygnal-2e8953822c8ac277eb9807a0c1d790d787c34821.tar.gz
cygnal-2e8953822c8ac277eb9807a0c1d790d787c34821.tar.bz2
cygnal-2e8953822c8ac277eb9807a0c1d790d787c34821.zip
This commit was manufactured by cvs2svn to create tagcarlton_dictionary-20021223-merge
'carlton_dictionary-20021223-merge'. Sprout from drow-cplus-branch 2003-10-14 22:28:29 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'drow-cplus-' Cherrypick from master 2002-12-23 11:53:12 UTC Alan Modra <modra@gmail.com> ' * bfdlink.h (struct bfd_link_info): Add "strip_discarded".': COPYING.NEWLIB ChangeLog Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/mh-cygwin configure configure.in include/ChangeLog include/ansidecl.h include/bfdlink.h include/coff/ChangeLog include/coff/ecoff.h include/coff/xcoff.h include/elf/ChangeLog include/elf/dwarf2.h include/elf/internal.h include/elf/m68hc11.h include/elf/mmix.h include/elf/sh.h include/elf/xstormy16.h include/getopt.h include/libiberty.h include/opcode/ChangeLog include/opcode/arc.h include/opcode/cgen.h include/opcode/h8300.h include/opcode/hppa.h include/opcode/i860.h include/opcode/ia64.h include/opcode/m88k.h include/opcode/ns32k.h include/opcode/pj.h include/opcode/tic4x.h include/partition.h ltcf-c.sh ltcf-gcj.sh src-release Delete: config/acx.m4 config/gettext.m4 config/mpw-mh-mpw config/mpw/ChangeLog config/mpw/MoveIfChange config/mpw/README config/mpw/forward-include config/mpw/g-mpw-make.sed config/mpw/mpw-touch config/mpw/mpw-true config/mpw/null-command config/mpw/open-brace config/mpw/tr-7to8-src config/mpw/true config/no-executables.m4 config/progtest.m4 include/elf/iq2000.h include/elf/msp430.h include/elf/ppc64.h include/elf/xtensa.h include/gdb/fileio.h include/opcode/msp430.h include/xtensa-config.h include/xtensa-isa-internal.h include/xtensa-isa.h
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def26
1 files changed, 24 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index 754b79ee0..b27b071f8 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -1,6 +1,8 @@
#! /usr/bin/autogen
AutoGen definitions Makefile.tpl;
+build_modules= { module= libiberty; };
+
host_modules= { module= ash; };
host_modules= { module= autoconf; };
host_modules= { module= automake; };
@@ -61,8 +63,15 @@ host_modules= { module= uudecode; };
host_modules= { module= wdiff; };
host_modules= { module= zip; no_check_cross=true; };
host_modules= { module= zlib; no_install=true; no_check=true; };
+host_modules= { module= gdb; with_x=true; };
+host_modules= { module= expect; with_x=true; };
+host_modules= { module= guile; with_x=true; };
+host_modules= { module= tk; with_x=true; };
+host_modules= { module= tix; with_x=true; };
+host_modules= { module= libtermcap; no_check=true; no_clean=true; };
+host_modules= { module= utils; no_check=true; };
-target_modules = { module= libstdc++-v3; };
+target_modules = { module= libstdc++-v3; raw_cxx=true; };
target_modules = { module= newlib; };
target_modules = { module= libf2c; };
target_modules = { module= libobjc; };
@@ -73,7 +82,20 @@ target_modules = { module= libiberty; };
target_modules = { module= gperf; };
target_modules = { module= examples; no_check=true; no_install=true; };
target_modules = { module= libffi; no_install=true; };
-target_modules = { module= libjava; };
+target_modules = { module= libjava; raw_cxx=true; };
target_modules = { module= zlib; };
target_modules = { module= boehm-gc; };
target_modules = { module= qthreads; };
+target_modules = { module= rda; };
+
+// These are (some of) the targets to be done in each subdirectory.
+// Not all; these are the ones which don't have special options.
+recursive_targets = { target= clean; };
+recursive_targets = { target= distclean; };
+recursive_targets = { target= dvi; };
+recursive_targets = { target= info; };
+recursive_targets = { target= install-info; };
+recursive_targets = { target= installcheck; };
+recursive_targets = { target= mostlyclean; };
+recursive_targets = { target= maintainer-clean; };
+recursive_targets = { target= TAGS; };