| OLD | NEW |
| 1 ## Process this file with automake to generate Makefile.in | 1 ## Process this file with automake to generate Makefile.in |
| 2 | 2 |
| 3 AUTOMAKE_OPTIONS = 1.11 foreign no-dist | 3 AUTOMAKE_OPTIONS = 1.11 foreign no-dist |
| 4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd | 4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 5 | 5 |
| 6 # Build '.' first so all generated files exist. | 6 # Build '.' first so all generated files exist. |
| 7 SUBDIRS = . po | 7 SUBDIRS = . po |
| 8 | 8 |
| 9 INCDIR = $(srcdir)/../include | 9 INCDIR = $(srcdir)/../include |
| 10 BFDDIR = $(srcdir)/../bfd | 10 BFDDIR = $(srcdir)/../bfd |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 xc16x-desc.c \ | 227 xc16x-desc.c \ |
| 228 xc16x-dis.c \ | 228 xc16x-dis.c \ |
| 229 xc16x-ibld.c \ | 229 xc16x-ibld.c \ |
| 230 xc16x-opc.c \ | 230 xc16x-opc.c \ |
| 231 xstormy16-asm.c \ | 231 xstormy16-asm.c \ |
| 232 xstormy16-desc.c \ | 232 xstormy16-desc.c \ |
| 233 xstormy16-dis.c \ | 233 xstormy16-dis.c \ |
| 234 xstormy16-ibld.c \ | 234 xstormy16-ibld.c \ |
| 235 xstormy16-opc.c \ | 235 xstormy16-opc.c \ |
| 236 xtensa-dis.c \ | 236 xtensa-dis.c \ |
| 237 xgate-dis.c \ |
| 238 xgate-opc.c \ |
| 237 z80-dis.c \ | 239 z80-dis.c \ |
| 238 z8k-dis.c | 240 z8k-dis.c |
| 239 | 241 |
| 240 # C source files that correspond to .o's ending up in libopcodes. | 242 # C source files that correspond to .o's ending up in libopcodes. |
| 241 LIBOPCODES_CFILES = \ | 243 LIBOPCODES_CFILES = \ |
| 242 $(TARGET_LIBOPCODES_CFILES) \ | 244 $(TARGET_LIBOPCODES_CFILES) \ |
| 243 dis-buf.c \ | 245 dis-buf.c \ |
| 244 dis-init.c \ | 246 dis-init.c \ |
| 245 disassemble.c | 247 disassemble.c |
| 246 | 248 |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 if am__fastdepCC | 560 if am__fastdepCC |
| 559 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(s
rcdir)/sh-dis.c | 561 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(s
rcdir)/sh-dis.c |
| 560 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | 562 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 561 else | 563 else |
| 562 if AMDEP | 564 if AMDEP |
| 563 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@ | 565 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 564 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 566 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 565 endif | 567 endif |
| 566 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c | 568 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c |
| 567 endif | 569 endif |
| OLD | NEW |