X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=4606b25ccfa9eb983dedc73e7df35e524e6e6295;hp=b55057d88ef9e8922822173fd6a74a531950af9e;hb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;hpb=e33150410925e7858dacebb585a9bd90db683d86 diff --git a/progs/Makefile.in b/progs/Makefile.in index b55057d8..4606b25c 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.102 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.104 2020/05/24 01:40:20 anonymous.maarten Exp $ ############################################################################## -# Copyright (c) 1998-2016,2018 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2016,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -96,8 +97,8 @@ CPPFLAGS = -DHAVE_CONFIG_H -I../progs @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) -CFLAGS_LIBTOOL = $(CCFLAGS) -CFLAGS_NORMAL = $(CCFLAGS) +CFLAGS_LIBTOOL = $(CCFLAGS) -DNCURSES_STATIC +CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE CFLAGS_PROFILE = $(CCFLAGS) -pg CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@