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