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