Skip to content

Commit

Permalink
2002-12-01 Nathanael Nerode <[email protected]>
Browse files Browse the repository at this point in the history
	(Continuing slow-motion replay)
	* Makefile.def: Add list of recursive targets to autogenerate.
	Add build_modules.
	* Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
	targets.  Autogenerate *-build-* targets.
	* Makefile.in: Regenerate.
  • Loading branch information
Nathanael Nerode committed Dec 1, 2002
1 parent 1910266 commit e393202
Show file tree
Hide file tree
Showing 4 changed files with 2,775 additions and 309 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2002-12-01 Nathanael Nerode <[email protected]>

(Continuing slow-motion replay)
* Makefile.def: Add list of recursive targets to autogenerate.
Add build_modules.
* Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
targets. Autogenerate *-build-* targets.
* Makefile.in: Regenerate.

2002-11-30 Nathanael Nerode <[email protected]>

(Continuing slow-motion replay)
Expand Down
14 changes: 14 additions & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/autogen
AutoGen definitions Makefile.tpl;

build_modules= { module= libiberty; };

host_modules= { module= ash; };
host_modules= { module= autoconf; };
host_modules= { module= automake; };
Expand Down Expand Up @@ -85,3 +87,15 @@ target_modules = { module= zlib; };
target_modules = { module= boehm-gc; };
target_modules = { module= qthreads; };
target_modules = { module= rda; };

// These are (some of) the targets to be done in each subdirectory.
// Not all; these are the ones which don't have special options.
recursive_targets = { target= clean; };
recursive_targets = { target= distclean; };
recursive_targets = { target= dvi; };
recursive_targets = { target= info; };
recursive_targets = { target= install-info; };
recursive_targets = { target= installcheck; };
recursive_targets = { target= mostlyclean; };
recursive_targets = { target= maintainer-clean; };
recursive_targets = { target= TAGS; };
Loading

0 comments on commit e393202

Please sign in to comment.