Home | History | Annotate | Line # | Download | only in gas
Makefile.am revision 1.10.2.1
      1 ## Process this file with automake to generate Makefile.in
      2 #
      3 #   Copyright (C) 2012-2024 Free Software Foundation, Inc.
      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 3 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; see the file COPYING3.  If not see
     17 # <http://www.gnu.org/licenses/>.
     18 #
     19 
     20 AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex
     21 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
     22 
     23 MAINTAINERCLEANFILES =
     24 
     25 SUBDIRS = po
     26 
     27 tooldir = $(exec_prefix)/$(target_alias)
     28 
     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.
     32 ZLIB = @zlibdir@ -lz
     33 ZLIBINC = @zlibinc@
     34 
     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`
     37 
     38 # Automake 1.10+ disables lex and yacc output file regeneration if
     39 # maintainer mode is disabled.  Avoid this.
     40 am__skiplex =
     41 am__skipyacc =
     42 
     43 WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
     44 NO_WERROR = @NO_WERROR@
     45 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS)
     46 
     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@
     57 
     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@
     63 
     64 
     65 # Regular source files.
     66 
     67 GAS_CFILES = \
     68 	app.c \
     69 	as.c \
     70 	atof-generic.c \
     71 	codeview.c \
     72 	compress-debug.c \
     73 	cond.c \
     74 	depend.c \
     75 	dwarf2dbg.c \
     76 	dw2gencfi.c \
     77 	ecoff.c \
     78 	ehopt.c \
     79 	expr.c \
     80 	flonum-copy.c \
     81 	flonum-konst.c \
     82 	flonum-mult.c \
     83 	frags.c \
     84 	gen-sframe.c \
     85 	ginsn.c \
     86 	hash.c \
     87 	input-file.c \
     88 	input-scrub.c \
     89 	listing.c \
     90 	literal.c \
     91 	macro.c \
     92 	messages.c \
     93 	output-file.c \
     94 	read.c \
     95 	remap.c \
     96 	sb.c \
     97 	scfidw2gen.c \
     98 	scfi.c \
     99 	sframe-opt.c \
    100 	stabs.c \
    101 	subsegs.c \
    102 	symbols.c \
    103 	write.c
    104 
    105 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
    106 
    107 HFILES = \
    108 	as.h \
    109 	asintl.h \
    110 	bignum.h \
    111 	bit_fix.h \
    112 	cgen.h \
    113 	codeview.h \
    114 	compress-debug.h \
    115 	dwarf2dbg.h \
    116 	dw2gencfi.h \
    117 	ecoff.h \
    118 	emul-target.h \
    119 	emul.h \
    120 	expr.h \
    121 	flonum.h \
    122 	frags.h \
    123 	gen-sframe.h \
    124 	ginsn.h \
    125 	hash.h \
    126 	input-file.h \
    127 	itbl-lex.h \
    128 	itbl-ops.h \
    129 	listing.h \
    130 	macro.h \
    131 	obj.h \
    132 	output-file.h \
    133 	read.h \
    134 	sb.h \
    135 	scfidw2gen.h \
    136 	scfi.h \
    137 	subsegs.h \
    138 	symbols.h \
    139 	tc.h \
    140 	write.h
    141 
    142 # CPU files in config.
    143 
    144 TARGET_CPU_CFILES = \
    145 	config/tc-aarch64.c \
    146 	config/tc-alpha.c \
    147 	config/tc-arc.c \
    148 	config/tc-arm.c \
    149 	config/tc-avr.c \
    150 	config/tc-bfin.c \
    151 	config/tc-bpf.c \
    152 	config/tc-cr16.c \
    153 	config/tc-cris.c \
    154 	config/tc-crx.c \
    155 	config/tc-csky.c \
    156 	config/tc-d10v.c \
    157 	config/tc-d30v.c \
    158 	config/tc-dlx.c \
    159 	config/tc-epiphany.c \
    160 	config/tc-fr30.c \
    161 	config/tc-frv.c \
    162 	config/tc-ft32.c \
    163 	config/tc-h8300.c \
    164 	config/tc-hppa.c \
    165 	config/tc-ia64.c \
    166 	config/tc-i386.c \
    167 	config/tc-ip2k.c \
    168 	config/tc-iq2000.c \
    169 	config/tc-kvx.c \
    170 	config/tc-lm32.c \
    171 	config/tc-loongarch.c \
    172 	config/tc-m32c.c \
    173 	config/tc-m32r.c \
    174 	config/tc-m68hc11.c \
    175 	config/tc-m68k.c \
    176 	config/tc-s12z.c \
    177 	config/tc-mcore.c \
    178 	config/tc-mep.c \
    179 	config/tc-metag.c \
    180 	config/tc-microblaze.c \
    181 	config/tc-mips.c \
    182 	config/tc-mmix.c \
    183 	config/tc-mn10200.c \
    184 	config/tc-mn10300.c \
    185 	config/tc-moxie.c \
    186 	config/tc-msp430.c \
    187 	config/tc-mt.c \
    188 	config/tc-nds32.c \
    189 	config/tc-nios2.c \
    190 	config/tc-ns32k.c \
    191 	config/tc-or1k.c \
    192 	config/tc-pdp11.c \
    193 	config/tc-pj.c \
    194 	config/tc-ppc.c \
    195 	config/tc-pru.c \
    196 	config/tc-riscv.c \
    197 	config/tc-rl78.c \
    198 	config/tc-rx.c \
    199 	config/tc-s390.c \
    200 	config/tc-score.c \
    201 	config/tc-sh.c \
    202 	config/tc-sparc.c \
    203 	config/tc-spu.c \
    204 	config/tc-tic30.c \
    205 	config/tc-tic4x.c \
    206 	config/tc-tic54x.c \
    207 	config/tc-tic6x.c \
    208 	config/tc-tilegx.c \
    209 	config/tc-tilepro.c \
    210 	config/tc-v850.c \
    211 	config/tc-vax.c \
    212 	config/tc-visium.c \
    213 	config/tc-wasm32.c \
    214 	config/tc-xstormy16.c \
    215 	config/tc-xgate.c \
    216 	config/tc-xtensa.c \
    217 	config/tc-z80.c \
    218 	config/tc-z8k.c
    219 
    220 TARGET_CPU_HFILES = \
    221 	config/tc-aarch64.h \
    222 	config/tc-alpha.h \
    223 	config/tc-arc.h \
    224 	config/tc-arm.h \
    225 	config/tc-avr.h \
    226 	config/tc-bfin.h \
    227 	config/tc-bpf.h \
    228 	config/tc-cr16.h \
    229 	config/tc-cris.h \
    230 	config/tc-crx.h \
    231 	config/tc-csky.h \
    232 	config/tc-d10v.h \
    233 	config/tc-d30v.h \
    234 	config/tc-dlx.h \
    235 	config/tc-epiphany.h \
    236 	config/tc-fr30.h \
    237 	config/tc-frv.h \
    238 	config/tc-ft32.h \
    239 	config/tc-h8300.h \
    240 	config/tc-hppa.h \
    241 	config/tc-ia64.h \
    242 	config/tc-i386.h \
    243 	config/tc-ip2k.h \
    244 	config/tc-iq2000.h \
    245 	config/tc-kvx.h \
    246 	config/tc-lm32.h \
    247 	config/tc-m32c.h \
    248 	config/tc-m32r.h \
    249 	config/tc-m68hc11.h \
    250 	config/tc-m68k.h \
    251 	config/tc-s12z.h \
    252 	config/tc-mcore.h \
    253 	config/tc-mep.h \
    254 	config/tc-metag.h \
    255 	config/tc-microblaze.h \
    256 	config/tc-mips.h \
    257 	config/tc-mmix.h \
    258 	config/tc-mn10200.h \
    259 	config/tc-mn10300.h \
    260 	config/tc-msp430.h \
    261 	config/tc-mt.h \
    262 	config/tc-nds32.h \
    263 	config/tc-nios2.h \
    264 	config/tc-ns32k.h \
    265 	config/tc-or1k.h \
    266 	config/tc-pdp11.h \
    267 	config/tc-pj.h \
    268 	config/tc-ppc.h \
    269 	config/tc-pru.h \
    270 	config/tc-riscv.h \
    271 	config/tc-rl78.h \
    272 	config/tc-rx.h \
    273 	config/tc-s390.h \
    274 	config/tc-score.h \
    275 	config/tc-sh.h \
    276 	config/tc-sparc.h \
    277 	config/tc-spu.h \
    278 	config/tc-tic30.h \
    279 	config/tc-tic4x.h \
    280 	config/tc-tic54x.h \
    281 	config/tc-tic6x.h \
    282 	config/tc-tilegx.h \
    283 	config/tc-tilepro.h \
    284 	config/tc-v850.h \
    285 	config/tc-vax.h \
    286 	config/tc-visium.h \
    287 	config/tc-wasm32.h \
    288 	config/tc-xstormy16.h \
    289 	config/tc-xgate.h \
    290 	config/tc-xtensa.h \
    291 	config/tc-z80.h \
    292 	config/tc-z8k.h
    293 
    294 TARGET_EXTRA_FILES = \
    295 	config/bfin-lex-wrapper.c \
    296 	config/xtensa-relax.c \
    297 	config/xtensa-relax.h \
    298 	config/kvx-parse.h \
    299 	config/kvx-parse.c
    300 
    301 # OBJ files in config
    302 
    303 OBJ_FORMAT_CFILES = \
    304 	config/obj-aout.c \
    305 	config/obj-coff.c \
    306 	config/obj-ecoff.c \
    307 	config/obj-elf.c \
    308 	config/obj-evax.c \
    309 	config/obj-fdpicelf.c \
    310 	config/obj-macho.c \
    311 	config/obj-multi.c \
    312 	config/obj-som.c
    313 
    314 OBJ_FORMAT_HFILES = \
    315 	config/obj-aout.h \
    316 	config/obj-coff.h \
    317 	config/obj-ecoff.h \
    318 	config/obj-elf.h \
    319 	config/obj-evax.h \
    320 	config/obj-fdpicelf.h \
    321 	config/obj-macho.h \
    322 	config/obj-multi.h \
    323 	config/obj-som.h
    324 
    325 # Emulation header files in config
    326 
    327 TARG_ENV_HFILES = \
    328 	config/te-386bsd.h \
    329 	config/te-aix5.h \
    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 \
    340 	config/te-gnu.h \
    341 	config/te-go32.h \
    342 	config/te-hppa.h \
    343 	config/te-hppa64.h \
    344 	config/te-hppalinux64.h \
    345 	config/te-ia64aix.h \
    346 	config/te-interix.h \
    347 	config/te-lynx.h \
    348 	config/te-macos.h \
    349 	config/te-nbsd.h \
    350 	config/te-nbsd532.h \
    351 	config/te-pc532mach.h \
    352 	config/te-pe.h \
    353 	config/te-solaris.h \
    354 	config/te-tmips.h \
    355 	config/te-vxworks.h \
    356 	config/te-wince-pe.h
    357 
    358 TARG_ENV_CFILES = \
    359 	config/te-vms.c
    360 
    361 # Multi files in config
    362 
    363 MULTI_CFILES = \
    364 	config/e-crisaout.c \
    365 	config/e-criself.c \
    366 	config/e-i386aout.c \
    367 	config/e-i386coff.c \
    368 	config/e-i386elf.c \
    369 	config/e-mipself.c
    370 
    371 CONFIG_ATOF_CFILES = \
    372 	config/atof-ieee.c \
    373 	config/atof-vax.c
    374 
    375 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
    376 	$(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
    377 	$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
    378 	$(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
    379 po/POTFILES.in: @MAINT@ Makefile
    380 	for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
    381 	  && mv tmp $(srcdir)/po/POTFILES.in
    382 
    383 # Note: GASP is now deprecated and has been removed.  It is still
    384 # available in the CVS archive or older binutils releases if it is needed.
    385 noinst_PROGRAMS = as-new
    386 noinst_SCRIPTS = $(GDBINIT)
    387 EXTRA_SCRIPTS = .gdbinit
    388 
    389 EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
    390 	config/bfin-parse.c config/bfin-parse.h config/bfin-lex.c \
    391 	config/rl78-parse.c config/rl78-parse.h \
    392 	config/rx-parse.c config/rx-parse.h \
    393 	config/loongarch-parse.c config/loongarch-parse.h config/loongarch-lex.c
    394 
    395 diststuff: $(EXTRA_DIST) info
    396 
    397 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
    398 
    399 # Now figure out from those variables how to compile and link.
    400 
    401 BASEDIR = $(srcdir)/..
    402 BFDDIR = $(BASEDIR)/bfd
    403 INCDIR = $(BASEDIR)/include
    404 
    405 # This is the variable actually used when we compile.
    406 # Specify the directories to be searched for header files.
    407 # Both . and srcdir are used, in that order,
    408 # so that tm.h and config.h will be found in the compilation
    409 # subdirectory rather than in the source directory.
    410 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
    411 	-I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
    412 	-DLOCALEDIR="\"$(datadir)/locale\""
    413 
    414 # How to link with both our special library facilities
    415 # and the system's installed libraries.
    416 
    417 GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
    418 
    419 # Files to be copied away after each stage in building.
    420 STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
    421 
    422 as_new_SOURCES = $(GAS_CFILES)
    423 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
    424 	$(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) $(ZLIB) $(ZSTD_LIBS)
    425 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
    426 	$(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
    427 EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
    428 	$(TARGET_CPU_HFILES) $(TARGET_EXTRA_FILES) $(TARG_ENV_CFILES) \
    429 	$(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \
    430 	$(CONFIG_ATOF_CFILES) $(MULTI_CFILES)
    431 
    432 EXPECT = expect
    433 RUNTEST = runtest
    434 RUNTESTFLAGS=
    435 
    436 check-DEJAGNU: site.exp
    437 	if [ -d testsuite ]; then \
    438 	  true; \
    439 	else \
    440 	  mkdir testsuite; \
    441 	fi
    442 	rm -f testsuite/site.exp
    443 	cp site.exp testsuite/site.exp
    444 	rootme=`pwd`; export rootme; \
    445 	srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
    446 	LC_ALL=C; export LC_ALL; \
    447 	EXPECT=${EXPECT} ; export EXPECT ; \
    448 	runtest=$(RUNTEST); \
    449 	cd testsuite; \
    450 	if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
    451 	  $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
    452 		$(RUNTESTFLAGS); \
    453 	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
    454 	fi
    455 
    456 development.exp: $(BFDDIR)/development.sh
    457 	$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh  \
    458 	  | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
    459 
    460 config/tc-i386.o: $(srcdir)/../opcodes/i386-init.h $(srcdir)/../opcodes/i386-tbl.h
    461 
    462 i386_tbl_deps = $(srcdir)/../opcodes/i386-opc.tbl \
    463 	$(srcdir)/../opcodes/i386-reg.tbl \
    464 	$(srcdir)/../opcodes/i386-gen.c $(srcdir)/../opcodes/i386-opc.h
    465 
    466 $(srcdir)/../opcodes/i386%init.h $(srcdir)/../opcodes/i386%tbl.h $(srcdir)/../opcodes/i386%mnem.h: @MAINT@ $(i386_tbl_deps)
    467 	@echo '"$@" is outdated wrt "$?"' >&2
    468 	@echo 'Please rebuild from the top level or in $(CURDIR)/../opcodes/' >&2
    469 	@false
    470 
    471 EXTRA_as_new_SOURCES += config/m68k-parse.y
    472 config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
    473 	@echo "NOT REBUILDING $@"
    474 NetBSD_DISABLED_config_m68k-parse.c:
    475 	$(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
    476 config/m68k-parse.h: config/m68k-parse.c
    477 	@true
    478 
    479 EXTRA_as_new_SOURCES += config/bfin-parse.y
    480 config/bfin-parse.c: $(srcdir)/config/bfin-parse.y
    481 	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c $@ y.tab.h config/bfin-parse.h -- $(YACCCOMPILE) -d ;
    482 config/bfin-parse.h: config/bfin-parse.c
    483 	@true
    484 
    485 EXTRA_as_new_SOURCES += config/bfin-lex.l
    486 config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
    487 	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
    488 
    489 config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
    490 
    491 EXTRA_as_new_SOURCES += config/rl78-parse.y
    492 config/rl78-parse.c: $(srcdir)/config/rl78-parse.y
    493 	$(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c $@ y.tab.h config/rl78-parse.h -- $(YACCCOMPILE) -d ;
    494 config/rl78-parse.h: config/rl78-parse.c
    495 	@true
    496 
    497 EXTRA_as_new_SOURCES += config/rx-parse.y
    498 config/rx-parse.c: $(srcdir)/config/rx-parse.y
    499 	$(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c $@ y.tab.h config/rx-parse.h -- $(YACCCOMPILE) -d ;
    500 config/rx-parse.h: config/rx-parse.c
    501 	@true
    502 
    503 # The LoongArch lexical analyzer and parser.
    504 EXTRA_as_new_SOURCES += config/loongarch-parse.y
    505 config/loongarch-parse.c: $(srcdir)/config/loongarch-parse.y
    506 	$(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-parse.y y.tab.c $@ y.tab.h config/loongarch-parse.h -- $(YACCCOMPILE) -d ;
    507 config/loongarch-parse.h: config/loongarch-parse.c
    508 	@true
    509 
    510 EXTRA_as_new_SOURCES += config/loongarch-lex.l
    511 config/loongarch-lex.c: $(srcdir)/config/loongarch-lex.l
    512 	$(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
    513 
    514 config/loongarch-lex-wrapper.@OBJEXT@: config/loongarch-lex.c config/loongarch-parse.h
    515 
    516 # The mips instruction table specification lexical analyzer and parser.
    517 
    518 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
    519 
    520 itbl-parse.c: $(srcdir)/itbl-parse.y
    521 	$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
    522 
    523 itbl-parse.h: itbl-parse.c
    524 	@true
    525 
    526 itbl-ops.@OBJEXT@: itbl-parse.h
    527 
    528 # stand-alone itbl assembler & disassembler
    529 
    530 EXTRA_PROGRAMS = itbl-test
    531 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
    532 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
    533 
    534 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
    535 if am__fastdepCC
    536 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
    537 	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    538 else
    539 if AMDEP
    540 	source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@
    541 	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    542 endif
    543 	$(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
    544 endif
    545 
    546 itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
    547 if am__fastdepCC
    548 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
    549 	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    550 else
    551 if AMDEP
    552 	source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@
    553 	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    554 endif
    555 	$(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
    556 endif
    557 
    558 # CGEN interface.
    559 
    560 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
    561 
    562 cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
    563 	$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
    564 	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
    565 	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
    566 
    567 # Remake the info files.
    568 
    569 MOSTLYCLEANFILES = $(STAGESTUFF) core \
    570 	testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
    571 	testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
    572 
    573 .PHONY: install-exec-local install-data-local
    574 .PHONY: install-exec-bindir install-exec-tooldir
    575 
    576 install-exec-local: install-exec-bindir @install_tooldir@
    577 
    578 install-exec-bindir: $(noinst_PROGRAMS)
    579 	$(mkinstalldirs) $(DESTDIR)$(bindir)
    580 	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
    581 	  if test -f $$p; then \
    582 	    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)/'`"; \
    583 	    $(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)/'`; \
    584 	  else :; fi; \
    585 	done
    586 
    587 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
    588 	$(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
    589 	n=`echo as | sed '$(transform)'`; \
    590 	if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
    591 	  rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
    592 	  ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
    593 	    || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
    594 	else \
    595 	  true ; \
    596 	fi
    597 
    598 # These exist for maintenance purposes.
    599 
    600 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
    601 
    602 bootstrap: as-new$(EXEEXT)
    603 	$(MAKE) stage1
    604 	rm -f stage && ln -s stage1 stage
    605 	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
    606 	$(MAKE) stage2
    607 	rm -f stage && ln -s stage2 stage
    608 	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
    609 	$(MAKE) comparison against=stage2
    610 
    611 bootstrap2:
    612 	rm -f stage && ln -s stage1 stage
    613 	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
    614 	$(MAKE) stage2
    615 	rm -f stage && ln -s stage2 stage
    616 	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
    617 	$(MAKE) comparison against=stage2
    618 
    619 bootstrap3:
    620 	rm -f stage && ln -s stage2 stage
    621 	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
    622 	$(MAKE) comparison against=stage2
    623 
    624 # Copy the object files from a particular stage into a subdirectory.
    625 stage1:
    626 	-mkdir stage1
    627 	-mv $(STAGESTUFF) stage1
    628 	if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
    629 
    630 stage2:
    631 	-mkdir stage2
    632 	-mv $(STAGESTUFF) stage2
    633 	if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
    634 
    635 stage3:
    636 	-mkdir stage3
    637 	-mv $(STAGESTUFF) stage3
    638 	if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
    639 
    640 against=stage2
    641 
    642 comparison:
    643 	x=0 ; \
    644 	for file in *.@OBJEXT@ ; do \
    645 	  f1=./$$file; f2=${against}/$$file; \
    646 	  $(do_compare) > /dev/null 2>&1; \
    647 	  if test $$? -ne 0; then \
    648 	    echo $$file differs ; \
    649 	    x=1 ; \
    650 	  fi ; \
    651 	done ; \
    652 	exit $$x
    653 	-rm -f tmp-foo*
    654 
    655 .PHONY: de-stage1 de-stage2 de-stage3
    656 
    657 de-stage1:
    658 	- (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
    659 	- rmdir stage1
    660 
    661 de-stage2:
    662 	- (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
    663 	- rmdir stage2
    664 
    665 de-stage3:
    666 	- (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
    667 	- rmdir stage3
    668 
    669 # Reconfigure if configure.tgt changes.
    670 # development.sh is used to determine -Werror default.
    671 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
    672 
    673 EXTRA_DEJAGNU_SITE_CONFIG = development.exp
    674 
    675 include doc/local.mk
    676