]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - Makefile.def
2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
[thirdparty/binutils-gdb.git] / Makefile.def
CommitLineData
405ea7a0
NN
1#! /usr/bin/autogen
2AutoGen definitions Makefile.tpl;
3
e393202e
NN
4build_modules= { module= libiberty; };
5
405ea7a0
NN
6host_modules= { module= ash; };
7host_modules= { module= autoconf; };
8host_modules= { module= automake; };
9host_modules= { module= bash; };
10host_modules= { module= bfd; };
405ea7a0
NN
11host_modules= { module= opcodes; };
12host_modules= { module= binutils; };
13host_modules= { module= bison; no_check_cross= true; };
14host_modules= { module= byacc; no_check_cross= true; };
15host_modules= { module= bzip2; };
405ea7a0
NN
16host_modules= { module= dejagnu; };
17host_modules= { module= diff; };
18host_modules= { module= dosutils; no_check= true; };
19host_modules= { module= etc; };
20host_modules= { module= fastjar; no_check_cross= true; };
21host_modules= { module= fileutils; };
22host_modules= { module= findutils; };
23host_modules= { module= find; };
24host_modules= { module= flex; no_check_cross= true; };
25host_modules= { module= gas; };
26host_modules= { module= gawk; };
27host_modules= { module= gettext; };
28host_modules= { module= gnuserv; };
29host_modules= { module= gprof; };
405ea7a0
NN
30host_modules= { module= gzip; };
31host_modules= { module= hello; };
32host_modules= { module= indent; };
33host_modules= { module= intl; };
405ea7a0
NN
34host_modules= { module= tcl; };
35host_modules= { module= itcl; };
36host_modules= { module= ld; };
37host_modules= { module= libgui; };
38host_modules= { module= libiberty; };
39host_modules= { module= libtool; };
40host_modules= { module= m4; };
41host_modules= { module= make; };
42host_modules= { module= mmalloc; no_check=true; };
43host_modules= { module= patch; };
44host_modules= { module= perl; };
45host_modules= { module= prms; };
46host_modules= { module= rcs; };
47host_modules= { module= readline; };
48host_modules= { module= release; no_install= true; no_check= true; };
49host_modules= { module= recode; };
50host_modules= { module= sed; };
51host_modules= { module= send-pr; };
52host_modules= { module= shellutils; };
53host_modules= { module= sid; };
54host_modules= { module= sim; };
405ea7a0
NN
55host_modules= { module= tar; };
56host_modules= { module= texinfo; no_install= true; };
57host_modules= { module= textutils; };
58host_modules= { module= time; };
59host_modules= { module= uudecode; };
60host_modules= { module= wdiff; };
61host_modules= { module= zip; no_check_cross=true; };
62host_modules= { module= zlib; no_install=true; no_check=true; };
852e5f18
NN
63host_modules= { module= gdb; with_x=true; };
64host_modules= { module= expect; with_x=true; };
65host_modules= { module= guile; with_x=true; };
852e5f18
NN
66host_modules= { module= tk; with_x=true; };
67host_modules= { module= tix; with_x=true; };
3866be5d
NN
68host_modules= { module= libtermcap; no_check=true; no_clean=true; };
69host_modules= { module= utils; no_check=true; };
907a7241 70
930314a4 71target_modules = { module= libstdc++-v3; raw_cxx=true; };
907a7241
NN
72target_modules = { module= newlib; };
73target_modules = { module= libf2c; };
74target_modules = { module= libobjc; };
75target_modules = { module= libtermcap; no_check=true; no_clean=true; };
76target_modules = { module= winsup; };
77target_modules = { module= libgloss; no_check=true; };
78target_modules = { module= libiberty; };
79target_modules = { module= gperf; };
80target_modules = { module= examples; no_check=true; no_install=true; };
50ceb20c 81target_modules = { module= libffi; };
930314a4 82target_modules = { module= libjava; raw_cxx=true; };
907a7241
NN
83target_modules = { module= zlib; };
84target_modules = { module= boehm-gc; };
85target_modules = { module= qthreads; };
dd2768ff 86target_modules = { module= rda; };
e393202e 87
27b1cc72 88// These are (some of) the make targets to be done in each subdirectory.
e393202e 89// Not all; these are the ones which don't have special options.
27b1cc72
NN
90recursive_targets = { make_target= clean; };
91recursive_targets = { make_target= distclean; };
92recursive_targets = { make_target= dvi; };
93recursive_targets = { make_target= info; };
94recursive_targets = { make_target= install-info; };
95recursive_targets = { make_target= installcheck; };
96recursive_targets = { make_target= mostlyclean; };
97recursive_targets = { make_target= maintainer-clean; };
98recursive_targets = { make_target= TAGS; };