X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=1b5a80f562aa66f2e0106bfd3a6683fb78d3b2cd;hp=a2a6b777c44326e1ea004c7a5284ebdc40c41bdd;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=5461fc336d03fbfea6b85ac21c6d49c528f6752d diff --git a/progs/Makefile.in b/progs/Makefile.in index a2a6b777..1b5a80f5 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.101 2016/12/31 15:05:18 tom Exp $ +# $Id: Makefile.in,v 1.105 2020/07/18 18:48:31 tom Exp $ ############################################################################## -# Copyright (c) 1998-2015,2016 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"), # @@ -78,7 +79,7 @@ LIBTOOL_INSTALL = @LIB_INSTALL@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@ INSTALL = @INSTALL@ -INSTALL_PROG = @INSTALL_PROGRAM@ +INSTALL_PROG = @INSTALL_PROGRAM@ @INSTALL_OPT_S@ transform = @program_transform_name@ AWK = @AWK@ @@ -97,9 +98,9 @@ CPPFLAGS = -DHAVE_CONFIG_H -I../progs @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) CFLAGS_LIBTOOL = $(CCFLAGS) -CFLAGS_NORMAL = $(CCFLAGS) -CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE -CFLAGS_PROFILE = $(CCFLAGS) -pg +CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC +CFLAGS_DEBUG = $(CCFLAGS) -DNCURSES_STATIC @CC_G_OPT@ -DTRACE +CFLAGS_PROFILE = $(CCFLAGS) -DNCURSES_STATIC -pg CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@ CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)