/[Apache-SVN]/stdcxx/branches/4.1.3/GNUmakefile
ViewVC logotype

Log of /stdcxx/branches/4.1.3/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 611451 - (view) (annotate) - [select for diffs]
Modified Sat Jan 12 18:32:05 2008 UTC (22 months, 1 week ago) by wrowe
File length: 27160 byte(s)
Diff to previous 366577 (colored)
2008-01-12  William A. Rowe, Jr.  <wrowe@apache.com>

	* /repos/asf/incubator/stdcxx: stdcxx has graduated to a TLP,
	moved svn to...
	* /repos/asf/stdcxx: ...here.

Revision 366577 - (view) (annotate) - [select for diffs]
Modified Fri Jan 6 22:13:21 2006 UTC (3 years, 10 months ago) by sebor
Original Path: incubator/stdcxx/branches/4.1.3/GNUmakefile
File length: 27160 byte(s)
Diff to previous 351538 (colored)
2006-01-06  Martin Sebor  <sebor@roguewave.com>

	* 4.1.3: New branch based off of trunk/ at rev 355532.

Revision 351538 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 00:24:23 2005 UTC (3 years, 11 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 27160 byte(s)
Diff to previous 292372 (colored)
2005-12-01  Martin Sebor  <sebor@roguewave.com>

	STDCXX-80
	* GNUmakefile: Wrote the definition of the MAPFLAGS variable to
	makefile.in. Wrote out the definition of MAPFILE using/relative
	to TOPDIR, and the definition of LIBDIR relative to BUILDDIR.
	* GNUmakefile.lib: Appended MAPFILE to LDFLAGS, after MAPFLAGS.
	* gcc.config: Defined MAPFLAGS on Solaris and defined MAPFILE
	as a relative pathname WRT TOPDIR.
	* mapfile.gcc-3: Renamed...
	* mapfile.gcc: ...to this file (used with gcc 3 and beyond) and
	populated it with exported symbols.

Revision 292372 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 02:00:02 2005 UTC (4 years, 1 month ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 26820 byte(s)
Diff to previous 292348 (colored)
2005-09-28  Martin Sebor  <sebor@roguewave.com>

	STDCXX-41
	* GNUmakefile: Renamed targets for clarity and consistency.
	Removed dependencies from targets (they are handled in the
	recursively processed makefiles).


Revision 292348 - (view) (annotate) - [select for diffs]
Modified Wed Sep 28 23:32:02 2005 UTC (4 years, 1 month ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 26829 byte(s)
Diff to previous 290311 (colored)
2005-09-28  Martin Sebor  <sebor@roguewave.com>

	* GNUmakefile: Used the := operator instead of = in expensive
	assignments (such as those involving the $(shell) function for
	efficiency.
	* GNUmakefile.exm (SRCDIRS): Explicitly listed source directories.
	Adjusted indentation in conditionals and removed redundant spaces.
	* GNUmakefile.tst (SUBDIRS): Replaced with SRCDIRS and simplified
	the definition of the variable to avoid the expensive $(shell)
	function.
	(OMIT_SRCS): Simplified and avoided using the $(shell) function.
	(VPATH): Avoided unnecessarily appending to the variable.
	* makefile.common: Used the := operator instead of =.
	(ALL_FILES): Avoided using the expensive $(shell) function.
	(VPATH): Defined to $(SRCDIRS) instead of using	$(shell) to do
	the same thing.


Revision 290311 - (view) (annotate) - [select for diffs]
Modified Mon Sep 19 23:39:25 2005 UTC (4 years, 2 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 26780 byte(s)
Diff to previous 280977 (colored)
2005-09-19  Martin Sebor  <sebor@roguewave.com>

	STDCXX-14 (part 1)
	* src/atomic-i86.s: Renamed to...
	* src/i86/atomic.s: ...this.
	* src/atomic-ia64.s: Renamed to...
	* src/ia64/atomic.s: ...this.
	* src/atomic-pa2.s: Renamed to...
	* src/parisc/atomic.s:  ...this.
	* src/atomic-pa2-64.s: Renamed to...
	* src/parisc/atomic-64.s: ...this.
	* src/atomic-sparc.s: Renamed to...
	* src/sparc/atomic.s: ...this.
	* src/atomic-sparc64.s Renamed to...
	* src/sparc/atomic-64.s: ...this.
	* src/atomic.s: Changed the names of included files according
	to the above.
	* GNUmakefile: Introduced the AS_EXT variable and set it to.S by
	default (unless already defined in the .config file).
	* makefile.common: Replaced platform-specific hackery with a more
	general handling of assembly files.
	* makefile.rules: Introduced the AS_EXT variable into the %.o: %.s
	suffix rule and guarded the whole thing against expanding when AS_EXT
	is not defined or valid.
	* acc.config: Defined AS_EXT to .s.
	* mipspro.config: Same.
	* vacpp.config: Defined AS_EXT to an invalid value on AIX to prevent
	the assembly of .{S,s} files (Linux will use the default extension
	defined in GNUmakefile).
	* eccp.config: Defined AS_EXT to an invalid value to disable the
	processing of assembly files until a solution to invoke the system
	assembler is implemented.


Revision 280977 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 00:18:54 2005 UTC (4 years, 2 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 26542 byte(s)
Diff to previous 280728 (colored)
2005-09-14  Martin Sebor  <sebor@roguewave.com>

	* GNUmakefile: Silenced the error output from the $(shell) function
	when it fails to execute a command. See for details on how and why:
	http://lists.gnu.org/archive/html/help-make/2005-09/msg00070.html
	Checked BUILDTYPE and BUILDMODE only when TOPDIR is not defined,
	i.e., only during the initial invocation of make, and avoided doing
	so during recursive invocations since both variables are defined in
	makefile.in.

Revision 280728 - (view) (annotate) - [select for diffs]
Modified Wed Sep 14 00:45:30 2005 UTC (4 years, 2 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 26078 byte(s)
Diff to previous 280459 (colored)
2005-09-13  Martin Sebor  <sebor@roguewave.com>

	* GNUmakefile: Silenced the stderr output from the $(shell) function
	when it fails to execute a command (e.g., because the command doesn't
	exist).
        Checked BUILDTYPE and BUILDMODE only when TOPDIR is not defined,
        i.e., only during the initial invocation of make, and avoided doing
	so during recursive invocations since both variables are defined in
	makefile.in.
	Moved initial processing into a guarded block to avoid re-evaluating
	it multiple times during recursive invocation.
	Implemented compiler detection for all known platforms and allowed
        CONFIG to be omitted, defined to be a relative path (wrt TOPDIR) or
	an absolute path.
	Corrected the .DEFAULT target to pass both $(MAKEFLAGS) and
	$(MAKECMDGOALS) to the recursive invocation of make to make it
	possible to just create BUILDDIR (target builddir), or to also
	configure the library w/o actually building it, etc.
	Documented targets.
	* etc/config/GNUmakefile.cfg: Silenced the echo of the make clean
	command.

Revision 280459 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 01:17:08 2005 UTC (4 years, 2 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 23822 byte(s)
Diff to previous 225375 (colored)
2005-09-12  Martin Sebor  <sebor@roguewave.com>

	STDCXX-18
	* GNUmakefile: Allowed making the library without specifying BUILDDIR
	(will use $(TOPDIR)/build by default). Also allowed relative paths in
	BUILDDIR.

Revision 225375 - (view) (annotate) - [select for diffs]
Modified Tue Jul 26 19:04:10 2005 UTC (4 years, 4 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 22234 byte(s)
Diff to previous 219596 (colored)
Set the svn:keywords property and enabled the expansion of the Id keyword.

Revision 219596 - (view) (annotate) - [select for diffs]
Added Tue Jul 19 01:42:10 2005 UTC (4 years, 4 months ago) by sebor
Original Path: incubator/stdcxx/trunk/GNUmakefile
File length: 22234 byte(s)
2005-07-19  Martin Sebor  <sebor@roguewave.com>

	* trunk: Initial import of the Rogue Wave C++ Standard library 4.1.2.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2