summaryrefslogtreecommitdiff
path: root/xc/config/makedepend
diff options
context:
space:
mode:
Diffstat (limited to 'xc/config/makedepend')
-rw-r--r--xc/config/makedepend/Imakefile4
-rw-r--r--xc/config/makedepend/cpp.ed2
-rw-r--r--xc/config/makedepend/cppsetup.c4
-rw-r--r--xc/config/makedepend/def.h4
-rw-r--r--xc/config/makedepend/ifparser.c4
-rw-r--r--xc/config/makedepend/ifparser.h4
-rw-r--r--xc/config/makedepend/include.c4
-rw-r--r--xc/config/makedepend/main.c4
-rw-r--r--xc/config/makedepend/mkdepend.man14
-rw-r--r--xc/config/makedepend/parse.c4
-rw-r--r--xc/config/makedepend/pr.c4
11 files changed, 27 insertions, 25 deletions
diff --git a/xc/config/makedepend/Imakefile b/xc/config/makedepend/Imakefile
index ad42e7683..2d5f68246 100644
--- a/xc/config/makedepend/Imakefile
+++ b/xc/config/makedepend/Imakefile
@@ -1,9 +1,9 @@
-XCOMM $TOG: Imakefile /main/27 1997/04/30 15:38:09 kaleb $
+XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:50 cpqbld Exp $
XCOMM
XCOMM
XCOMM
XCOMM
-XCOMM $XFree86: xc/config/makedepend/Imakefile,v 3.7 1999/08/14 10:49:02 dawes Exp $
+XCOMM $XFree86: xc/config/makedepend/Imakefile,v 3.8 2001/01/17 16:38:57 dawes Exp $
SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
OBJS = include.o main.o parse.o pr.o cppsetup.o ifparser.o
diff --git a/xc/config/makedepend/cpp.ed b/xc/config/makedepend/cpp.ed
index ffa586f54..3a7db5096 100644
--- a/xc/config/makedepend/cpp.ed
+++ b/xc/config/makedepend/cpp.ed
@@ -1,5 +1,5 @@
#
-# $XConsortium: cpp.ed,v 1.3 89/12/12 12:44:18 jim Exp $
+# $Xorg: cpp.ed,v 1.3 2000/08/17 19:41:50 cpqbld Exp $
#
# $Locker $
#
diff --git a/xc/config/makedepend/cppsetup.c b/xc/config/makedepend/cppsetup.c
index b04e0763e..492033c8e 100644
--- a/xc/config/makedepend/cppsetup.c
+++ b/xc/config/makedepend/cppsetup.c
@@ -1,4 +1,4 @@
-/* $TOG: cppsetup.c /main/18 1998/02/06 11:09:35 kaleb $ */
+/* $Xorg: cppsetup.c,v 1.3 2000/08/17 19:41:50 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/cppsetup.c,v 3.5 2000/04/04 19:24:45 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/cppsetup.c,v 3.6 2001/01/17 16:38:57 dawes Exp $ */
#include "def.h"
diff --git a/xc/config/makedepend/def.h b/xc/config/makedepend/def.h
index f3d6b7746..0c1823fcf 100644
--- a/xc/config/makedepend/def.h
+++ b/xc/config/makedepend/def.h
@@ -1,4 +1,4 @@
-/* $TOG: def.h /main/32 1998/03/25 08:17:45 kaleb $ */
+/* $Xorg: def.h,v 1.3 2000/08/17 19:41:50 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group.
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/def.h,v 3.7 2000/10/24 18:07:35 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/def.h,v 3.8 2001/01/17 16:38:58 dawes Exp $ */
#include "Xos.h"
#include "Xfuncproto.h"
diff --git a/xc/config/makedepend/ifparser.c b/xc/config/makedepend/ifparser.c
index 5e4e97c62..4cc74a07e 100644
--- a/xc/config/makedepend/ifparser.c
+++ b/xc/config/makedepend/ifparser.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: ifparser.c /main/10 1996/09/28 16:15:18 rws $
+ * $Xorg: ifparser.c,v 1.3 2000/08/17 19:41:50 cpqbld Exp $
*
* Copyright 1992 Network Computing Devices, Inc.
*
@@ -58,7 +58,7 @@
*
* ParseIfExpression parse a string for #if
*/
-/* $XFree86: xc/config/makedepend/ifparser.c,v 3.7 1998/10/05 13:21:48 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/ifparser.c,v 3.8 2001/01/17 16:38:58 dawes Exp $ */
#include "ifparser.h"
#include <ctype.h>
diff --git a/xc/config/makedepend/ifparser.h b/xc/config/makedepend/ifparser.h
index 761084b04..370f36ede 100644
--- a/xc/config/makedepend/ifparser.h
+++ b/xc/config/makedepend/ifparser.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: ifparser.h /main/4 1996/09/28 16:15:24 rws $
+ * $Xorg: ifparser.h,v 1.3 2000/08/17 19:41:51 cpqbld Exp $
*
* Copyright 1992 Network Computing Devices, Inc.
*
@@ -57,7 +57,7 @@
* ParseIfExpression parse a string for #if
*/
-/* $XFree86: xc/config/makedepend/ifparser.h,v 3.3 1998/10/05 13:21:48 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/ifparser.h,v 3.4 2001/01/17 16:38:58 dawes Exp $ */
#include <stdio.h>
diff --git a/xc/config/makedepend/include.c b/xc/config/makedepend/include.c
index 664372e29..aad51a1e8 100644
--- a/xc/config/makedepend/include.c
+++ b/xc/config/makedepend/include.c
@@ -1,4 +1,4 @@
-/* $TOG: include.c /main/21 1998/02/06 11:10:06 kaleb $ */
+/* $Xorg: include.c,v 1.3 2000/08/17 19:41:51 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/include.c,v 3.4 1998/10/05 13:21:49 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/include.c,v 3.5 2001/01/17 16:38:59 dawes Exp $ */
#include "def.h"
diff --git a/xc/config/makedepend/main.c b/xc/config/makedepend/main.c
index 44daddf4e..4697bfd13 100644
--- a/xc/config/makedepend/main.c
+++ b/xc/config/makedepend/main.c
@@ -1,4 +1,4 @@
-/* $TOG: main.c /main/86 1998/03/25 08:17:50 kaleb $ */
+/* $Xorg: main.c,v 1.3 2000/08/17 19:41:51 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/main.c,v 3.17 2000/11/14 21:59:20 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/main.c,v 3.18 2001/01/17 16:38:59 dawes Exp $ */
#include "def.h"
#ifdef hpux
diff --git a/xc/config/makedepend/mkdepend.man b/xc/config/makedepend/mkdepend.man
index 689f2ff7e..39da75505 100644
--- a/xc/config/makedepend/mkdepend.man
+++ b/xc/config/makedepend/mkdepend.man
@@ -1,4 +1,4 @@
-.\" $TOG: mkdepend.man /main/20 1998/02/06 11:10:18 kaleb $
+.\" $Xorg: mkdepend.man,v 1.3 2000/08/17 19:41:51 cpqbld Exp $
.\" Copyright (c) 1993, 1994, 1998 The Open Group
.\"
.\" All Rights Reserved.
@@ -18,7 +18,10 @@
.\" be used in advertising or otherwise to promote the sale, use or other
.\" dealing in this Software without prior written authorization from The
.\" Open Group.
-.TH MAKEDEPEND 1 "Release 6.4" "X Version 11"
+.\"
+.\" $XFree86: xc/config/makedepend/mkdepend.man,v 1.4 2001/02/07 22:51:55 tsi Exp $
+.\"
+.TH MAKEDEPEND 1 __xorgversion__
.UC 4
.SH NAME
makedepend \- create dependencies in makefiles
@@ -107,7 +110,7 @@ option.
It first searches the makefile for
the line
.sp
- # DO NOT DELETE THIS LINE \-\^\- make depend depends on it.
+\& # DO NOT DELETE THIS LINE \-\^\- make depend depends on it.
.sp
or one provided with the
.B \-s
@@ -338,9 +341,8 @@ to the list of dependencies for
cc(1), make(1)
.SH BUGS
.B makedepend
-parses, but does not currently evaluate, the SVR4
-#predicate(token-list) preprocessor expression;
-such expressions are simply assumed to be true.
+parses, but does not currently evaluate, the SVR4 #predicate(token-list)
+preprocessor expression; such expressions are simply assumed to be true.
This may cause the wrong
.I #include
directives to be evaluated.
diff --git a/xc/config/makedepend/parse.c b/xc/config/makedepend/parse.c
index c295ceaf3..677b4d63c 100644
--- a/xc/config/makedepend/parse.c
+++ b/xc/config/makedepend/parse.c
@@ -1,4 +1,4 @@
-/* $TOG: parse.c /main/35 1998/03/25 08:17:55 kaleb $ */
+/* $Xorg: parse.c,v 1.4 2000/08/17 19:41:51 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/parse.c,v 1.6 1999/03/21 07:34:26 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/parse.c,v 1.7 2001/01/17 16:38:59 dawes Exp $ */
#include "def.h"
diff --git a/xc/config/makedepend/pr.c b/xc/config/makedepend/pr.c
index 0291098f3..9b797b1f8 100644
--- a/xc/config/makedepend/pr.c
+++ b/xc/config/makedepend/pr.c
@@ -1,4 +1,4 @@
-/* $TOG: pr.c /main/21 1998/02/06 11:10:30 kaleb $ */
+/* $Xorg: pr.c,v 1.3 2000/08/17 19:41:51 cpqbld Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -20,7 +20,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/pr.c,v 1.2 1998/10/05 13:21:50 dawes Exp $ */
+/* $XFree86: xc/config/makedepend/pr.c,v 1.3 2001/01/17 16:39:00 dawes Exp $ */
#include "def.h"