[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8771 - in /libdfp/trunk: Makefile.in README
- To: commits@xxxxxxxxxx
- Subject: [commits] r8771 - in /libdfp/trunk: Makefile.in README
- From: ryanarn@xxxxxxxxxx
- Date: Wed, 05 Aug 2009 21:59:01 -0000
Author: ryanarn
Date: Wed Aug 5 14:59:01 2009
New Revision: 8771
Log:
General non-functional maintenance.
2009-08-05 Ryan S. Arnold <rsa@xxxxxxxxxx>
* Makefile.in: Cleanup comments.
* README: Fix typo, spacings, and text.
Modified:
libdfp/trunk/Makefile.in
libdfp/trunk/README
Modified: libdfp/trunk/Makefile.in
==============================================================================
--- libdfp/trunk/Makefile.in (original)
+++ libdfp/trunk/Makefile.in Wed Aug 5 14:59:01 2009
@@ -125,6 +125,7 @@
# VPATH only needs to know the directory that source files are in. Headers
# are searched based on -I precedence during the compilation invocation.
VPATH := $(subst $(sp),:,$(all_srcdirs))
+
# Files common to the $(top_srcdir). These may be overriden in the sysdep
# directories and this list may have additional files added by sysdeps
# directory Makefiles which are included (not recursively invoked).
@@ -135,8 +136,6 @@
# The sysdeps subdirs aren't recursively invoked, they're included so that
# they can add files to the libdfp_files list.
include $(foreach dir,$(makefile_dirs), $(dir)/Makefile )
-
-#.PHONY: all
# Libdfp has a dependency on the backend so build that first.
all: first backend libdfp
Modified: libdfp/trunk/README
==============================================================================
--- libdfp/trunk/README (original)
+++ libdfp/trunk/README Wed Aug 5 14:59:01 2009
@@ -11,8 +11,8 @@
===========================================================================
Author(s) : Ryan S. Arnold <rsa@xxxxxxxxxx>
- Date Created: July, 14, 2009
- Last Changed: July, 16, 2009
+ Date Created: July 14, 2009
+ Last Changed: August 5, 2009
---------------------------------------------------------------------------
Table of Contents:
@@ -38,6 +38,7 @@
A. History
B. Acknowledgements
+
---------------------------------------------------------------------------
1. Introduction
@@ -101,7 +102,7 @@
Arch HW|SW Backend Encoding
-------------------------------------------------
-ppc960 SW libdecnumber DPD
+ppc970 SW libdecnumber DPD
POWER4 SW libdecnumber DPD
POWER SW libdecnumber DPD
POWER6 HW libdecnumber DPD
@@ -186,7 +187,7 @@
/home/$USER/stage_libdfp/glibc-2.10-includes/
The resultant headers should be pointed to when Libdfp `configure' is run
-(as described in the section on Configuration.
+(as described in the section on Configuration).
---------------------------------------------------------------------------
4.4 libdecnumber
@@ -364,38 +365,44 @@
is used by the Make system for selecting files out of the source tree.
The configure script automatically knows how to search for
- base_machine,
- machine,
- submachine
+ base_machine (e.g. powerpc)
+ machine (e.g. powerpc32)
+ submachine (e.g. power6)
It also recognizes the following special directories when they show up
following any of the previous *machine directories:
- fpu,
- nofpu,
- dfpu,
+ fpu
+ nofpu
+ dfpu
bits
It hard-searches for the following sysdep directories based upon configuration
settings:
- bid,
- dpd,
- soft-dfp,
+ bid
+ dpd
+ soft-dfp
And it knows how to find the common files stored in the convenience
directories:
- ieee754r,
- base-math.
-
-The top of the search list is the header files. Anything in these directories
-should be ABSOLUTELY COMMON since you can't get a header earlier than
+ ieee754r
+ base-math
+
+The top of the search list is the commond libdfp internal header files:
${srcdir}/include.
-If you need to override something in ${srcdir}/include then you may need to
-move the headers out of this directory and into the sysdeps tree.
-
-Following this the sysdeps tree is searched and relevant directory depth takes
+Anything in these directories should be ABSOLUTELY COMMON since you can't get
+a header earlier than in the ${srcdir}/include directory. If you need to
+override something in ${srcdir}/include then you may need to move the headers
+out of this directory and into the sysdeps tree.
+
+Header files that are used when building libdfp, but also provided by libdfp
+and installed in the prefix directory are in the following directory:
+
+ ${srcdir}/dfp
+
+The sysdeps tree is searched and relevant directory depth takes
precedence.
${srcdir}/include [internal libdfp headers]