entered into RCS

This commit is contained in:
Roland McGrath 1994-03-23 14:12:55 +00:00
parent 227cffec2b
commit d3fbc4f345
15 changed files with 29 additions and 21 deletions

4
ar.c
View file

@ -1,5 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
Free Software Foundation, Inc.
/* Interface to `ar' archives for GNU Make.
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1991, 1993 Free Software Foundation, Inc.
/* Definition of data structures describing shell commands for GNU Make.
Copyright (C) 1988, 1989, 1991, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

3
dep.h
View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
/* Definitions of dependency data structures for GNU Make.
Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

4
file.c
View file

@ -1,5 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
Free Software Foundation, Inc.
/* Target file hash table management for GNU Make.
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

4
file.h
View file

@ -1,5 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
Free Software Foundation, Inc.
/* Definition of target file data structures for GNU Make.
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

3
job.h
View file

@ -1,4 +1,5 @@
/* Copyright (C) 1992, 1993 Free Software Foundation, Inc.
/* Definitions for managing subprocesses in GNU Make.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

3
main.c
View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 89, 90, 91, 94 Free Software Foundation, Inc.
/* Argument parsing and main program of GNU Make.
Copyright (C) 1988, 89, 90, 91, 94 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

3
misc.c
View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
/* Miscellaneous generic support functions for GNU Make.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

4
read.c
View file

@ -1,5 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994
Free Software Foundation, Inc.
/* Reading and parsing of makefiles for GNU Make.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
Free Software Foundation, Inc.
/* Basic dependency engine for GNU Make.
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* This file implements an interface to the Customs daemon to do
remote execution of commands under GNU make.
/* GNU Make remote job exportation interface to the Customs daemon.
THIS CODE IS NOT SUPPORTED BY THE GNU PROJECT.
Please do not send bug reports or questions about it to
the Make maintainers.

View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc.
/* Template for the remote job exportation interface to GNU Make.
Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

3
rule.h
View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
/* Definitions for using pattern rules in GNU Make.
Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
/* Definitions for using variables in GNU Make.
Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify

View file

@ -1,4 +1,5 @@
/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
/* Implementation of pattern-matching file search paths for GNU Make.
Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify