Changeset 0b6c1c9 for src/Makefile.am


Ignore:
Timestamp:
May 7, 2024, 7:04:31 PM (2 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
6d9aa79
Parents:
c333ed2 (diff), 083e637 (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.am

    rc333ed2 r0b6c1c9  
    1919ACLOCAL_AMFLAGS  = -I automake
    2020
    21 SRC = main.cc \
    22         CompilationState.cc \
    23         CompilationState.h \
     21SRC = main.cpp \
     22        CompilationState.cpp \
     23        CompilationState.hpp \
    2424        MakeLibCfa.cpp \
    25         MakeLibCfa.h
     25        MakeLibCfa.hpp
    2626
    27 SRCDEMANGLE = CompilationState.cc
     27SRCDEMANGLE = CompilationState.cpp
    2828
    2929MAINTAINERCLEANFILES =
     
    5555$(addprefix $(srcdir)/, ResolvExpr/ConversionCost.cc ResolvExpr/CommonType.cc SymTab/ManglerCommon.cc) : $(srcdir)/AST/BasicKind.hpp
    5656
    57 $(srcdir)/AST/BasicKind.hpp : BasicTypes-gen.cc
     57$(srcdir)/AST/BasicKind.hpp : BasicTypes-gen.cpp
    5858        ${AM_V_GEN}${CXXCOMPILE} $< -o BasicTypes-gen -Wall -Wextra -Werror=return-type
    5959        @./BasicTypes-gen
Note: See TracChangeset for help on using the changeset viewer.