- Timestamp:
- Jul 24, 2024, 7:11:32 PM (18 months ago)
- 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. - File:
-
- 1 edited
-
tools/prettyprinter/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/prettyprinter/Makefile.am
re561551 ra03ed29 11 11 ## Created On : Wed Jun 28 12:07:10 2017 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Thu Jan 28 08:48:22 202114 ## Update Count : 2 313 ## Last Modified On : Mon Jul 22 11:33:01 2024 14 ## Update Count : 25 15 15 ############################################################################### 16 16 … … 22 22 AM_YFLAGS = -d -t -v -Wno-yacc 23 23 24 SRC = lex.ll \ 24 SRC = ParserTypes.h \ 25 filter.cc \ 26 filter.h \ 27 lex.ll \ 28 main.cc \ 25 29 parser.yy \ 26 30 token.cc \ 27 filter.cc \ 28 main.cc 31 token.h 29 32 30 33 tools_prettyprinter_PROGRAMS = pretty 31 34 tools_prettyprinterdir = ../ 32 nodist_pretty_SOURCES = ${SRC}35 pretty_SOURCES = ${SRC} 33 36 pretty_LDADD = ${LEXLIB} -ldl # yywrap 34 37 pretty_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.