(root)/
make-4.4/
src/
mkconfig.h
       1  /* src/mkconfig.h.  Generated from mkconfig.h.in by configure.  */
       2  /* Autoconf values for use on non-POSIX systems.
       3  Copyright (C) 2022 Free Software Foundation, Inc.
       4  This file is part of GNU Make.
       5  
       6  GNU Make is free software; you can redistribute it and/or modify it under the
       7  terms of the GNU General Public License as published by the Free Software
       8  Foundation; either version 3 of the License, or (at your option) any later
       9  version.
      10  
      11  GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
      12  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
      13  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
      14  
      15  You should have received a copy of the GNU General Public License along with
      16  this program.  If not, see <https://www.gnu.org/licenses/>.  */
      17  
      18  /* Name of package */
      19  #define PACKAGE "make"
      20  
      21  /* Define to the address where bug reports for this package should be sent. */
      22  #define PACKAGE_BUGREPORT "bug-make@gnu.org"
      23  
      24  /* Define to the full name of this package. */
      25  #define PACKAGE_NAME "GNU Make"
      26  
      27  /* Define to the full name and version of this package. */
      28  #define PACKAGE_STRING "GNU Make 4.4"
      29  
      30  /* Define to the one symbol short name of this package. */
      31  #define PACKAGE_TARNAME "make"
      32  
      33  /* Define to the home page for this package. */
      34  #define PACKAGE_URL "https://www.gnu.org/software/make/"
      35  
      36  /* Define to the version of this package. */
      37  #define PACKAGE_VERSION "4.4"