1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2023 Free Software Foundation, Inc.
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 3 of the License, or
8 # (at your option) any later version.
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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
20 AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex
21 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
23 MAINTAINERCLEANFILES =
27 tooldir = $(exec_prefix)/$(target_alias)
29 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
30 # -I../zlib, unless we were configured with --with-system-zlib, in which
31 # case both are empty.
35 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
36 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
38 # Automake 1.10+ disables lex and yacc output file regeneration if
39 # maintainer mode is disabled. Avoid this.
43 WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
44 NO_WERROR = @NO_WERROR@
45 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS)
47 TARG_CPU = @target_cpu_type@
48 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
49 TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
50 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
51 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
52 OBJ_FORMAT_O = config/obj-@obj_format@.@OBJEXT@
53 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
54 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
55 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
56 ATOF_TARG_O = config/atof-@atof@.@OBJEXT@
58 # use @target_cpu_type@ for refering to configured target name
59 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
60 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
61 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
62 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
65 # Regular source files.
102 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
136 # CPU files in config.
138 TARGET_CPU_CFILES = \
139 config/tc-aarch64.c \
153 config/tc-epiphany.c \
164 config/tc-loongarch.c \
167 config/tc-m68hc11.c \
173 config/tc-microblaze.c \
176 config/tc-mn10200.c \
177 config/tc-mn10300.c \
202 config/tc-tilepro.c \
207 config/tc-xstormy16.c \
213 TARGET_CPU_HFILES = \
214 config/tc-aarch64.h \
228 config/tc-epiphany.h \
241 config/tc-m68hc11.h \
247 config/tc-microblaze.h \
250 config/tc-mn10200.h \
251 config/tc-mn10300.h \
275 config/tc-tilepro.h \
280 config/tc-xstormy16.h \
286 TARGET_EXTRA_FILES = \
287 config/bfin-lex-wrapper.c \
288 config/xtensa-relax.c \
289 config/xtensa-relax.h
291 # OBJ files in config
293 OBJ_FORMAT_CFILES = \
299 config/obj-fdpicelf.c \
304 OBJ_FORMAT_HFILES = \
310 config/obj-fdpicelf.h \
315 # Emulation header files in config
320 config/te-armeabi.h \
321 config/te-armfbsdeabi.h \
322 config/te-armfbsdvfp.h \
323 config/te-armlinuxeabi.h \
324 config/te-csky_abiv1.h \
325 config/te-csky_abiv1_linux.h \
326 config/te-csky_abiv2.h \
327 config/te-csky_abiv2_linux.h \
328 config/te-freebsd.h \
329 config/te-generic.h \
334 config/te-hppalinux64.h \
335 config/te-ia64aix.h \
336 config/te-interix.h \
340 config/te-nbsd532.h \
341 config/te-pc532mach.h \
343 config/te-solaris.h \
345 config/te-vxworks.h \
351 # Multi files in config
354 config/e-crisaout.c \
356 config/e-i386aout.c \
357 config/e-i386coff.c \
361 CONFIG_ATOF_CFILES = \
365 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
366 $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
367 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
368 $(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
369 po/POTFILES.in: @MAINT@ Makefile
370 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
371 && mv tmp $(srcdir)/po/POTFILES.in
373 # Note: GASP is now deprecated and has been removed. It is still
374 # available in the CVS archive or older binutils releases if it is needed.
375 noinst_PROGRAMS = as-new
376 noinst_SCRIPTS = $(GDBINIT)
377 EXTRA_SCRIPTS = .gdbinit
379 EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
380 config/bfin-parse.c config/bfin-parse.h config/bfin-lex.c \
381 config/rl78-parse.c config/rl78-parse.h \
382 config/rx-parse.c config/rx-parse.h \
383 config/loongarch-parse.c config/loongarch-parse.h config/loongarch-lex.c
385 diststuff: $(EXTRA_DIST) info
387 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
389 # Now figure out from those variables how to compile and link.
391 BASEDIR = $(srcdir)/..
392 BFDDIR = $(BASEDIR)/bfd
393 INCDIR = $(BASEDIR)/include
395 # This is the variable actually used when we compile.
396 # Specify the directories to be searched for header files.
397 # Both . and srcdir are used, in that order,
398 # so that tm.h and config.h will be found in the compilation
399 # subdirectory rather than in the source directory.
400 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
401 -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
402 -DLOCALEDIR="\"$(datadir)/locale\""
404 # How to link with both our special library facilities
405 # and the system's installed libraries.
407 GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
409 # Files to be copied away after each stage in building.
410 STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
412 as_new_SOURCES = $(GAS_CFILES)
413 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
414 $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) $(ZLIB) $(ZSTD_LIBS)
415 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
416 $(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
417 EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
418 $(TARGET_CPU_HFILES) $(TARGET_EXTRA_FILES) $(TARG_ENV_CFILES) \
419 $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \
420 $(CONFIG_ATOF_CFILES) $(MULTI_CFILES)
426 check-DEJAGNU: site.exp
427 if [ -d testsuite ]; then \
432 rm -f testsuite/site.exp
433 cp site.exp testsuite/site.exp
434 rootme=`pwd`; export rootme; \
435 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
436 LC_ALL=C; export LC_ALL; \
437 EXPECT=${EXPECT} ; export EXPECT ; \
438 runtest=$(RUNTEST); \
440 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
441 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
443 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
446 development.exp: $(BFDDIR)/development.sh
447 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
448 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
450 config/tc-i386.o: $(srcdir)/../opcodes/i386-init.h $(srcdir)/../opcodes/i386-tbl.h
452 i386_tbl_deps = $(srcdir)/../opcodes/i386-opc.tbl \
453 $(srcdir)/../opcodes/i386-reg.tbl \
454 $(srcdir)/../opcodes/i386-gen.c $(srcdir)/../opcodes/i386-opc.h
456 $(srcdir)/../opcodes/i386%init.h $(srcdir)/../opcodes/i386%tbl.h $(srcdir)/../opcodes/i386%mnem.h: @MAINT@ $(i386_tbl_deps)
457 @echo '"$@" is outdated wrt "$?"' >&2
458 @echo 'Please rebuild from the top level or in $(CURDIR)/../opcodes/' >&2
461 EXTRA_as_new_SOURCES += config/m68k-parse.y
462 config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
463 $(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
464 config/m68k-parse.h: config/m68k-parse.c
467 EXTRA_as_new_SOURCES += config/bfin-parse.y
468 config/bfin-parse.c: $(srcdir)/config/bfin-parse.y
469 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c $@ y.tab.h config/bfin-parse.h -- $(YACCCOMPILE) -d ;
470 config/bfin-parse.h: config/bfin-parse.c
473 EXTRA_as_new_SOURCES += config/bfin-lex.l
474 config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
475 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
477 config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
479 EXTRA_as_new_SOURCES += config/rl78-parse.y
480 config/rl78-parse.c: $(srcdir)/config/rl78-parse.y
481 $(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c $@ y.tab.h config/rl78-parse.h -- $(YACCCOMPILE) -d ;
482 config/rl78-parse.h: config/rl78-parse.c
485 EXTRA_as_new_SOURCES += config/rx-parse.y
486 config/rx-parse.c: $(srcdir)/config/rx-parse.y
487 $(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c $@ y.tab.h config/rx-parse.h -- $(YACCCOMPILE) -d ;
488 config/rx-parse.h: config/rx-parse.c
491 # The LoongArch lexical analyzer and parser.
492 EXTRA_as_new_SOURCES += config/loongarch-parse.y
493 config/loongarch-parse.c: $(srcdir)/config/loongarch-parse.y
494 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-parse.y y.tab.c $@ y.tab.h config/loongarch-parse.h -- $(YACCCOMPILE) -d ;
495 config/loongarch-parse.h: config/loongarch-parse.c
498 EXTRA_as_new_SOURCES += config/loongarch-lex.l
499 config/loongarch-lex.c: $(srcdir)/config/loongarch-lex.l
500 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
502 config/loongarch-lex-wrapper.@OBJEXT@: config/loongarch-lex.c config/loongarch-parse.h
504 # The mips instruction table specification lexical analyzer and parser.
506 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
508 itbl-parse.c: $(srcdir)/itbl-parse.y
509 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
511 itbl-parse.h: itbl-parse.c
514 itbl-ops.@OBJEXT@: itbl-parse.h
516 # stand-alone itbl assembler & disassembler
518 EXTRA_PROGRAMS = itbl-test
519 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
520 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
522 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
524 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
525 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
528 source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@
529 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
534 itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
536 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
537 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@
541 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
548 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
550 cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
551 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
552 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
553 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
555 # Remake the info files.
557 MOSTLYCLEANFILES = $(STAGESTUFF) core \
558 testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
559 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
561 .PHONY: install-exec-local install-data-local
562 .PHONY: install-exec-bindir install-exec-tooldir
564 install-exec-local: install-exec-bindir @install_tooldir@
566 install-exec-bindir: $(noinst_PROGRAMS)
567 $(mkinstalldirs) $(DESTDIR)$(bindir)
568 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
569 if test -f $$p; then \
570 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
571 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
575 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
576 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
577 n=`echo as | sed '$(transform)'`; \
578 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
579 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
580 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
581 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
586 # These exist for maintenance purposes.
588 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
590 bootstrap: as-new$(EXEEXT)
592 rm -f stage && ln -s stage1 stage
593 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
595 rm -f stage && ln -s stage2 stage
596 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
597 $(MAKE) comparison against=stage2
600 rm -f stage && ln -s stage1 stage
601 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
603 rm -f stage && ln -s stage2 stage
604 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
605 $(MAKE) comparison against=stage2
608 rm -f stage && ln -s stage2 stage
609 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
610 $(MAKE) comparison against=stage2
612 # Copy the object files from a particular stage into a subdirectory.
615 -mv $(STAGESTUFF) stage1
616 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
620 -mv $(STAGESTUFF) stage2
621 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
625 -mv $(STAGESTUFF) stage3
626 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
632 for file in *.@OBJEXT@ ; do \
633 f1=./$$file; f2=${against}/$$file; \
634 $(do_compare) > /dev/null 2>&1; \
635 if test $$? -ne 0; then \
636 echo $$file differs ; \
643 .PHONY: de-stage1 de-stage2 de-stage3
646 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
650 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
654 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
657 # Reconfigure if configure.tgt changes.
658 # development.sh is used to determine -Werror default.
659 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
661 EXTRA_DEJAGNU_SITE_CONFIG = development.exp