diff -r 0c2ef191b22a -r d48f53715f77 stage3/Makefile.in --- a/stage3/Makefile.in Wed Feb 01 13:01:08 2012 +0000 +++ b/stage3/Makefile.in Wed Feb 01 19:49:11 2012 +0000 @@ -33,7 +33,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : DIST_COMMON = $(srcdir)/../common.mk $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in + $(srcdir)/Makefile.in TODO subdir = stage3 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -71,7 +71,9 @@ libstage3_a_AR = $(AR) $(ARFLAGS) libstage3_a_LIBADD = am_libstage3_a_OBJECTS = stage3.$(OBJEXT) \ - visit_expression_type.$(OBJEXT) + fill_candidate_datatypes.$(OBJEXT) \ + narrow_candidate_datatypes.$(OBJEXT) \ + print_datatypes_error.$(OBJEXT) datatype_functions.$(OBJEXT) libstage3_a_OBJECTS = $(am_libstage3_a_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config depcomp = $(SHELL) $(top_srcdir)/config/depcomp @@ -188,7 +190,10 @@ lib_LIBRARIES = libstage3.a libstage3_a_SOURCES = \ stage3.cc \ - visit_expression_type.cc + fill_candidate_datatypes.cc \ + narrow_candidate_datatypes.cc \ + print_datatypes_error.cc \ + datatype_functions.cc all: all-am @@ -267,8 +272,11 @@ distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datatype_functions.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fill_candidate_datatypes.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/narrow_candidate_datatypes.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_datatypes_error.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stage3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/visit_expression_type.Po@am__quote@ .cc.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<