~m-grant-prg/swoc/jammy

« back to all changes in this revision

Viewing changes to src/prg/c/src/cli-prg/swocclient/Makefile.am

  • Committer: Mark Grant
  • Date: 2022-06-26 07:47:51 UTC
  • mfrom: (67.1.1 jammy-trunk)
  • Revision ID: m.grant.prg@gmail.com-20220626074751-j98omxukfeqapx7x
Merge from jammy-trunk.

New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# Script ID: src/prg/c/src/cli-prg/swocclient/Makefile.am               #
4
 
# Author: Copyright (C) 2015-2021  Mark Grant                           #
 
4
# Author: Copyright (C) 2015-2022  Mark Grant                           #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0-only                                 #
73
73
# 05/11/2021    MG      1.0.27  Use (non-)debug CPPFLAGS from configure #
74
74
#                               Use (non-)debug CFLAGS from configure   #
75
75
# 08/12/2021    MG      1.0.28  Tighten SPDX tag.                       #
 
76
# 06/06/2022    MG      1.0.29  Add compiler analyzer option.           #
76
77
#                                                                       #
77
78
#########################################################################
78
79
 
99
100
if SPARSE
100
101
AM_CFLAGS += -Wsparse-all -Wno-vla
101
102
endif
 
103
if ANALYZER
 
104
AM_CFLAGS += $(MG_ANALYZER_CFLAGS)
 
105
endif
102
106
AM_CFLAGS += $(LIBSWOCCLIENT_CFLAGS) $(LIBMGEC_CFLAGS)
103
107
 
104
108