From Craig Silverstein: x86_64 support.
[deliverable/binutils-gdb.git] / gold / Makefile.in
index 3ca6b8cd5813f152fe9d94dfdb80a2387ee8bfac..5db510ed1611661e20b1aa5a430782c1e5deed56 100644 (file)
@@ -325,10 +325,10 @@ YFILES = \
 
 EXTRA_DIST = yyscript.c yyscript.h
 TARGETSOURCES = \
-       i386.cc
+       i386.cc x86_64.cc
 
 ALL_TARGETOBJS = \
-       i386.$(OBJEXT)
+       i386.$(OBJEXT) x86_64.$(OBJEXT)
 
 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
 sources_var = main.cc
@@ -465,6 +465,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
 
 .c.o:
This page took 0.023228 seconds and 4 git commands to generate.