Changeset b7fe2e6 for src


Ignore:
Timestamp:
Aug 25, 2020, 4:01:33 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
856dff8
Parents:
5339a87
Message:

Distribution now correctly handles libcfa but requires handcrafted Makefile.
This is a step forward but can't work in practice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r5339a87 rb7fe2e6  
    6868___driver_cfa_cpp_SOURCES = $(SRC)
    6969___driver_cfa_cpp_LDADD = -ldl $(LIBPROFILER) $(LIBTCMALLOC)
    70 EXTRA_DIST = include/cassert include/optional
     70EXTRA_DIST = include/cassert include/optional BasicTypes-gen.cc
    7171
    7272AM_CXXFLAGS = @HOST_FLAGS@ -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I$(srcdir)/Parser -I$(srcdir)/include -DYY_NO_INPUT -O3 -g -std=c++14 $(TCMALLOCFLAG)
Note: See TracChangeset for help on using the changeset viewer.