Diff for /freem/src/Makefile.am between versions 1.8 and 1.12

version 1.8, 2025/04/02 02:22:49 version 1.12, 2025/04/12 00:42:07
Line 24 Line 24
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   Revision 1.12  2025/04/12 00:42:07  snw
   #   Remove -Wall and all supporting directives
   #
   #   Revision 1.11  2025/04/09 19:52:02  snw
   #   Eliminate as many warnings as possible while building with -Wall
   #
   #   Revision 1.10  2025/04/09 15:30:03  snw
   #   Check which platform builds fail with -Wall -pedantic
   #
   #   Revision 1.9  2025/04/08 14:45:33  snw
   #   Add global_bltin.h to src/Makefile.am
   #
 #   Revision 1.8  2025/04/02 02:22:49  snw  #   Revision 1.8  2025/04/02 02:22:49  snw
 #   Remove -Wformat-truncation  #   Remove -Wformat-truncation
 #  #
Line 41 Line 53
 # SPDX-License-Identifier: AGPL-3.0-or-later  # SPDX-License-Identifier: AGPL-3.0-or-later
 #  #
   
 AM_CFLAGS = -fsigned-char  AM_CFLAGS = -fsigned-char #-Wall
 AM_CPPFLAGS = -DHACK_NOXLATE -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\"  AM_CPPFLAGS = -DHACK_NOXLATE -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\"
   
 freem_headers = config.h errmsg.h events.h fmadm.h fma_globals.h fma_jobs.h \  freem_headers = config.h errmsg.h events.h fmadm.h fma_globals.h fma_jobs.h \
Line 49  freem_headers = config.h errmsg.h events Line 61  freem_headers = config.h errmsg.h events
                 init.h io_socket.h jnldefs.h journal.h libfill.h log.h mdebug.h \                  init.h io_socket.h jnldefs.h journal.h libfill.h log.h mdebug.h \
                 merge.h merr.h mpsdef0.h mpsdef.h mref.h mtok.h namespace.h sighnd.h ssvn_zrpi.h \                  merge.h merr.h mpsdef0.h mpsdef.h mref.h mtok.h namespace.h sighnd.h ssvn_zrpi.h \
                 transact.h version.h consttbl.h mwapi_window.h mwapi_event.h shmmgr.h locktab.h \                  transact.h version.h consttbl.h mwapi_window.h mwapi_event.h shmmgr.h locktab.h \
                 jobtab.h tp_check.h datatypes.h objects.h mcommand.h routine.h fs.h                  jobtab.h tp_check.h datatypes.h objects.h mcommand.h routine.h fs.h global_bltin.h
   
 freem_commands = cmd_map.c cmd_unmap.c cmd_then.c cmd_throw.c cmd_const.c cmd_kvalue.c \  freem_commands = cmd_map.c cmd_unmap.c cmd_then.c cmd_throw.c cmd_const.c cmd_kvalue.c \
                  cmd_ksubscripts.c cmd_tstart.c cmd_tcommit.c cmd_trollback.c cmd_if.c \                   cmd_ksubscripts.c cmd_tstart.c cmd_tcommit.c cmd_trollback.c cmd_if.c \

Removed from v.1.8  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>