1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2024 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.
105 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
142 # CPU files in config.
144 TARGET_CPU_CFILES = \
145 config/tc-aarch64.c \
159 config/tc-epiphany.c \
171 config/tc-loongarch.c \
174 config/tc-m68hc11.c \
180 config/tc-microblaze.c \
183 config/tc-mn10200.c \
184 config/tc-mn10300.c \
209 config/tc-tilepro.c \
214 config/tc-xstormy16.c \
220 TARGET_CPU_HFILES = \
221 config/tc-aarch64.h \
235 config/tc-epiphany.h \
249 config/tc-m68hc11.h \
255 config/tc-microblaze.h \
258 config/tc-mn10200.h \
259 config/tc-mn10300.h \
283 config/tc-tilepro.h \
288 config/tc-xstormy16.h \
294 TARGET_EXTRA_FILES = \
295 config/bfin-lex-wrapper.c \
296 config/xtensa-relax.c \
297 config/xtensa-relax.h \
301 # OBJ files in config
303 OBJ_FORMAT_CFILES = \
309 config/obj-fdpicelf.c \
314 OBJ_FORMAT_HFILES = \
320 config/obj-fdpicelf.h \
325 # Emulation header files in config
330 config/te-armeabi.h \
331 config/te-armfbsdeabi.h \
332 config/te-armfbsdvfp.h \
333 config/te-armlinuxeabi.h \
334 config/te-csky_abiv1.h \
335 config/te-csky_abiv1_linux.h \
336 config/te-csky_abiv2.h \
337 config/te-csky_abiv2_linux.h \
338 config/te-freebsd.h \
339 config/te-generic.h \
344 config/te-hppalinux64.h \
345 config/te-interix.h \
349 config/te-nbsd532.h \
350 config/te-pc532mach.h \
352 config/te-solaris.h \
354 config/te-vxworks.h \
360 # Multi files in config
363 config/e-crisaout.c \
367 CONFIG_ATOF_CFILES = \
371 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
372 $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
373 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
374 $(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
375 po/POTFILES.in: @MAINT@ Makefile
376 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
377 && mv tmp $(srcdir)/po/POTFILES.in
379 # Note: GASP is now deprecated and has been removed. It is still
380 # available in the CVS archive or older binutils releases if it is needed.
381 noinst_PROGRAMS = as-new
382 noinst_SCRIPTS = $(GDBINIT)
383 EXTRA_SCRIPTS = .gdbinit
385 EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
386 config/bfin-parse.c config/bfin-parse.h config/bfin-lex.c \
387 config/rl78-parse.c config/rl78-parse.h \
388 config/rx-parse.c config/rx-parse.h \
389 config/loongarch-parse.c config/loongarch-parse.h config/loongarch-lex.c
391 diststuff: $(EXTRA_DIST) info
393 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
395 # Now figure out from those variables how to compile and link.
397 BASEDIR = $(srcdir)/..
398 BFDDIR = $(BASEDIR)/bfd
399 INCDIR = $(BASEDIR)/include
401 # This is the variable actually used when we compile.
402 # Specify the directories to be searched for header files.
403 # Both . and srcdir are used, in that order,
404 # so that tm.h and config.h will be found in the compilation
405 # subdirectory rather than in the source directory.
406 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
407 -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
408 -DLOCALEDIR="\"$(datadir)/locale\""
410 # How to link with both our special library facilities
411 # and the system's installed libraries.
413 GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
415 # Files to be copied away after each stage in building.
416 STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
418 as_new_SOURCES = $(GAS_CFILES)
419 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
420 $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) $(ZLIB) $(ZSTD_LIBS)
421 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
422 $(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
423 EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
424 $(TARGET_CPU_HFILES) $(TARGET_EXTRA_FILES) $(TARG_ENV_CFILES) \
425 $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \
426 $(CONFIG_ATOF_CFILES) $(MULTI_CFILES)
432 check-DEJAGNU: site.exp
433 if [ -d testsuite ]; then \
438 rm -f testsuite/site.exp
439 cp site.exp testsuite/site.exp
440 rootme=`pwd`; export rootme; \
441 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
442 LC_ALL=C; export LC_ALL; \
443 EXPECT=${EXPECT} ; export EXPECT ; \
444 runtest=$(RUNTEST); \
446 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
447 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
449 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
452 development.exp: $(BFDDIR)/development.sh
453 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
454 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
456 config/tc-i386.o: $(srcdir)/../opcodes/i386-init.h $(srcdir)/../opcodes/i386-tbl.h
458 i386_tbl_deps = $(srcdir)/../opcodes/i386-opc.tbl \
459 $(srcdir)/../opcodes/i386-reg.tbl \
460 $(srcdir)/../opcodes/i386-gen.c $(srcdir)/../opcodes/i386-opc.h
462 $(srcdir)/../opcodes/i386%init.h $(srcdir)/../opcodes/i386%tbl.h $(srcdir)/../opcodes/i386%mnem.h: @MAINT@ $(i386_tbl_deps)
463 @echo '"$@" is outdated wrt "$?"' >&2
464 @echo 'Please rebuild from the top level or in $(CURDIR)/../opcodes/' >&2
467 EXTRA_as_new_SOURCES += config/m68k-parse.y
468 config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
469 $(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
470 config/m68k-parse.h: config/m68k-parse.c
473 EXTRA_as_new_SOURCES += config/bfin-parse.y
474 config/bfin-parse.c: $(srcdir)/config/bfin-parse.y
475 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c $@ y.tab.h config/bfin-parse.h -- $(YACCCOMPILE) -d ;
476 config/bfin-parse.h: config/bfin-parse.c
479 EXTRA_as_new_SOURCES += config/bfin-lex.l
480 config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
481 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
483 config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
485 EXTRA_as_new_SOURCES += config/rl78-parse.y
486 config/rl78-parse.c: $(srcdir)/config/rl78-parse.y
487 $(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c $@ y.tab.h config/rl78-parse.h -- $(YACCCOMPILE) -d ;
488 config/rl78-parse.h: config/rl78-parse.c
491 EXTRA_as_new_SOURCES += config/rx-parse.y
492 config/rx-parse.c: $(srcdir)/config/rx-parse.y
493 $(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c $@ y.tab.h config/rx-parse.h -- $(YACCCOMPILE) -d ;
494 config/rx-parse.h: config/rx-parse.c
497 # The LoongArch lexical analyzer and parser.
498 EXTRA_as_new_SOURCES += config/loongarch-parse.y
499 config/loongarch-parse.c: $(srcdir)/config/loongarch-parse.y
500 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-parse.y y.tab.c $@ y.tab.h config/loongarch-parse.h -- $(YACCCOMPILE) -d ;
501 config/loongarch-parse.h: config/loongarch-parse.c
504 EXTRA_as_new_SOURCES += config/loongarch-lex.l
505 config/loongarch-lex.c: $(srcdir)/config/loongarch-lex.l
506 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
508 config/loongarch-lex-wrapper.@OBJEXT@: config/loongarch-lex.c config/loongarch-parse.h
510 # The mips instruction table specification lexical analyzer and parser.
512 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
514 itbl-parse.c: $(srcdir)/itbl-parse.y
515 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
517 itbl-parse.h: itbl-parse.c
520 itbl-ops.@OBJEXT@: itbl-parse.h
522 # stand-alone itbl assembler & disassembler
524 EXTRA_PROGRAMS = itbl-test
525 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
526 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
528 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
530 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
531 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
534 source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@
535 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537 $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
540 itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
542 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
543 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
546 source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@
547 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
554 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
556 cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
557 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
558 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
559 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
561 # Remake the info files.
563 MOSTLYCLEANFILES = $(STAGESTUFF) core \
564 testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
565 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
567 .PHONY: install-exec-local install-data-local
568 .PHONY: install-exec-bindir install-exec-tooldir
570 install-exec-local: install-exec-bindir @install_tooldir@
572 install-exec-bindir: $(noinst_PROGRAMS)
573 $(mkinstalldirs) $(DESTDIR)$(bindir)
574 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
575 if test -f $$p; then \
576 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)/'`"; \
577 $(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)/'`; \
581 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
582 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
583 n=`echo as | sed '$(transform)'`; \
584 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
585 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
586 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
587 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
592 # These exist for maintenance purposes.
594 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
596 bootstrap: as-new$(EXEEXT)
598 rm -f stage && ln -s stage1 stage
599 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
601 rm -f stage && ln -s stage2 stage
602 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
603 $(MAKE) comparison against=stage2
606 rm -f stage && ln -s stage1 stage
607 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
609 rm -f stage && ln -s stage2 stage
610 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
611 $(MAKE) comparison against=stage2
614 rm -f stage && ln -s stage2 stage
615 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
616 $(MAKE) comparison against=stage2
618 # Copy the object files from a particular stage into a subdirectory.
621 -mv $(STAGESTUFF) stage1
622 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
626 -mv $(STAGESTUFF) stage2
627 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
631 -mv $(STAGESTUFF) stage3
632 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
638 for file in *.@OBJEXT@ ; do \
639 f1=./$$file; f2=${against}/$$file; \
640 $(do_compare) > /dev/null 2>&1; \
641 if test $$? -ne 0; then \
642 echo $$file differs ; \
649 .PHONY: de-stage1 de-stage2 de-stage3
652 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
656 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
660 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
663 # Reconfigure if configure.tgt changes.
664 # development.sh is used to determine -Werror default.
665 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
667 EXTRA_DEJAGNU_SITE_CONFIG = development.exp