Changeset e9546f9 for src/Makefile.in


Ignore:
Timestamp:
Jul 22, 2018, 2:37:05 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
46782ab5
Parents:
982b0a5
Message:

Out of source tree build seem to work, except for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r982b0a5 re9546f9  
    327327    *) (install-info --version) >/dev/null 2>&1;; \
    328328  esac
    329 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     329am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
     330        $(LISP)config.h.in
    330331# Read a list of newline-separated strings from the standard input,
    331332# and print each of them once, without duplicates.  Input order is
     
    541542driver_cfa_cpp_SOURCES = ${SRC}
    542543driver_cfa_cpp_LDADD = -ldl                     # yywrap
    543 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
     544driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I${abs_top_srcdir}/src/Parser -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14
    544545driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic
    545546all: $(BUILT_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.