From 2f8212c91750de608a49a8b5ef7c588540e6d745 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 5 Jun 2009 11:54:50 -0400 Subject: [PATCH] Updates various textual references to reflect the core directory name change. --- README | 12 ++++++------ dyninstAPI/README | 8 ++++---- dyninstAPI/tests/README | 2 +- make.config | 8 ++++---- parseThat/README | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README b/README index 6a9386a..2e7d845 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - README for common Paradyn/DyninstAPI core directory hierarchy - ============================================================= + README for common Paradyn/DyninstAPI directory hierarchy + ========================================================= -This directory contains the "core" source code for both the Paradyn +This directory contains the "dyninst" source code for both the Paradyn parallel performance tools and the distinct DyninstAPI library for building tools based on dynamic instrumentation. It is divided into subdirectories that represent major functional units of the system -- DyninstAPI-only @@ -61,8 +61,9 @@ configuation and appropriately edit make.config before building. See the README file in the dyninstAPI subdirectory for further information about building/installing the API library. -Subdirectories of the "core" directory are organized to promote modularity and -support compiling the system for multiple platforms in a single source tree. +Subdirectories of the "dyninst" directory are organized to promote +modularity and support compiling the system for multiple platforms +in a single source tree. Each directory contains the following files: h - a directory describing the exported interface of this @@ -90,4 +91,3 @@ Each directory contains the following files: files (.o's). ============================================================================== -$Id: README,v 1.7 2000/07/30 21:39:59 paradyn Exp $ diff --git a/dyninstAPI/README b/dyninstAPI/README index 6483f7e..5acf7dd 100644 --- a/dyninstAPI/README +++ b/dyninstAPI/README @@ -1,5 +1,5 @@ -This is the version 5.0 release of the Dyninst API. Currently, the API +This is the version 6.0 release of the Dyninst API. Currently, the API library is available for the Sparc/Solaris, POWER/AIX, x86/Linux, x86/Windows XP/2000/2003, Alpha/Tru64 Unix, ia64/Linux, and x86_64/Linux platforms. @@ -8,7 +8,7 @@ Documentation for the API can be found at: http://www.dyninst.org/ -The core/dyninstAPI/tests directory contains the source code for programs +The dyninst/dyninstAPI/tests directory contains the source code for programs that test the API functions. These programs are useful as examples of how to use the API. See the README file in that directory for how to run or rebuild them. @@ -63,7 +63,7 @@ Building the Dyninst API from source ------------------------------------ If you downloaded the source distribution of this package, you can build the -Dyninst API libraries by running "make" in the core directory (one level up +Dyninst API libraries by running "make" in the dyninst directory (one level up from where this README file is located), assuming your environment is set up as described above. On Unix platforms, you must use GNU make. The top-level makefile contains directives for compiling the Paradyn parallel performance @@ -71,7 +71,7 @@ tool, from which the Dyninst API was derived. If you have downloaded only the Dyninst API, you will see a number of messages about missing directories. These directories are needed only for making Paradyn, so you should ignore these messages. If you downloaded the entire Paradyn distribution, you can -make only the API libraries by running "make DyninstAPI" in the core +make only the API libraries by running "make DyninstAPI" in the dyninst directory. ----------------------------------------------------------------------------- diff --git a/dyninstAPI/tests/README b/dyninstAPI/tests/README index 65c6f01..1e91ce2 100644 --- a/dyninstAPI/tests/README +++ b/dyninstAPI/tests/README @@ -5,7 +5,7 @@ To build the test programs, cd into the subdirectory of this directory that is named after the platform you are running on, and type "make." If you are using the source distribution of the Dyninst API, you will need to make the API libraries before making the tests; see the README file in the -core/dyninstAPI directory for how to do this. +dyninst/dyninstAPI directory for how to do this. Before you can run the test programs you will need to set up your environment to use the Dyninst API library, as described in the diff --git a/make.config b/make.config index 8921641..fda0530 100644 --- a/make.config +++ b/make.config @@ -12,8 +12,8 @@ EXPLICIT_DEPENDS = 1 #USE_DEPRECATED_BPATCH_VECTOR = 1 #IBM_BPATCH_COMPAT = 1 # Apart from actual "full" releases, don't modify these build Id components. -# For personal/experimental builds, feel free to use your core/make.config.local -# file to (re-)define BUILD_MARK as you desire. +# For personal/experimental builds, feel free to use your +# dyninst/make.config.local file to (re-)define BUILD_MARK as you desire. # most "main" modules are only two levels deep, but we need to be able to # change this for those that are deeper in the tree @@ -88,7 +88,7 @@ endif -# Destinations for library and executable installation (relative to core!) +# Destinations for library and executable installation (relative to "dyninst"!) # Warning: modification of the build/install structure is not recommended! LIBRARY_DEST ?= ${TO_CORE}/../${PLATFORM}/lib PROGRAM_DEST ?= ${TO_CORE}/../${PLATFORM}/bin @@ -312,7 +312,7 @@ DEPCC = $(MODCC) .SUFFIXES: .I -# Added core/external for included external dependencies - bernat, 11JUN07 +# Added dyninst/external for included external dependencies - bernat, 11JUN07 IFLAGS = $(FIRST_INCLUDE) -I../h -I. -I$(TO_CORE) -I$(TO_CORE)/external -I$(TO_CORE)/dynutil/h # uncomment/comment the line below to build with/without compilation warnings diff --git a/parseThat/README b/parseThat/README index 76ea446..0de0d66 100644 --- a/parseThat/README +++ b/parseThat/README @@ -29,7 +29,7 @@ built. The configuration scripts will attempt to guess your target platform, but it's sometime helpful to specify your build platform manually. See the documentation for DyninstAPI in - core/dyninstAPI/README for valid values of this variable. + dyninst/dyninstAPI/README for valid values of this variable. DYNINST_ROOT The various headers and libraries for DyninstAPI may not be -- 1.8.3.1