Skip to content

Commit

Permalink
Alloc CFLAGS to be set on the 'make' command line
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattes committed Jan 8, 2025
1 parent aeb571f commit 70f9c9f
Show file tree
Hide file tree
Showing 32 changed files with 64 additions and 65 deletions.
4 changes: 2 additions & 2 deletions b3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -52,7 +52,7 @@ INSTALL_DATA = @INSTALL_DATA@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include -I$(TOP)/Common/b3270 -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions c3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -52,7 +52,7 @@ INSTALL_DATA = @INSTALL_DATA@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I. -I$(THIS) -I$(TOP)/Common/c3270 -I$(TOP)/Common -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions lib/3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,7 +49,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@

$(LIB3270): $(OBJS) $(INCS)
$(AR) cr $@ $(OBJS)
Expand Down
4 changes: 2 additions & 2 deletions lib/3270/Makefile.test.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,7 +39,7 @@ DEVNAME_OBJS = devname_test.o devname.o varbuf.o sa_malloc.o

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) -fprofile-arcs -ftest-coverage @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) -fprofile-arcs -ftest-coverage @CFLAGS@

test: json_test bind_opts_test utf8_test uri_test devname_test
$(RM) json_test.gcda bind_opts_test.gcda utf8_test.gcda devname_test.gcda
Expand Down
4 changes: 2 additions & 2 deletions lib/3270i/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -48,7 +48,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@

$(LIB3270I): $(OBJS) $(INCS)
$(AR) cr $@ $(OBJS)
Expand Down
4 changes: 2 additions & 2 deletions lib/3270stubs/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -48,7 +48,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@

$(LIBSTUBS): $(OBJS) $(INCS)
$(AR) cr $@ $(OBJS)
Expand Down
4 changes: 2 additions & 2 deletions lib/32xx/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -48,7 +48,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@

$(LIB32XX): $(OBJS) $(INCS)
$(AR) cr $@ $(OBJS)
Expand Down
4 changes: 2 additions & 2 deletions lib/32xx/Makefile.test.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -37,7 +37,7 @@ OBJS = $(BASE64_OBJS) $(XPOPEN_OBJS)

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(THIS)/../include/unix -I$(THIS)/../include -I$(TOP)/include @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) -fprofile-arcs -ftest-coverage @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) -fprofile-arcs -ftest-coverage @CFLAGS@

test: base64_test xpopen_test
$(RM) base64_test.gcda
Expand Down
4 changes: 2 additions & 2 deletions lib/libexpat/Makefile.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ LIBEXPAT = libexpat.a
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(TOP)/Common/libexpat/expat/lib -I$(THIS)/../include -I$(TOP)/include -DWIN32 -DCOMPILED_FROM_DSP
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS)

all:: $(LIBEXPAT)

Expand Down
4 changes: 2 additions & 2 deletions lib/w3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ LIB3270 = lib3270.a
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)

all:: $(LIB3270)

Expand Down
4 changes: 2 additions & 2 deletions lib/w3270/Makefile.test.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -37,7 +37,7 @@ URI_OBJS = uri_test.o uri.o percent_decode.o varbuf.o sa_malloc.o snprintf.o asp
DEVNAME_OBJS = devname_test.o devname.o varbuf.o sa_malloc.o snprintf.o asprintf.o

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)

test: json_test bind_opts_test utf8_test uri_test devname_test
@case `uname -s` in \
Expand Down
4 changes: 2 additions & 2 deletions lib/w3270i/Makefile.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ LIB3270I = lib3270i.a
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)

all:: $(LIB3270I)

Expand Down
4 changes: 2 additions & 2 deletions lib/w3270stubs/Makefile.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ LIB3270 = lib3270stubs.a
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I$(THIS) -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)

all:: $(LIB3270)

Expand Down
4 changes: 2 additions & 2 deletions lib/w32xx/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2022 Pau5 Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ LIB32XX = lib32xx.a
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I$(THIS) -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)

all:: $(LIB32XX)

Expand Down
4 changes: 2 additions & 2 deletions lib/w32xx/Makefile.test.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2022 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -33,7 +33,7 @@ all: test
BASE64_OBJS = base64_test.o base64.o sa_malloc.o snprintf.o asprintf.o

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(THIS)/../include/windows -I$(THIS)/../include -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror $(XCPPFLAGS) $(SSLCPP)

test: base64_test
@case `uname -s` in \
Expand Down
4 changes: 2 additions & 2 deletions mitm/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2009, 2013-2018, 2020 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -51,7 +51,7 @@ INSTALL_DATA = @INSTALL_DATA@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions mkfb/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -42,7 +42,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include -DFOR_WIN32 @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions mkicon/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -42,7 +42,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include -DFOR_WIN32 @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions mkkeypad/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -42,7 +42,7 @@ LIBX3270DIR = @LIBX3270DIR@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions playback/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -36,7 +36,7 @@ include playback_files.mk libs.mk

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
5 changes: 2 additions & 3 deletions pr3287/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2023 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,8 +39,7 @@ sysconfdir = @sysconfdir@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = @CPPFLAGS@ -I$(THIS) -I$(TOP)/include
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) \
-DLIBX3270DIR=\"@LIBX3270DIR@\" @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) -DLIBX3270DIR=\"@LIBX3270DIR@\" @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
Expand Down
4 changes: 2 additions & 2 deletions s3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1999-2024 Paul Mattes.
# Copyright (c) 1999-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -52,7 +52,7 @@ INSTALL_DATA = @INSTALL_DATA@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include -I$(TOP)/Common/s3270 -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions tcl3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1993-2024 Paul Mattes.
# Copyright (c) 1993-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -53,7 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@

CCOPTIONS = @CCOPTIONS@
XCPPFLAGS = -I$(THIS) -I$(TOP)/include -DLIBX3270DIR=\"$(LIBX3270DIR)\" @CPPFLAGS@
CFLAGS = $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
override CFLAGS += $(CCOPTIONS) $(CDEBUGFLAGS) $(XCPPFLAGS) @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

Expand Down
4 changes: 2 additions & 2 deletions wb3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2024 Paul Mattes.
# Copyright (c) 2007-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -DWIN32_LEAN_AND_MEAN -I$(THIS) -I$(TOP)/Common/s3270 -I$(TOP)/include -I$(TOP)/extern/libexpat/expat/lib
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS) $(SSLCPP)

OBJ = o
ifdef WIN64
Expand Down
4 changes: 2 additions & 2 deletions wc3270/Makefile.obj.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2024 Paul Mattes.
# Copyright (c) 2007-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I. -I$(THIS) -I$(TOP)/Common/c3270 -I$(TOP)/Common -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -Wno-format-zero-length -MMD -MP $(XCPPFLAGS)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -Wno-format-zero-length -MMD -MP $(XCPPFLAGS)

ifdef WIN64
HOST = win64
Expand Down
4 changes: 2 additions & 2 deletions wmitm/Makefile.obj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2024 Paul Mattes.
# Copyright (c) 2007-2025 Paul Mattes.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@
include winenv.mk

XCPPFLAGS = $(WIN32_FLAGS) -I$(THIS) -I$(TOP)/mitm -I$(TOP)/include
CFLAGS = $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS)
override CFLAGS += $(EXTRA_FLAGS) -g -Wall -Werror -MMD -MP $(XCPPFLAGS)

ifdef WIN64
HOST = win64
Expand Down
Loading

0 comments on commit 70f9c9f

Please sign in to comment.