mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
fb779d2f1e
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
47 lines
1.1 KiB
Text
47 lines
1.1 KiB
Text
# List of source files containing translatable strings.
|
|
# Copyright (C) 2000-2017 Free Software Foundation, Inc.
|
|
# This file is part of GNU Make.
|
|
#
|
|
# 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.
|
|
#
|
|
# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
# details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License along with
|
|
# this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
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
|