1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Rely entirely on the GNU Build System.

* Makefile.vms: Remove file.
* INSTALL.vms: Remove file.
* Makefile.in (SOURCE_FILES): Remove them.
* Makefile.devel (src/config.h_vms): Remove target.
(totally-clean): Update.
* src/Makefile.in (GENERATED_FILES): Remove config.h_vms.
This commit is contained in:
Bruno Haible
2020-02-11 03:14:38 +01:00
parent e35c4c2cc4
commit 0a2ed64ff7
4 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
2020-02-10 Bruno Haible <bruno@clisp.org>
Rely entirely on the GNU Build System.
* Makefile.vms: Remove file.
* INSTALL.vms: Remove file.
* Makefile.in (SOURCE_FILES): Remove them.
* Makefile.devel (src/config.h_vms): Remove target.
(totally-clean): Update.
* src/Makefile.in (GENERATED_FILES): Remove config.h_vms.
2018-10-24 Bruno Haible <bruno@clisp.org>
Update after gnulib changed.

View File

@@ -4,7 +4,7 @@
SHELL = /bin/sh
MAKE = make
all : configures src/config.h.in src/config.h_vms
all : configures src/config.h.in
CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
@@ -31,12 +31,9 @@ check-configures : $(CONFIGURES)
src/config.h.in : src/configure.ac aclocal.m4
cd src && autoheader -I .. && rm -rf autom4te.cache
src/config.h_vms : src/config.h.in
cp src/config.h.in src/config.h_vms
totally-clean : force
rm -f $(CONFIGURES)
rm -f src/config.h.in src/config.h_vms
rm -f src/config.h.in
force :

View File

@@ -1,6 +1,6 @@
# Makefile for gperf
# Copyright (C) 1989, 1992-1993, 1998, 2012, 2016, 2018 Free Software Foundation, Inc.
# Copyright (C) 1989, 1992-1993, 1998, 2012, 2016, 2018, 2020 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -60,8 +60,8 @@ maintainer-clean : force
# List of source files.
SOURCE_FILES = \
README INSTALL.windows INSTALL.vms NEWS AUTHORS \
configure.ac aclocal.m4 Makefile.in Makefile.vms \
README INSTALL.windows NEWS AUTHORS \
configure.ac aclocal.m4 Makefile.in \
Makefile.devel ChangeLog
# List of distributed files imported from other packages.
IMPORTED_FILES = \

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/src
# Copyright (C) 1989, 1992-1993, 1998, 2000, 2002-2003, 2006, 2009, 2012 Free Software Foundation, Inc.
# Copyright (C) 1989, 1992-1993, 1998, 2000, 2002-2003, 2006, 2009, 2012, 2020 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -158,7 +158,7 @@ SOURCE_FILES = \
IMPORTED_FILES =
# List of distributed files generated by autotools or Makefile.devel.
GENERATED_FILES = \
configure config.h.in config.h_vms
configure config.h.in
# List of distributed files generated by "make".
DISTRIBUTED_BUILT_FILES =
# List of distributed files.