Changeset 9a1e509 for src/Makefile.in


Ignore:
Timestamp:
Jul 13, 2017, 3:57:23 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
bf30ab3
Parents:
1d776fd (diff), 3d4b23fa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r1d776fd r9a1e509  
    546546driver_cfa_cpp_SOURCES = ${SRC}
    547547driver_cfa_cpp_LDADD = ${LEXLIB} -ldl                   # yywrap
    548 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
     548driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
    549549driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
    550550all: $(BUILT_SOURCES)
     
    562562          esac; \
    563563        done; \
    564         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
     564        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
    565565        $(am__cd) $(top_srcdir) && \
    566           $(AUTOMAKE) --gnu src/Makefile
     566          $(AUTOMAKE) --foreign src/Makefile
    567567Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    568568        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.