Changeset a03ed29 for tools


Ignore:
Timestamp:
Jul 24, 2024, 7:11:32 PM (18 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
5aeb1a9
Parents:
e561551 (diff), b6923b17 (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:

conclude merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/Makefile.am

    re561551 ra03ed29  
    1111## Created On       : Wed Jun 28 12:07:10 2017
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Thu Jan 28 08:48:22 2021
    14 ## Update Count     : 23
     13## Last Modified On : Mon Jul 22 11:33:01 2024
     14## Update Count     : 25
    1515###############################################################################
    1616
     
    2222AM_YFLAGS = -d -t -v -Wno-yacc
    2323
    24 SRC = lex.ll \
     24SRC = ParserTypes.h \
     25      filter.cc \
     26      filter.h \
     27      lex.ll \
     28      main.cc \
    2529      parser.yy \
    2630      token.cc \
    27       filter.cc \
    28       main.cc
     31      token.h
    2932
    3033tools_prettyprinter_PROGRAMS = pretty
    3134tools_prettyprinterdir = ../
    32 nodist_pretty_SOURCES = ${SRC}
     35pretty_SOURCES = ${SRC}
    3336pretty_LDADD = ${LEXLIB} -ldl                   # yywrap
    3437pretty_CXXFLAGS = -Wno-deprecated -Wall -Wextra -Werror=return-type -DYY_NO_INPUT -O2 -g -std=c++14
Note: See TracChangeset for help on using the changeset viewer.