|
From: Nicholas N. <nj...@ca...> - 2004-02-14 16:48:58
|
CVS commit by nethercote: Whoops, meant to add this with the rest of Massif. A Makefile.am 1.1 |
|
From: Nicholas N. <nj...@ca...> - 2004-02-15 15:41:20
|
CVS commit by nethercote: Added copyright notice to all hp2ps source files. M +4 -0 AreaBelow.c 1.2 M +4 -0 AreaBelow.h 1.2 M +4 -0 AuxFile.c 1.2 M +4 -0 AuxFile.h 1.2 M +4 -0 Axes.c 1.2 M +4 -0 Axes.h 1.2 M +4 -0 Curves.c 1.2 M +4 -0 Curves.h 1.2 M +4 -0 Defines.h 1.2 M +4 -0 Deviation.c 1.2 M +4 -0 Deviation.h 1.2 M +4 -0 Dimensions.c 1.2 M +4 -0 Dimensions.h 1.2 M +4 -0 Error.c 1.2 M +4 -0 Error.h 1.2 M +4 -0 HpFile.c 1.2 M +4 -0 HpFile.h 1.2 M +4 -0 Key.c 1.2 M +4 -0 Key.h 1.2 M +4 -0 Main.c 1.2 M +4 -0 Main.h 1.2 M +4 -0 Marks.c 1.2 M +4 -0 Marks.h 1.2 M +4 -0 PsFile.c 1.2 M +4 -0 PsFile.h 1.2 M +4 -0 Reorder.c 1.2 M +4 -0 Reorder.h 1.2 M +4 -0 Scale.c 1.2 M +4 -0 Scale.h 1.2 M +4 -0 Shade.c 1.2 M +4 -0 Shade.h 1.2 M +4 -0 TopTwenty.c 1.2 M +4 -0 TopTwenty.h 1.2 M +4 -0 TraceElement.c 1.2 M +4 -0 TraceElement.h 1.2 M +4 -0 Utilities.c 1.2 M +4 -0 Utilities.h 1.2 --- valgrind/massif/hp2ps/AreaBelow.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/AreaBelow.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef AREA_BELOW_H #define AREA_BELOW_H --- valgrind/massif/hp2ps/AuxFile.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <ctype.h> #include <stdio.h> --- valgrind/massif/hp2ps/AuxFile.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef AUX_FILE_H #define AUX_FILE_H --- valgrind/massif/hp2ps/Axes.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <string.h> --- valgrind/massif/hp2ps/Axes.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef AXES_H #define AXES_H --- valgrind/massif/hp2ps/Curves.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <math.h> --- valgrind/massif/hp2ps/Curves.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef CURVES_H #define CURVES_H --- valgrind/massif/hp2ps/Defines.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef DEFINES_H #define DEFINES_H --- valgrind/massif/hp2ps/Deviation.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <string.h> --- valgrind/massif/hp2ps/Deviation.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef DEVIATION_H #define DEVIATION_H --- valgrind/massif/hp2ps/Dimensions.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <ctype.h> #include <string.h> --- valgrind/massif/hp2ps/Dimensions.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef DIMENSIONS_H #define DIMENSIONS_H --- valgrind/massif/hp2ps/Error.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/Error.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef ERROR_H #define ERROR_H --- valgrind/massif/hp2ps/HpFile.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <ctype.h> #include <stdio.h> --- valgrind/massif/hp2ps/HpFile.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef HP_FILE_H #define HP_FILE_H --- valgrind/massif/hp2ps/Key.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <math.h> --- valgrind/massif/hp2ps/Key.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef KEY_H #define KEY_H --- valgrind/massif/hp2ps/Main.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <string.h> --- valgrind/massif/hp2ps/Main.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef MAIN_H #define MAIN_H --- valgrind/massif/hp2ps/Marks.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/Marks.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef MARKS_H #define MARKS_H --- valgrind/massif/hp2ps/PsFile.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <string.h> --- valgrind/massif/hp2ps/PsFile.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef PS_FILE_H #define PS_FILE_H --- valgrind/massif/hp2ps/Reorder.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <stdlib.h> --- valgrind/massif/hp2ps/Reorder.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef REORDER_H #define REORDER_H --- valgrind/massif/hp2ps/Scale.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/Scale.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef SCALE_H #define SCALE_H --- valgrind/massif/hp2ps/Shade.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <stdlib.h> --- valgrind/massif/hp2ps/Shade.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef SHADE_H #define SHADE_H --- valgrind/massif/hp2ps/TopTwenty.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/TopTwenty.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef TOP_TWENTY_H #define TOP_TWENTY_H --- valgrind/massif/hp2ps/TraceElement.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include "Main.h" --- valgrind/massif/hp2ps/TraceElement.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef TRACE_ELEMENT_H #define TRACE_ELEMENT_H --- valgrind/massif/hp2ps/Utilities.c #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #include <stdio.h> #include <string.h> --- valgrind/massif/hp2ps/Utilities.h #1.1:1.2 @@ -1,2 +1,6 @@ +/* This file is part of hp2ps, a graph drawer for memory profiles. + Copyright (C) 2002 The University Court of the University of Glasgow. + This program is governed by the license contained in the file LICENSE. */ + #ifndef UTILITIES_H #define UTILITIES_H |
|
From: Nicholas N. <nj...@ca...> - 2004-02-24 23:39:18
|
CVS commit by nethercote:
Fix 'make dist'.
A Makefile.old 1.1
M +21 -0 Makefile.am 1.2
--- valgrind/massif/hp2ps/Makefile.am #1.1:1.2
@@ -39,4 +39,25 @@
hp2ps_LDFLAGS = -lm
+noinst_HEADERS = \
+ AreaBelow.h \
+ AuxFile.h \
+ Axes.h \
+ Curves.h \
+ Defines.h \
+ Deviation.h \
+ Dimensions.h \
+ Error.h \
+ HpFile.h \
+ Key.h \
+ Main.h \
+ Marks.h \
+ PsFile.h \
+ Reorder.h \
+ Scale.h \
+ Shade.h \
+ TopTwenty.h \
+ TraceElement.h \
+ Utilities.h
+
all-local:
mkdir -p $(inplacedir)
|
|
From: Nicholas N. <nj...@ca...> - 2004-02-26 09:06:30
|
CVS commit by nethercote:
Move the '-lm' link flag to the end of the command line, so it works for
everyone.
M +1 -1 Makefile.am 1.3
--- valgrind/massif/hp2ps/Makefile.am #1.2:1.3
@@ -37,5 +37,5 @@
Shade.c \
Utilities.c
-hp2ps_LDFLAGS = -lm
+hp2ps_LDADD = -lm
noinst_HEADERS = \
|