2002-04-21 23:57:24 +00:00
|
|
|
# List of source files containing translatable strings.
|
2017-07-10 01:52:28 +00:00
|
|
|
# Copyright (C) 2000-2017 Free Software Foundation, Inc.
|
2006-02-11 19:02:21 +00:00
|
|
|
# This file is part of GNU Make.
|
|
|
|
#
|
2007-07-04 19:35:15 +00:00
|
|
|
# GNU Make is free software; you can redistribute it and/or modify it under
|
|
|
|
# the terms of the GNU General Public License as published by the Free Software
|
|
|
|
# Foundation; either version 3 of the License, or (at your option) any later
|
|
|
|
# version.
|
2006-02-11 19:02:21 +00:00
|
|
|
#
|
|
|
|
# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
2007-07-04 19:35:15 +00:00
|
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
|
|
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
|
|
# details.
|
2006-02-11 19:02:21 +00:00
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License along with
|
2007-07-04 19:35:15 +00:00
|
|
|
# this program. If not, see <http://www.gnu.org/licenses/>.
|
2002-04-21 23:57:24 +00:00
|
|
|
|
Rework directory structure to use GNU-recommended "src" directory.
Move the source code (other than glob) into the "src" subdirectory.
Update all scripting and recommendations to support this change.
* *.c, *.h, w32/*: Move to src/
* configure.ac, Makefile.am, maintMakefile: Locate new source files.
* Basic.mk.template, mk/*: Update for new source file locations.
* NEWS, README.DOS.template: Update for new locations.
* build.template, build_w32.bat, builddos.bat: Ditto.
* po/POTFILES.in: Ditto
* tests/run_make_tests.pl, tests/scripts/features/load*: Ditto.
* make.1: Move to doc.
* mk/VMS.mk: Add support for building on VMS (hopefully).
* makefile.vms, prepare_w32.bat: Remove.
* SCOPTIONS: Update to define HAVE_CONFIG_H
2017-11-19 18:49:26 +00:00
|
|
|
src/ar.c
|
|
|
|
src/arscan.c
|
|
|
|
src/commands.c
|
|
|
|
src/dir.c
|
|
|
|
src/expand.c
|
|
|
|
src/file.c
|
|
|
|
src/function.c
|
|
|
|
src/getopt.c
|
|
|
|
src/guile.c
|
|
|
|
src/hash.c
|
|
|
|
src/implicit.c
|
|
|
|
src/job.c
|
|
|
|
src/load.c
|
|
|
|
src/main.c
|
|
|
|
src/misc.c
|
|
|
|
src/output.c
|
|
|
|
src/output.h
|
|
|
|
src/posixos.c
|
|
|
|
src/read.c
|
|
|
|
src/remake.c
|
|
|
|
src/remote-cstms.c
|
|
|
|
src/rule.c
|
|
|
|
src/signame.c
|
|
|
|
src/strcache.c
|
|
|
|
src/variable.c
|
|
|
|
src/variable.h
|
|
|
|
src/vmsfunctions.c
|
|
|
|
src/vmsjobs.c
|
|
|
|
src/vpath.c
|
|
|
|
src/w32/w32os.c
|