Changeset aa3bfc3


Ignore:
Timestamp:
Jul 20, 2024, 1:49:32 PM (17 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4002956
Parents:
ce0b8b8
Message:

get tools/prettyprinter to build in the distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/Makefile.am

    rce0b8b8 raa3bfc3  
    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 : Sat Jul 20 12:07:15 2024
     14## Update Count     : 24
    1515###############################################################################
    1616
     
    3030tools_prettyprinter_PROGRAMS = pretty
    3131tools_prettyprinterdir = ../
    32 nodist_pretty_SOURCES = ${SRC}
     32pretty_SOURCES = ${SRC}
    3333pretty_LDADD = ${LEXLIB} -ldl                   # yywrap
    3434pretty_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.