mirror of
https://github.com/mirror/make.git
synced 2024-12-28 05:40:10 +08: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
64 lines
640 B
Plaintext
64 lines
640 B
Plaintext
# Development artifacts
|
|
ID
|
|
TAGS
|
|
.*gdbinit
|
|
.gdb_history
|
|
.vscode
|
|
*~
|
|
#*
|
|
.#*
|
|
|
|
# Configure artifacts
|
|
ABOUT-NLS
|
|
Makefile
|
|
Makefile.in
|
|
Basic.mk
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
stamp-h1
|
|
.dirstamp
|
|
mk/Posix.mk
|
|
|
|
# Build artifacts
|
|
.deps
|
|
gmk-default.h
|
|
loadavg
|
|
make
|
|
*.o
|
|
*.exe
|
|
*.dll.a
|
|
*.obj
|
|
*.lib
|
|
*.pdb
|
|
*.sbr
|
|
|
|
# Windows build artifacts
|
|
WinDebug/
|
|
WinRel/
|
|
GccDebug/
|
|
GccRel/
|
|
|
|
# Distribution artifacts
|
|
.dep_segment
|
|
.check-git-HEAD
|
|
ChangeLog
|
|
README
|
|
README.DOS
|
|
README.OS2
|
|
README.W32
|
|
build.sh
|
|
build.sh.in
|
|
config.ami
|
|
config.h-vms
|
|
config.h.W32
|
|
configh.dos
|
|
make-[0-9]*/
|
|
make-[0-9]*.tar.*
|
|
checkcfg.*.log
|