Ignore:
Timestamp:
Jul 22, 2024, 12:10:48 PM (4 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
4002956
Message:

second attempt to get tools/prettyprinter to build in the distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/Makefile.am

    r4002956 r719fdbc  
    1111## Created On       : Wed Jun 28 12:07:10 2017
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat Jul 20 12:07:15 2024
    14 ## Update Count     : 24
     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
Note: See TracChangeset for help on using the changeset viewer.