Changeset 719fdbc
- Timestamp:
- Jul 22, 2024, 12:10:48 PM (7 weeks ago)
- Branches:
- master
- Children:
- 1f922f4, ead3858
- Parents:
- 4002956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/prettyprinter/Makefile.am
r4002956 r719fdbc 11 11 ## Created On : Wed Jun 28 12:07:10 2017 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat Jul 20 12:07:15202414 ## Update Count : 2 413 ## 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
Note: See TracChangeset
for help on using the changeset viewer.