Changeset cd7ef0b for src/Makefile.in


Ignore:
Timestamp:
Aug 10, 2017, 3:39:11 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
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:
38d70ab
Parents:
275f4b4 (diff), e1780a2 (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' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r275f4b4 rcd7ef0b  
    262262am_driver_cfa_cpp_OBJECTS = $(am__objects_1)
    263263driver_cfa_cpp_OBJECTS = $(am_driver_cfa_cpp_OBJECTS)
    264 am__DEPENDENCIES_1 =
    265 driver_cfa_cpp_DEPENDENCIES = $(am__DEPENDENCIES_1)
     264driver_cfa_cpp_DEPENDENCIES =
    266265driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \
    267266        $(driver_cfa_cpp_LDFLAGS) $(LDFLAGS) -o $@
     
    548547cfa_cpplibdir = ${CFA_LIBDIR}
    549548driver_cfa_cpp_SOURCES = ${SRC}
    550 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl                   # yywrap
     549driver_cfa_cpp_LDADD = -ldl                     # yywrap
    551550driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
    552551driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
Note: See TracChangeset for help on using the changeset viewer.