* Makefile.in (WINDRES): New variable.
[deliverable/binutils-gdb.git] / Makefile.in
1 #
2 # Makefile for directory with subdirs to build.
3 # Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #
19
20 srcdir = .
21
22 prefix = /usr/local
23
24 exec_prefix = $(prefix)
25 bindir = $(exec_prefix)/bin
26 libdir = $(exec_prefix)/lib
27 tooldir = $(exec_prefix)/$(target)
28
29 program_transform_name =
30
31 datadir = $(prefix)/share
32 mandir = $(prefix)/man
33 man1dir = $(mandir)/man1
34 man2dir = $(mandir)/man2
35 man3dir = $(mandir)/man3
36 man4dir = $(mandir)/man4
37 man5dir = $(mandir)/man5
38 man6dir = $(mandir)/man6
39 man7dir = $(mandir)/man7
40 man8dir = $(mandir)/man8
41 man9dir = $(mandir)/man9
42 infodir = $(prefix)/info
43 includedir = $(prefix)/include
44 GDB_NLM_DEPS =
45
46 SHELL = /bin/sh
47
48 INSTALL = $(SHELL) $$s/install-sh -c
49 INSTALL_PROGRAM = $(INSTALL)
50 INSTALL_DATA = $(INSTALL) -m 644
51
52 INSTALL_DOSREL = install-dosrel-fake
53
54 AS = as
55 AR = ar
56 AR_FLAGS = rc
57 CC = cc
58
59 # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
60 # here so that they can be overridden by Makefile fragments.
61 HOST_CC = $(CC_FOR_BUILD)
62 HOST_PREFIX =
63 HOST_PREFIX_1 = loser-
64
65 # These flag values are normally overridden by the configure script.
66 CFLAGS = -g
67 CXXFLAGS = -g -O2
68
69 LIBCFLAGS = $(CFLAGS)
70 CFLAGS_FOR_TARGET = $(CFLAGS)
71 LDFLAGS_FOR_TARGET =
72 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
73 PICFLAG =
74 PICFLAG_FOR_TARGET =
75
76 # start-sanitize-chill
77 CHILLFLAGS = $(CFLAGS)
78 CHILL_LIB = -lchill
79 # end-sanitize-chill
80 CXX = c++
81
82 # Use -O2 to stress test the compiler.
83 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
84 CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
85 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
86
87 RANLIB = ranlib
88
89 DLLTOOL = dlltool
90 WINDRES = windres
91
92 NM = nm
93
94 LD = ld
95
96 # Not plain GZIP, since gzip looks there for extra command-line options.
97 GZIPPROG = gzip
98
99 # These values are substituted by configure.
100 DEFAULT_YACC = yacc
101 DEFAULT_LEX = lex
102
103 # BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
104 BISON = `if [ -f $$r/byacc/byacc ] ; \
105 then echo $$r/byacc/byacc ; \
106 else echo ${DEFAULT_YACC} ; \
107 fi`
108
109 LEX = `if [ -f $$r/flex/flex ] ; \
110 then echo $$r/flex/flex ; \
111 else echo ${DEFAULT_LEX} ; fi`
112
113 M4 = `if [ -f $$r/m4/m4 ] ; \
114 then echo $$r/m4/m4 ; \
115 else echo m4 ; fi`
116
117 MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
118 then echo $$r/texinfo/makeinfo/makeinfo ; \
119 else echo makeinfo ; fi`
120
121 # This just becomes part of the MAKEINFO definition passed down to
122 # sub-makes. It lets flags be given on the command line while still
123 # using the makeinfo from the object tree.
124 MAKEINFOFLAGS =
125
126 EXPECT = `if [ -f $$r/expect/expect ] ; \
127 then echo $$r/expect/expect ; \
128 else echo expect ; fi`
129
130 RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
131 then echo $$s/dejagnu/runtest ; \
132 else echo runtest ; fi`
133
134
135 # compilers to use to create programs which must be run in the build
136 # environment.
137 CC_FOR_BUILD = $(CC)
138 CXX_FOR_BUILD = $(CXX)
139
140 SUBDIRS = "this is set via configure, don't edit this"
141 OTHERS =
142
143 # This is set by the configure script to the list of directories which
144 # should be built using the target tools.
145 TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup
146
147 # Target libraries are put under this directory:
148 # Changed by configure to $(target_alias) if cross.
149 TARGET_SUBDIR = .
150
151 # This is set by the configure script to the arguments passed to configure.
152 CONFIG_ARGUMENTS =
153
154 # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
155 # was used.
156 SET_LIB_PATH =
157
158 # This is the name of the environment variable used for the path to
159 # the libraries. This may be changed by configure.in.
160 RPATH_ENVVAR = LD_LIBRARY_PATH
161
162 # configure.in sets SET_LIB_PATH to this if --enable-shared was used.
163 REALLY_SET_LIB_PATH = \
164 $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
165 export $(RPATH_ENVVAR);
166
167 ALL = all.normal
168 INSTALL_TARGET = installdirs \
169 $(INSTALL_MODULES) \
170 $(INSTALL_TARGET_MODULES) \
171 $(INSTALL_X11_MODULES) \
172 install-gcc \
173 $(INSTALL_DOSREL)
174
175
176 CC_FOR_TARGET = ` \
177 if [ -f $$r/gcc/xgcc ] ; then \
178 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
179 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
180 echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
181 else \
182 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
183 fi; \
184 else \
185 echo $$r/gcc/xgcc -B$$r/gcc/; \
186 fi; \
187 else \
188 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
189 echo $(CC); \
190 else \
191 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
192 fi; \
193 fi`
194
195 # If CC_FOR_TARGET is not overriden on the command line, then this
196 # variable is passed down to the gcc Makefile, where it is used to
197 # build libgcc2.a. We define it here so that it can itself be
198 # overridden on the command line.
199 GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/
200
201 # start-sanitize-chill
202 CHILL_FOR_TARGET = ` \
203 if [ -f $$r/gcc/xgcc ] ; then \
204 echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/gcc/ch/runtime/; \
205 else \
206 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
207 echo $(CC); \
208 else \
209 t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
210 fi; \
211 fi`
212
213 # end-sanitize-chill
214
215 CXX_FOR_TARGET = ` \
216 if [ -f $$r/gcc/xgcc ] ; then \
217 if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
218 if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
219 echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
220 else \
221 echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
222 fi; \
223 else \
224 echo $$r/gcc/xgcc -B$$r/gcc/; \
225 fi; \
226 else \
227 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
228 echo $(CXX); \
229 else \
230 t='$(program_transform_name)'; echo c++ | sed -e 's/x/x/' $$t; \
231 fi; \
232 fi`
233
234 AS_FOR_TARGET = ` \
235 if [ -f $$r/gas/as.new ] ; then \
236 echo $$r/gas/as.new ; \
237 else \
238 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
239 echo $(AS); \
240 else \
241 t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
242 fi; \
243 fi`
244
245 LD_FOR_TARGET = ` \
246 if [ -f $$r/ld/ld.new ] ; then \
247 echo $$r/ld/ld.new ; \
248 else \
249 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
250 echo $(LD); \
251 else \
252 t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
253 fi; \
254 fi`
255
256 DLLTOOL_FOR_TARGET = ` \
257 if [ -f $$r/binutils/dlltool ] ; then \
258 echo $$r/binutils/dlltool ; \
259 else \
260 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
261 echo $(DLLTOOL); \
262 else \
263 t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
264 fi; \
265 fi`
266
267 WINDRES_FOR_TARGET = ` \
268 if [ -f $$r/binutils/windres ] ; then \
269 echo $$r/binutils/windres ; \
270 else \
271 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
272 echo $(WINDRES); \
273 else \
274 t='$(program_transform_name)'; echo windres | sed -e 's/x/x/' $$t ; \
275 fi; \
276 fi`
277
278 AR_FOR_TARGET = ` \
279 if [ -f $$r/binutils/ar ] ; then \
280 echo $$r/binutils/ar ; \
281 else \
282 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
283 echo $(AR); \
284 else \
285 t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
286 fi; \
287 fi`
288
289 RANLIB_FOR_TARGET = ` \
290 if [ -f $$r/binutils/ranlib ] ; then \
291 echo $$r/binutils/ranlib ; \
292 else \
293 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
294 echo $(RANLIB); \
295 else \
296 t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
297 fi; \
298 fi`
299
300 NM_FOR_TARGET = ` \
301 if [ -f $$r/binutils/nm.new ] ; then \
302 echo $$r/binutils/nm.new ; \
303 else \
304 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
305 echo $(NM); \
306 else \
307 t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
308 fi; \
309 fi`
310
311 #### host and target specific makefile fragments come in here.
312 ###
313
314 # Flags to pass down to all sub-makes.
315 # Please keep these in alphabetical order.
316 BASE_FLAGS_TO_PASS = \
317 "AR_FLAGS=$(AR_FLAGS)" \
318 "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
319 "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
320 "BISON=$(BISON)" \
321 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
322 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
323 "CFLAGS=$(CFLAGS)" \
324 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
325 $(start-sanitize-chill)\
326 "CHILLFLAGS=$(CHILLFLAGS)" \
327 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
328 "CHILL_LIB=$(CHILL_LIB)" \
329 $(end-sanitize-chill)\
330 "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
331 "CXXFLAGS=$(CXXFLAGS)" \
332 "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
333 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
334 "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
335 "INSTALL=$(INSTALL)" \
336 "INSTALL_DATA=$(INSTALL_DATA)" \
337 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
338 "LDFLAGS=$(LDFLAGS)" \
339 "LEX=$(LEX)" \
340 "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
341 "LIBCFLAGS=$(LIBCFLAGS)" \
342 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
343 "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
344 "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
345 "M4=$(M4)" \
346 "MAKE=$(MAKE)" \
347 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
348 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
349 "PICFLAG=$(PICFLAG)" \
350 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
351 "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
352 "SHELL=$(SHELL)" \
353 "EXPECT=$(EXPECT)" \
354 "RUNTEST=$(RUNTEST)" \
355 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
356 "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
357 "YACC=$(BISON)" \
358 "exec_prefix=$(exec_prefix)" \
359 "prefix=$(prefix)" \
360 "tooldir=$(tooldir)"
361
362 # Flags to pass down to most sub-makes, in which we're building with
363 # the host environment.
364 # If any variables are added here, they must be added to do-*, below.
365 EXTRA_HOST_FLAGS = \
366 'AR=$(AR)' \
367 'AS=$(AS)' \
368 'CC=$(CC)' \
369 'CXX=$(CXX)' \
370 'DLLTOOL=$(DLLTOOL)' \
371 'LD=$(LD)' \
372 'NM=$(NM)' \
373 'RANLIB=$(RANLIB)' \
374 'WINDRES=$(WINDRES)'
375
376 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
377
378 # Flags that are concerned with the location of the X11 include files
379 # and library files
380 #
381 # NOTE: until the top-level is getting the values via autoconf, it only
382 # causes problems to have this top-level Makefile overriding the autoconf-set
383 # values in child directories. Only variables that don't conflict with
384 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
385 #
386 X11_FLAGS_TO_PASS = \
387 'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
388 'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
389
390 # Flags to pass down to makes which are built with the target environment.
391 # The double $ decreases the length of the command line; the variables
392 # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
393 # If any variables are added here, they must be added to do-*, below.
394 EXTRA_TARGET_FLAGS = \
395 'AR=$$(AR_FOR_TARGET)' \
396 'AS=$$(AS_FOR_TARGET)' \
397 'CC=$$(CC_FOR_TARGET)' \
398 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
399 'CXX=$$(CXX_FOR_TARGET)' \
400 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
401 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
402 'LD=$$(LD_FOR_TARGET)' \
403 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
404 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
405 'NM=$$(NM_FOR_TARGET)' \
406 'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
407 'RANLIB=$$(RANLIB_FOR_TARGET)' \
408 'WINDRES=$$(WINDRES_FOR_TARGET)'
409
410 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
411
412 # Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
413 # unfortunately needs the native compiler and the target ar and
414 # ranlib.
415 # If any variables are added here, they must be added to do-*, below.
416 # The HOST_* variables are a special case, which are used for the gcc
417 # cross-building scheme.
418 EXTRA_GCC_FLAGS = \
419 'AR=$$(AR_FOR_TARGET)' \
420 'AS=$(AS)' \
421 'CC=$(CC)' \
422 'CXX=$(CXX)' \
423 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
424 'HOST_CC=$(CC_FOR_BUILD)' \
425 'HOST_PREFIX=$(HOST_PREFIX)' \
426 'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
427 'NM=$(NM)' \
428 'RANLIB=$$(RANLIB_FOR_TARGET)' \
429 'WINDRES=$$(WINDRES_FOR_TARGET)' \
430 "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
431 `if test x"$(LANGUAGES)" != x; then echo "LANGUAGES=$(LANGUAGES)"; fi` \
432 `if test x"$(STMP_FIXPROTO)" != x; then echo "STMP_FIXPROTO=$(STMP_FIXPROTO)"; fi` \
433 `if test x"$(LIMITS_H_TEST)" != x; then echo "LIMITS_H_TEST=$(LIMITS_H_TEST)"; fi` \
434 `if test x"$(LIBGCC1_TEST)" != x; then echo "LIBGCC1_TEST=$(LIBGCC1_TEST)"; fi` \
435 `if test x"$(LIBGCC2_CFLAGS)" != x; then echo "LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)"; fi` \
436 `if test x"$(LIBGCC2_DEBUG_CFLAGS)" != x; then echo "LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)"; fi` \
437 `if test x"$(LIBGCC2_INCLUDES)" != x; then echo "LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)"; fi` \
438 `if test x"$(ENQUIRE)" != x; then echo "ENQUIRE=$(ENQUIRE)"; fi` \
439 `if test x"$(BOOT_CFLAGS)" != x; then echo "BOOT_CFLAGS=$(BOOT_CFLAGS)"; fi`
440
441 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
442
443 # This is a list of the targets for all of the modules which are compiled
444 # using $(FLAGS_TO_PASS).
445 ALL_MODULES = \
446 all-apache \
447 all-autoconf \
448 all-automake \
449 all-bash \
450 all-bfd \
451 all-binutils \
452 all-byacc \
453 all-cvs \
454 all-db \
455 all-dejagnu \
456 all-diff \
457 all-dosutils \
458 all-etc \
459 all-fileutils \
460 all-findutils \
461 all-find \
462 all-flex \
463 all-gas \
464 all-gawk \
465 all-gnuserv \
466 all-gprof \
467 all-grep \
468 all-grez \
469 all-gzip \
470 all-hello \
471 $(start-sanitize-ide) \
472 all-ilu \
473 $(end-sanitize-ide) \
474 all-indent \
475 all-inet \
476 all-ispell \
477 all-itcl \
478 all-ld \
479 all-libiberty \
480 $(start-sanitize-ide) \
481 all-libide \
482 $(end-sanitize-ide) \
483 all-m4 \
484 all-make \
485 all-mmalloc \
486 all-opcodes \
487 all-patch \
488 all-perl \
489 all-prms \
490 all-rcs \
491 all-readline \
492 all-release \
493 all-recode \
494 all-sed \
495 all-send-pr \
496 all-shellutils \
497 all-sim \
498 all-sn \
499 all-tar \
500 all-tcl \
501 all-texinfo \
502 all-textutils \
503 all-tgas \
504 all-time \
505 all-uudecode \
506 $(start-sanitize-ide) \
507 all-vmake \
508 $(end-sanitize-ide) \
509 all-wdiff
510
511 # This is a list of the check targets for all of the modules which are
512 # compiled using $(FLAGS_TO_PASS).
513 #
514 # The list is in two parts. The first lists those tools which
515 # are tested as part of the host's native tool-chain, and not
516 # tested in a cross configuration.
517 NATIVE_CHECK_MODULES = \
518 check-byacc \
519 check-flex
520
521 CROSS_CHECK_MODULES = \
522 check-apache \
523 check-autoconf \
524 check-automake \
525 check-bash \
526 check-bfd \
527 check-binutils \
528 check-cvs \
529 check-db \
530 check-dejagnu \
531 check-diff \
532 check-etc \
533 check-fileutils \
534 check-findutils \
535 check-find \
536 check-gas \
537 check-gawk \
538 check-gnuserv \
539 check-gprof \
540 check-grep \
541 check-gzip \
542 check-hello \
543 $(start-sanitize-ide) \
544 check-ilu \
545 $(end-sanitize-ide) \
546 check-indent \
547 check-inet \
548 check-ispell \
549 check-itcl \
550 check-ld \
551 check-libiberty \
552 $(start-sanitize-ide) \
553 check-libide \
554 $(end-sanitize-ide) \
555 check-m4 \
556 check-make \
557 check-mmcheckoc \
558 check-opcodes \
559 check-patch \
560 check-perl \
561 check-prms \
562 check-rcs \
563 check-readline \
564 check-recode \
565 check-sed \
566 check-send-pr \
567 check-shellutils \
568 check-sn \
569 check-sim \
570 check-tar \
571 check-tcl \
572 check-texinfo \
573 check-textutils \
574 check-tgas \
575 check-time \
576 check-uudecode \
577 $(start-sanitize-ide) \
578 check-vmake \
579 $(end-sanitize-ide) \
580 check-wdiff
581
582 CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
583
584 # This is a list of the install targets for all of the modules which are
585 # compiled using $(FLAGS_TO_PASS).
586 # We put install-opcodes before install-binutils because the installed
587 # binutils might be on PATH, and they might need the shared opcodes
588 # library.
589 INSTALL_MODULES = \
590 install-apache \
591 install-autoconf \
592 install-automake \
593 install-bash \
594 install-bfd \
595 install-opcodes \
596 install-binutils \
597 install-byacc \
598 install-cvs \
599 install-db \
600 install-dejagnu \
601 install-diff \
602 install-dosutils \
603 install-etc \
604 install-fileutils \
605 install-findutils \
606 install-find \
607 install-flex \
608 install-gas \
609 install-gawk \
610 install-gnuserv \
611 install-gprof \
612 install-grep \
613 install-grez \
614 install-gzip \
615 install-hello \
616 $(start-sanitize-ide) \
617 install-ilu \
618 $(end-sanitize-ide) \
619 install-indent \
620 install-inet \
621 install-ispell \
622 install-itcl \
623 install-ld \
624 install-libiberty \
625 $(start-sanitize-ide) \
626 install-libide \
627 $(end-sanitize-ide) \
628 install-m4 \
629 install-make \
630 install-mmalloc \
631 install-patch \
632 install-perl \
633 install-prms \
634 install-rcs \
635 install-readline \
636 install-recode \
637 install-sed \
638 install-send-pr \
639 install-shellutils \
640 install-sim \
641 install-sn \
642 install-tar \
643 install-tcl \
644 install-texinfo \
645 install-textutils \
646 install-tgas \
647 install-time \
648 install-uudecode \
649 $(start-sanitize-ide) \
650 install-vmake \
651 $(end-sanitize-ide) \
652 install-wdiff
653
654 # This is a list of the targets for all of the modules which are compiled
655 # using $(X11_FLAGS_TO_PASS).
656 ALL_X11_MODULES = \
657 all-emacs \
658 all-emacs19 \
659 all-gdb \
660 all-expect \
661 all-gash \
662 all-guile \
663 all-tclX \
664 all-tk
665
666 # This is a list of the check targets for all of the modules which are
667 # compiled using $(X11_FLAGS_TO_PASS).
668 CHECK_X11_MODULES = \
669 check-emacs \
670 check-gdb \
671 check-guile \
672 check-expect \
673 check-gash \
674 check-tclX
675
676 # This is a list of the install targets for all the modules which are
677 # compiled using $(X11_FLAGS_TO_PASS).
678 INSTALL_X11_MODULES = \
679 install-emacs \
680 install-emacs19 \
681 install-gdb \
682 install-guile \
683 install-expect \
684 install-gash \
685 install-tclX \
686 install-tk
687
688 # This is a list of the targets for all of the modules which are compiled
689 # using $(TARGET_FLAGS_TO_PASS).
690 ALL_TARGET_MODULES = \
691 all-target-libio \
692 all-target-libstdc++ \
693 all-target-librx \
694 all-target-libg++ \
695 all-target-newlib \
696 all-target-winsup \
697 all-target-libgloss \
698 all-target-libiberty \
699 all-target-gperf \
700 all-target-examples
701
702 # This is a list of the configure targets for all of the modules which
703 # are compiled using the target tools.
704 CONFIGURE_TARGET_MODULES = \
705 configure-target-libio \
706 configure-target-libstdc++ \
707 configure-target-librx \
708 configure-target-libg++ \
709 configure-target-newlib \
710 configure-target-winsup \
711 configure-target-libgloss \
712 configure-target-libiberty \
713 configure-target-gperf \
714 configure-target-examples
715
716 # This is a list of the check targets for all of the modules which are
717 # compiled using $(TARGET_FLAGS_TO_PASS).
718 CHECK_TARGET_MODULES = \
719 check-target-libio \
720 check-target-libstdc++ \
721 check-target-libg++ \
722 check-target-newlib \
723 check-target-winsup \
724 check-target-libiberty \
725 check-target-gperf
726
727 # This is a list of the install targets for all of the modules which are
728 # compiled using $(TARGET_FLAGS_TO_PASS).
729 INSTALL_TARGET_MODULES = \
730 install-target-libio \
731 install-target-libstdc++ \
732 install-target-libg++ \
733 install-target-newlib \
734 install-target-winsup \
735 install-target-libgloss \
736 install-target-libiberty \
737 install-target-gperf
738
739 # This is a list of the targets for which we can do a clean-{target}.
740 CLEAN_MODULES = \
741 clean-apache \
742 clean-autoconf \
743 clean-automake \
744 clean-bash \
745 clean-bfd \
746 clean-binutils \
747 clean-byacc \
748 clean-cvs \
749 clean-db \
750 clean-dejagnu \
751 clean-diff \
752 clean-dosutils \
753 clean-etc \
754 clean-fileutils \
755 clean-findutils \
756 clean-find \
757 clean-flex \
758 clean-gas \
759 clean-gawk \
760 clean-gnuserv \
761 clean-gprof \
762 clean-grep \
763 clean-grez \
764 clean-gzip \
765 clean-hello \
766 $(start-sanitize-ide) \
767 clean-ilu \
768 $(end-sanitize-ide) \
769 clean-indent \
770 clean-inet \
771 clean-ispell \
772 clean-itcl \
773 clean-ld \
774 clean-libiberty \
775 $(start-sanitize-ide) \
776 clean-libide \
777 $(end-sanitize-ide) \
778 clean-m4 \
779 clean-make \
780 clean-mmalloc \
781 clean-opcodes \
782 clean-patch \
783 clean-perl \
784 clean-prms \
785 clean-rcs \
786 clean-readline \
787 clean-release \
788 clean-recode \
789 clean-sed \
790 clean-send-pr \
791 clean-shellutils \
792 clean-sim \
793 clean-sn \
794 clean-tar \
795 clean-tcl \
796 clean-texinfo \
797 clean-textutils \
798 clean-tgas \
799 clean-time \
800 clean-uudecode \
801 $(start-sanitize-ide) \
802 clean-vmake \
803 $(end-sanitize-ide) \
804 clean-wdiff
805
806 # All of the target modules that can be cleaned
807 CLEAN_TARGET_MODULES = \
808 clean-target-libio \
809 clean-target-libstdc++ \
810 clean-target-librx \
811 clean-target-libg++ \
812 clean-target-newlib \
813 clean-target-winsup \
814 clean-target-libgloss \
815 clean-target-libiberty \
816 clean-target-gperf \
817 clean-target-examples
818
819 # All of the x11 modules that can be cleaned
820 CLEAN_X11_MODULES = \
821 clean-emacs \
822 clean-emacs19 \
823 clean-gdb \
824 clean-expect \
825 clean-gash \
826 clean-guile \
827 clean-tclX \
828 clean-tk
829
830 # The first rule in the file had better be this one. Don't put any above it.
831 all: all.normal
832 .PHONY: all
833
834 # The target built for a native build.
835 .PHONY: all.normal
836 all.normal: \
837 $(ALL_MODULES) \
838 $(ALL_X11_MODULES) \
839 $(ALL_TARGET_MODULES) \
840 all-gcc
841
842 # Do a target for all the subdirectories. A ``make do-X'' will do a
843 # ``make X'' in all subdirectories (because, in general, there is a
844 # dependency (below) of X upon do-X, a ``make X'' will also do this,
845 # but it may do additional work as well).
846 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
847 # because it is so large that it can easily overflow the command line
848 # length limit on some systems.
849 DO_X = \
850 do-clean \
851 do-distclean \
852 do-dvi \
853 do-info \
854 do-install-info \
855 do-installcheck \
856 do-mostlyclean \
857 do-maintainer-clean \
858 do-TAGS
859 .PHONY: $(DO_X)
860 $(DO_X):
861 @target=`echo $@ | sed -e 's/^do-//'`; \
862 r=`pwd`; export r; \
863 s=`cd $(srcdir); pwd`; export s; \
864 $(SET_LIB_PATH) \
865 for i in $(SUBDIRS) -dummy-; do \
866 if [ -f ./$$i/Makefile ]; then \
867 case $$i in \
868 gcc) \
869 for flag in $(EXTRA_GCC_FLAGS); do \
870 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
871 done; \
872 ;; \
873 *) \
874 for flag in $(EXTRA_HOST_FLAGS); do \
875 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
876 done; \
877 ;; \
878 esac ; \
879 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
880 if (cd ./$$i; \
881 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
882 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
883 "RANLIB=$${RANLIB}" \
884 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
885 $${target}); \
886 then true; else exit 1; fi; \
887 else true; fi; \
888 done
889 @target=`echo $@ | sed -e 's/^do-//'`; \
890 r=`pwd`; export r; \
891 s=`cd $(srcdir); pwd`; export s; \
892 $(SET_LIB_PATH) \
893 for i in $(TARGET_CONFIGDIRS) -dummy-; do \
894 if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
895 for flag in $(EXTRA_TARGET_FLAGS); do \
896 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
897 done; \
898 export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
899 if (cd $(TARGET_SUBDIR)/$$i; \
900 $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
901 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
902 "RANLIB=$${RANLIB}" \
903 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
904 $${target}); \
905 then true; else exit 1; fi; \
906 else true; fi; \
907 done
908
909 # Here are the targets which correspond to the do-X targets.
910
911 .PHONY: info installcheck dvi install-info
912 .PHONY: clean distclean mostlyclean maintainer-clean realclean
913 .PHONY: local-clean local-distclean local-maintainer-clean
914 info: do-info
915 installcheck: do-installcheck
916 dvi: do-dvi
917
918 # Make sure makeinfo is built before we do a `make info'.
919 do-info: all-texinfo
920
921 install-info: do-install-info dir.info
922 s=`cd $(srcdir); pwd`; export s; \
923 if [ -f dir.info ] ; then \
924 $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
925 else true ; fi
926
927 local-clean:
928 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E
929
930 local-distclean:
931 -rm -f Makefile config.status config.cache
932 -if [ "$(TARGET_SUBDIR)" != "." ]; then \
933 rm -rf $(TARGET_SUBDIR); \
934 else true; fi
935
936 local-maintainer-clean:
937 @echo "This command is intended for maintainers to use;"
938 @echo "it deletes files that may require special tools to rebuild."
939
940 clean: do-clean local-clean
941 mostlyclean: do-mostlyclean local-clean
942 distclean: do-distclean local-clean local-distclean
943 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
944 maintainer-clean: local-distclean
945 realclean: maintainer-clean
946
947 # This rule is used to clean specific modules.
948 .PHONY: $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc
949 $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc:
950 @dir=`echo $@ | sed -e 's/clean-//'`; \
951 if [ -f ./$${dir}/Makefile ] ; then \
952 r=`pwd`; export r; \
953 s=`cd $(srcdir); pwd`; export s; \
954 $(SET_LIB_PATH) \
955 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) clean); \
956 else \
957 true; \
958 fi
959
960 .PHONY: $(CLEAN_TARGET_MODULES)
961 $(CLEAN_TARGET_MODULES):
962 @dir=`echo $@ | sed -e 's/clean-target-//'`; \
963 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
964 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
965 r=`pwd`; export r; \
966 s=`cd $(srcdir); pwd`; export s; \
967 $(SET_LIB_PATH) \
968 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) clean); \
969 else \
970 true; \
971 fi
972
973 clean-target: $(CLEAN_TARGET_MODULES)
974
975 # Check target.
976
977 .PHONY: check
978 check: $(CHECK_MODULES) \
979 $(CHECK_TARGET_MODULES) \
980 $(CHECK_X11_MODULES) \
981 check-gcc
982
983 # Installation targets.
984
985 .PHONY: install uninstall source-vault binary-vault vault-install
986 install: $(INSTALL_TARGET)
987
988 uninstall:
989 @echo "the uninstall target is not supported in this tree"
990
991 source-vault:
992 $(MAKE) -f ./release/Build-A-Release \
993 host=$(host_alias) source-vault
994
995 binary-vault:
996 $(MAKE) -f ./release/Build-A-Release \
997 host=$(host_alias) target=$(target_alias)
998
999 vault-install:
1000 @if [ -f ./release/vault-install ] ; then \
1001 ./release/vault-install $(host_alias) $(target_alias) ; \
1002 else \
1003 true ; \
1004 fi
1005
1006 .PHONY: install.all
1007 install.all: install-no-fixedincludes
1008 @if [ -f ./gcc/Makefile ] ; then \
1009 r=`pwd` ; export r ; \
1010 $(SET_LIB_PATH) \
1011 (cd ./gcc; \
1012 $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
1013 else \
1014 true ; \
1015 fi
1016
1017 # inet-install is used because the I*Net wants DejaGNU installed but
1018 # not built. Similarly, gzip is built but not installed.
1019 inet-install:
1020 $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
1021
1022 # install-no-fixedincludes is used because Cygnus can not distribute
1023 # the fixed header files.
1024 .PHONY: install-no-fixedincludes
1025 install-no-fixedincludes: \
1026 installdirs \
1027 $(INSTALL_MODULES) \
1028 $(INSTALL_TARGET_MODULES) \
1029 $(INSTALL_X11_MODULES) \
1030 gcc-no-fixedincludes
1031
1032 # Install the gcc headers files, but not the fixed include files,
1033 # which Cygnus is not allowed to distribute. This rule is very
1034 # dependent on the workings of the gcc Makefile.in.
1035 .PHONY: gcc-no-fixedincludes
1036 gcc-no-fixedincludes:
1037 @if [ -f ./gcc/Makefile ]; then \
1038 rm -rf gcc/tmp-include; \
1039 mv gcc/include gcc/tmp-include 2>/dev/null; \
1040 mkdir gcc/include; \
1041 cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1042 touch gcc/stmp-fixinc gcc/include/fixed; \
1043 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
1044 r=`pwd`; export r; \
1045 s=`cd $(srcdir); pwd` ; export s; \
1046 $(SET_LIB_PATH) \
1047 (cd ./gcc; \
1048 $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1049 rm -rf gcc/include; \
1050 mv gcc/tmp-include gcc/include 2>/dev/null; \
1051 else true; fi
1052
1053 # This rule is used to build the modules which use FLAGS_TO_PASS. To
1054 # build a target all-X means to cd to X and make all.
1055 #
1056 # all-gui, and all-libproc are handled specially because
1057 # they are still experimental, and if they fail to build, that
1058 # shouldn't stop "make all".
1059 .PHONY: $(ALL_MODULES) all-gui all-libproc
1060 $(ALL_MODULES) all-gui all-libproc:
1061 @dir=`echo $@ | sed -e 's/all-//'`; \
1062 if [ -f ./$${dir}/Makefile ] ; then \
1063 r=`pwd`; export r; \
1064 s=`cd $(srcdir); pwd`; export s; \
1065 $(SET_LIB_PATH) \
1066 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1067 else \
1068 true; \
1069 fi
1070
1071 # These rules are used to check the modules which use FLAGS_TO_PASS.
1072 # To build a target check-X means to cd to X and make check. Some
1073 # modules are only tested in a native toolchain.
1074
1075 .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
1076 $(NATIVE_CHECK_MODULES):
1077 @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1078 dir=`echo $@ | sed -e 's/check-//'`; \
1079 if [ -f ./$${dir}/Makefile ] ; then \
1080 r=`pwd`; export r; \
1081 s=`cd $(srcdir); pwd`; export s; \
1082 $(SET_LIB_PATH) \
1083 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1084 else \
1085 true; \
1086 fi; \
1087 fi
1088
1089 $(CROSS_CHECK_MODULES):
1090 @dir=`echo $@ | sed -e 's/check-//'`; \
1091 if [ -f ./$${dir}/Makefile ] ; then \
1092 r=`pwd`; export r; \
1093 s=`cd $(srcdir); pwd`; export s; \
1094 $(SET_LIB_PATH) \
1095 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1096 else \
1097 true; \
1098 fi
1099
1100 # This rule is used to install the modules which use FLAGS_TO_PASS.
1101 # To build a target install-X means to cd to X and make install.
1102 .PHONY: $(INSTALL_MODULES)
1103 $(INSTALL_MODULES): installdirs
1104 @dir=`echo $@ | sed -e 's/install-//'`; \
1105 if [ -f ./$${dir}/Makefile ] ; then \
1106 r=`pwd`; export r; \
1107 s=`cd $(srcdir); pwd`; export s; \
1108 $(SET_LIB_PATH) \
1109 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1110 else \
1111 true; \
1112 fi
1113
1114 # This rule is used to configure the modules which are built with the
1115 # target tools.
1116 .PHONY: $(CONFIGURE_TARGET_MODULES)
1117 $(CONFIGURE_TARGET_MODULES):
1118 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1119 if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
1120 r=`pwd`; export r; \
1121 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out 2> /dev/null; \
1122 if [ -s $(TARGET_SUBDIR)/$${dir}/tmpmulti.out ]; then \
1123 if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
1124 if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
1125 rm -f $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1126 else \
1127 echo "Multilibs changed for $${dir}, reconfiguring"; \
1128 rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/Makefile; \
1129 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1130 fi; \
1131 else \
1132 mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1133 fi; \
1134 fi; \
1135 fi; exit 0 # break command into two pieces
1136 @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1137 if [ ! -d $(TARGET_SUBDIR) ]; then \
1138 true; \
1139 elif [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1140 true; \
1141 elif echo " $(TARGET_CONFIGDIRS) " | grep " $${dir} " >/dev/null 2>&1; then \
1142 if [ -d $(srcdir)/$${dir} ]; then \
1143 [ -d $(TARGET_SUBDIR)/$${dir} ] || mkdir $(TARGET_SUBDIR)/$${dir};\
1144 r=`pwd`; export r; \
1145 s=`cd $(srcdir); pwd`; export s; \
1146 $(SET_LIB_PATH) \
1147 AR="$(AR_FOR_TARGET)"; export AR; \
1148 AS="$(AS_FOR_TARGET)"; export AS; \
1149 CC="$(CC_FOR_TARGET)"; export CC; \
1150 CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
1151 CXX="$(CXX_FOR_TARGET)"; export CXX; \
1152 CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
1153 DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
1154 LD="$(LD_FOR_TARGET)"; export LD; \
1155 LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
1156 NM="$(NM_FOR_TARGET)"; export NM; \
1157 RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
1158 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
1159 echo Configuring in $(TARGET_SUBDIR)/$${dir}; \
1160 cd $(TARGET_SUBDIR)/$${dir}; \
1161 case $(srcdir) in \
1162 /*) \
1163 topdir=$(srcdir) ;; \
1164 *) \
1165 case "$(TARGET_SUBDIR)" in \
1166 .) topdir="../$(srcdir)" ;; \
1167 *) topdir="../../$(srcdir)" ;; \
1168 esac ;; \
1169 esac; \
1170 if [ "$(srcdir)" = "." ] ; then \
1171 if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1172 if $(SHELL) $$s/symlink-tree $${topdir}/$${dir} "no-such-file" ; then \
1173 if [ -f Makefile ]; then \
1174 if $(MAKE) distclean; then \
1175 true; \
1176 else \
1177 exit 1; \
1178 fi; \
1179 else \
1180 true; \
1181 fi; \
1182 else \
1183 exit 1; \
1184 fi; \
1185 else \
1186 true; \
1187 fi; \
1188 srcdiroption="--srcdir=."; \
1189 libsrcdir="."; \
1190 else \
1191 srcdiroption="--srcdir=$${topdir}/$${dir}"; \
1192 libsrcdir="$$s/$${dir}"; \
1193 fi; \
1194 if [ -f $${libsrcdir}/configure ] ; then \
1195 $(SHELL) $${libsrcdir}/configure \
1196 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1197 --with-target-subdir="$(TARGET_SUBDIR)"; \
1198 else \
1199 $(SHELL) $$s/configure \
1200 $(CONFIG_ARGUMENTS) $${srcdiroption} \
1201 --with-target-subdir="$(TARGET_SUBDIR)"; \
1202 fi; \
1203 else \
1204 true; \
1205 fi; \
1206 else \
1207 true; \
1208 fi
1209
1210 # This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1211 # To build a target all-X means to cd to X and make all.
1212 .PHONY: $(ALL_TARGET_MODULES)
1213 $(ALL_TARGET_MODULES):
1214 @dir=`echo $@ | sed -e 's/all-target-//'`; \
1215 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1216 r=`pwd`; export r; \
1217 s=`cd $(srcdir); pwd`; export s; \
1218 $(SET_LIB_PATH) \
1219 (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
1220 else \
1221 true; \
1222 fi
1223
1224 # This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1225 # To build a target install-X means to cd to X and make install.
1226 .PHONY: $(CHECK_TARGET_MODULES)
1227 $(CHECK_TARGET_MODULES):
1228 @dir=`echo $@ | sed -e 's/check-target-//'`; \
1229 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1230 r=`pwd`; export r; \
1231 s=`cd $(srcdir); pwd`; export s; \
1232 $(SET_LIB_PATH) \
1233 (cd $(TARGET_SUBDIR)/$${dir};$(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
1234 else \
1235 true; \
1236 fi
1237
1238 # This rule is used to install the modules which use
1239 # TARGET_FLAGS_TO_PASS. To build a target install-X means to cd to X
1240 # and make install.
1241 .PHONY: $(INSTALL_TARGET_MODULES)
1242 $(INSTALL_TARGET_MODULES): installdirs
1243 @dir=`echo $@ | sed -e 's/install-target-//'`; \
1244 if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1245 r=`pwd`; export r; \
1246 s=`cd $(srcdir); pwd`; export s; \
1247 $(SET_LIB_PATH) \
1248 (cd $(TARGET_SUBDIR)/$${dir}; \
1249 $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
1250 else \
1251 true; \
1252 fi
1253
1254 # This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1255 # To build a target all-X means to cd to X and make all.
1256 .PHONY: $(ALL_X11_MODULES)
1257 $(ALL_X11_MODULES):
1258 @dir=`echo $@ | sed -e 's/all-//'`; \
1259 if [ -f ./$${dir}/Makefile ] ; then \
1260 r=`pwd`; export r; \
1261 s=`cd $(srcdir); pwd`; export s; \
1262 $(SET_LIB_PATH) \
1263 (cd $${dir}; \
1264 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
1265 else \
1266 true; \
1267 fi
1268
1269 # This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1270 # To build a target check-X means to cd to X and make all.
1271 .PHONY: $(CHECK_X11_MODULES)
1272 $(CHECK_X11_MODULES):
1273 @dir=`echo $@ | sed -e 's/check-//'`; \
1274 if [ -f ./$${dir}/Makefile ] ; then \
1275 r=`pwd`; export r; \
1276 s=`cd $(srcdir); pwd`; export s; \
1277 $(SET_LIB_PATH) \
1278 (cd $${dir}; \
1279 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
1280 else \
1281 true; \
1282 fi
1283
1284 # This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1285 # To build a target install-X means to cd to X and make install.
1286 .PHONY: $(INSTALL_X11_MODULES)
1287 $(INSTALL_X11_MODULES):
1288 @dir=`echo $@ | sed -e 's/install-//'`; \
1289 if [ -f ./$${dir}/Makefile ] ; then \
1290 r=`pwd`; export r; \
1291 s=`cd $(srcdir); pwd`; export s; \
1292 $(SET_LIB_PATH) \
1293 (cd $${dir}; \
1294 $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
1295 else \
1296 true; \
1297 fi
1298
1299 # gcc is the only module which uses GCC_FLAGS_TO_PASS.
1300 .PHONY: all-gcc
1301 all-gcc:
1302 @if [ -f ./gcc/Makefile ] ; then \
1303 r=`pwd`; export r; \
1304 s=`cd $(srcdir); pwd`; export s; \
1305 $(SET_LIB_PATH) \
1306 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
1307 else \
1308 true; \
1309 fi
1310
1311 .PHONY: all-bootstrap
1312 all-bootstrap:
1313 @if [ -f ./gcc/Makefile ] ; then \
1314 r=`pwd`; export r; \
1315 s=`cd $(srcdir); pwd`; export s; \
1316 $(SET_LIB_PATH) \
1317 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) bootstrap); \
1318 else \
1319 true; \
1320 fi
1321
1322 .PHONY: check-gcc
1323 check-gcc:
1324 @if [ -f ./gcc/Makefile ] ; then \
1325 r=`pwd`; export r; \
1326 s=`cd $(srcdir); pwd`; export s; \
1327 $(SET_LIB_PATH) \
1328 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
1329 else \
1330 true; \
1331 fi
1332
1333 .PHONY: install-gcc
1334 install-gcc:
1335 @if [ -f ./gcc/Makefile ] ; then \
1336 r=`pwd`; export r; \
1337 s=`cd $(srcdir); pwd`; export s; \
1338 $(SET_LIB_PATH) \
1339 (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1340 else \
1341 true; \
1342 fi
1343
1344
1345 # EXPERIMENTAL STUFF
1346 # This rule is used to install the modules which use FLAGS_TO_PASS.
1347 # To build a target install-X means to cd to X and make install.
1348 .PHONY: install-dosrel
1349 install-dosrel: installdirs info
1350 @dir=`echo $@ | sed -e 's/install-//'`; \
1351 if [ -f ./$${dir}/Makefile ] ; then \
1352 r=`pwd`; export r; \
1353 s=`cd $(srcdir); pwd`; export s; \
1354 $(SET_LIB_PATH) \
1355 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1356 else \
1357 true; \
1358 fi
1359
1360 install-dosrel-fake:
1361
1362
1363 # This is a list of inter-dependencies among modules.
1364 all-apache:
1365 all-autoconf: all-m4
1366 all-automake:
1367 all-bash:
1368 all-bfd:
1369 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
1370 all-byacc:
1371 all-cvs:
1372 all-db:
1373 all-dejagnu: all-tcl all-expect all-tk
1374 all-diff: all-libiberty
1375 all-emacs:
1376 all-emacs19: all-byacc
1377 all-etc:
1378 configure-target-examples: $(ALL_GCC)
1379 all-target-examples: configure-target-examples
1380 all-expect: all-tcl all-tk
1381 all-fileutils: all-libiberty
1382 all-findutils:
1383 all-find:
1384 all-flex: all-libiberty all-byacc
1385 all-gas: all-libiberty all-opcodes all-bfd
1386 all-gash: all-tcl
1387 all-gawk:
1388 ALL_GCC = all-gcc
1389 all-gcc: all-byacc all-binutils all-gas all-ld
1390 all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld
1391 GDB_TK = all-tk all-tcl
1392 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
1393 all-gnuserv:
1394 configure-target-gperf: $(ALL_GCC)
1395 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++
1396 all-gprof: all-libiberty all-bfd all-opcodes
1397 all-grep: all-libiberty
1398 all-grez: all-libiberty all-bfd all-opcodes
1399 all-gui: all-gdb all-libproc all-target-librx
1400 all-guile:
1401 all-gzip: all-libiberty
1402 all-hello: all-libiberty
1403 # start-sanitize-ide
1404 all-ilu:
1405 # end-sanitize-ide
1406 all-indent:
1407 all-inet: all-tcl all-send-pr all-perl
1408 all-ispell: all-emacs19
1409 all-itcl: all-tcl all-tk
1410 all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
1411 configure-target-libg++: $(ALL_GCC) configure-target-librx
1412 all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
1413 configure-target-libgloss: $(ALL_GCC)
1414 all-target-libgloss: configure-target-libgloss configure-target-newlib
1415 configure-target-libio: $(ALL_GCC)
1416 all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1417 all-libiberty:
1418 # start-sanitize-ide
1419 all-libide: all-tcl all-tk all-itcl all-ilu
1420 # end-sanitize-ide
1421 configure-target-librx: $(ALL_GCC) configure-target-newlib
1422 all-target-librx: configure-target-librx
1423 configure-target-libstdc++: $(ALL_GCC)
1424 all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1425 all-m4: all-libiberty
1426 all-make: all-libiberty
1427 all-mmalloc:
1428 configure-target-newlib: $(ALL_GCC)
1429 all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
1430 all-opcodes: all-bfd all-libiberty
1431 all-patch: all-libiberty
1432 all-perl:
1433 all-prms: all-libiberty
1434 all-rcs:
1435 all-readline:
1436 all-recode: all-libiberty
1437 all-sed: all-libiberty
1438 all-send-pr: all-prms
1439 all-shellutils:
1440 all-sim: all-libiberty all-bfd all-opcodes
1441 all-sn: all-tcl all-tk all-itcl all-db all-grep
1442 all-tar: all-libiberty
1443 all-tcl:
1444 all-tclX: all-tcl all-tk
1445 all-tk: all-tcl
1446 all-texinfo: all-libiberty
1447 all-textutils:
1448 all-tgas: all-libiberty all-bfd all-opcodes
1449 all-time:
1450 # start-sanitize-ide
1451 all-vmake: all-tcl all-tk all-itcl all-libide
1452 # end-sanitize-ide
1453 all-wdiff:
1454 all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup
1455 configure-target-winsup: configure-target-newlib
1456 all-uudecode: all-libiberty
1457 configure-target-libiberty: $(ALL_GCC)
1458 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
1459 all-target: $(ALL_TARGET_MODULES)
1460 install-target: $(INSTALL_TARGET_MODULES)
1461
1462 ### other supporting targets
1463
1464 MAKEDIRS= \
1465 $(prefix) \
1466 $(exec_prefix)
1467 .PHONY: installdirs
1468 installdirs: mkinstalldirs
1469 $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
1470
1471 dir.info: do-install-info
1472 if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
1473 $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
1474 mv -f dir.info.new dir.info ; \
1475 else true ; \
1476 fi
1477
1478 dist:
1479 @echo "Building a full distribution of this tree isn't done"
1480 @echo "via 'make dist'. Check out the etc/ subdirectory"
1481
1482 etags tags: TAGS
1483
1484 # Right now this just builds TAGS in each subdirectory. emacs19 has the
1485 # ability to use several tags files at once, so there is probably no need
1486 # to combine them into one big TAGS file (like CVS 1.3 does). We could
1487 # (if we felt like it) have this Makefile write a piece of elisp which
1488 # the user could load to tell emacs19 where all the TAGS files we just
1489 # built are.
1490 TAGS: do-TAGS
1491
1492 # with the gnu make, this is done automatically.
1493
1494 Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
1495 $(SHELL) ./config.status
1496
1497 #
1498 # Support for building net releases
1499
1500 # Files in devo used in any net release.
1501 # ChangeLog omitted because it may refer to files which are not in this
1502 # distribution (perhaps it would be better to include it anyway).
1503 DEVO_SUPPORT= README Makefile.in configure configure.in \
1504 config.guess config.sub config move-if-change \
1505 mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1506 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1507 mkinstalldirs
1508
1509 # Files in devo/etc used in any net release.
1510 # ChangeLog omitted because it may refer to files which are not in this
1511 # distribution (perhaps it would be better to include it anyway).
1512 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1513 make-stds.texi standards.info*
1514
1515 # When you use `make setup-dirs' or `make taz' you should always redefine
1516 # this macro.
1517 SUPPORT_FILES = list-of-support-files-for-tool-in-question
1518
1519 .PHONY: taz
1520
1521 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
1522 texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1523 # Take out texinfo from a few places; make simple BISON=bison line.
1524 sed -e '/^all\.normal: /s/\all-texinfo //' \
1525 -e '/^ install-texinfo /d' \
1526 -e '/^BISON = `if/,/^$$/d' \
1527 -e '/^# BISON:/s/.*/BISON = $(DEFAULT_YACC)/' \
1528 <Makefile.in >tmp
1529 mv -f tmp Makefile.in
1530 #
1531 $(start-sanitize-Sanitize)
1532 @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
1533 $(end-sanitize-Sanitize)
1534 ./configure sun4
1535 [ -z "$(CONFIGURE_TARGET_MODULES)" ] \
1536 || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
1537 CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
1538 # Make links, and run "make diststuff" or "make info" when needed.
1539 rm -rf proto-toplev ; mkdir proto-toplev
1540 set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1541 for d in $$dirs ; do \
1542 if [ -d $$d ]; then \
1543 if [ ! -f $$d/Makefile ] ; then true ; \
1544 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
1545 (cd $$d ; $(MAKE) diststuff ) || exit 1 ; \
1546 elif grep '^info:' $$d/Makefile >/dev/null ; then \
1547 (cd $$d ; $(MAKE) info ) || exit 1 ; \
1548 fi ; \
1549 if [ -d $$d/proto-$$d.dir ]; then \
1550 ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1551 else \
1552 ln -s ../$$d proto-toplev/$$d ; \
1553 fi ; \
1554 else ln -s ../$$d proto-toplev/$$d ; fi ; \
1555 done
1556 cd etc ; $(MAKE) info
1557 $(MAKE) distclean
1558 #
1559 mkdir proto-toplev/etc
1560 (cd proto-toplev/etc; \
1561 for i in $(ETC_SUPPORT); do \
1562 ln -s ../../etc/$$i . ; \
1563 done)
1564 #
1565 # Take out texinfo from configurable dirs
1566 rm proto-toplev/configure.in
1567 sed -e '/^host_tools=/s/texinfo //' \
1568 <configure.in >proto-toplev/configure.in
1569 #
1570 mkdir proto-toplev/texinfo
1571 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
1572 ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
1573 ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
1574 if test -r texinfo/util/tex3patch ; then \
1575 mkdir proto-toplev/texinfo/util && \
1576 ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
1577 else true; fi
1578 chmod og=u `find . -print`
1579 $(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) \
1580 VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`
1581
1582 do-tar-gz:
1583 echo "==> Making $(TOOL)-$(VER).tar.gz"
1584 -rm -f $(TOOL)-$(VER)
1585 ln -s proto-toplev $(TOOL)-$(VER)
1586 tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
1587 $(GZIPPROG) -v -9 $(TOOL)-$(VER).tar
1588
1589 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
1590 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1591
1592 .PHONY: gas.tar.gz
1593 GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms
1594 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1595 $(MAKE) -f Makefile.in taz TOOL=gas \
1596 SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1597
1598 # The FSF "binutils" release includes gprof and ld.
1599 .PHONY: binutils.tar.gz
1600 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms
1601 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1602 $(MAKE) -f Makefile.in taz TOOL=binutils \
1603 SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
1604
1605 .PHONY: gas+binutils.tar.gz
1606 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1607 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1608 $(MAKE) -f Makefile.in taz TOOL=gas \
1609 SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
1610
1611 .PHONY: libg++.tar.gz
1612 LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
1613 libg++.tar.gz: $(DIST_SUPPORT) libg++
1614 $(MAKE) -f Makefile.in taz TOOL=libg++ \
1615 SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1616
1617 GNATS_SUPPORT_DIRS=include libiberty send-pr
1618 gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1619 $(MAKE) -f Makefile.in taz TOOL=gnats \
1620 SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1621
1622 .PHONY: gdb.tar.gz
1623 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils
1624 GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi`
1625 gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1626 $(MAKE) -f Makefile.in taz TOOL=gdb \
1627 SUPPORT_FILES="$(GDB_SUPPORT_DIRS) $(GDBTK_SUPPORT_DIRS)"
1628
1629 .PHONY: newlib.tar.gz
1630 NEWLIB_SUPPORT_DIRS=libgloss
1631 # taz configures for the sun4 target which won't configure newlib.
1632 # We need newlib configured so that the .info files are made.
1633 # Unfortunately, it is not enough to just configure newlib separately:
1634 # taz will build the .info files but since SUBDIRS won't contain newlib,
1635 # distclean won't be run (leaving Makefile, config.status, and the tmp files
1636 # used in building the .info files, eg: *.def, *.ref).
1637 # The problem isn't solvable however without a lot of extra work because
1638 # target libraries are built in subdir $(target_alias) which gets nuked during
1639 # the make distclean. For now punt on the issue of shipping newlib info files
1640 # with newlib net releases and wait for a day when some native target (sun4?)
1641 # supports newlib (if only minimally).
1642 newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1643 $(MAKE) -f Makefile.in taz TOOL=newlib \
1644 SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1645 DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1646
1647 .NOEXPORT:
1648 MAKEOVERRIDES=
1649
1650 # start-sanitize-chill
1651 ## This is ugly, but I don't want GNU make to put these variables in
1652 ## the environment. Older makes will see this as a set of targets
1653 ## with no dependencies and no actions.
1654 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1655 # end-sanitize-chill
1656
1657 # end of Makefile.in
This page took 0.062669 seconds and 5 git commands to generate.