diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | Makefile.in | 11 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 25 insertions, 4 deletions
@@ -1,3 +1,17 @@ +Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com> + + Move gperf into the toplevel, from libg++. + * configure.in (target_tools): Add target-gperf. + (native_only): Add target-gperf. + * Makefile.in (all-target-gperf): New target, depend on + all-target-libg++. + (configure-target-gperf): Empty rule. + (ALL_TARGET_MODULES): Add all-target-gperf. + (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. + (CHECK_TARGET_MODULES): Add check-target-gperf. + (INSTALL_TARGET_MODULES): Add install-target-gperf. + (CLEAN_TARGET_MODULES): Add clean-target-gperf. + Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com) * config.sub (mn10200): Recognize new basic machine. diff --git a/Makefile.in b/Makefile.in index 66a235a..2ee0860 100644 --- a/Makefile.in +++ b/Makefile.in @@ -681,6 +681,7 @@ ALL_TARGET_MODULES = \ all-target-winsup \ all-target-libgloss \ all-target-libiberty \ + all-target-gperf \ all-target-examples # This is a list of the configure targets for all of the modules which @@ -694,6 +695,7 @@ CONFIGURE_TARGET_MODULES = \ configure-target-winsup \ configure-target-libgloss \ configure-target-libiberty \ + configure-target-gperf \ configure-target-examples # This is a list of the check targets for all of the modules which are @@ -704,7 +706,8 @@ CHECK_TARGET_MODULES = \ check-target-libg++ \ check-target-newlib \ check-target-winsup \ - check-target-libiberty + check-target-libiberty \ + check-target-gperf # This is a list of the install targets for all of the modules which are # compiled using $(TARGET_FLAGS_TO_PASS). @@ -715,7 +718,8 @@ INSTALL_TARGET_MODULES = \ install-target-newlib \ install-target-winsup \ install-target-libgloss \ - install-target-libiberty + install-target-libiberty \ + install-target-gperf # This is a list of the targets for which we can do a clean-{target}. CLEAN_MODULES = \ @@ -794,6 +798,7 @@ CLEAN_TARGET_MODULES = \ clean-target-winsup \ clean-target-libgloss \ clean-target-libiberty \ + clean-target-gperf \ clean-target-examples # All of the x11 modules that can be cleaned @@ -1370,6 +1375,8 @@ all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld GDB_TK = all-tk all-tcl all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) all-gnuserv: +configure-target-gperf: $(ALL_GCC) +all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++ all-gprof: all-libiberty all-bfd all-opcodes all-grep: all-libiberty all-grez: all-libiberty all-bfd all-opcodes diff --git a/configure.in b/configure.in index e0cca66..8800167 100644 --- a/configure.in +++ b/configure.in @@ -71,7 +71,7 @@ target_libs="target-libiberty target-libgloss target-newlib target-libio target- # list belongs in this list. those programs are also very likely # candidates for the "native_only" list which follows # -target_tools="target-examples target-groff" +target_tools="target-examples target-groff target-gperf" ################################################################################ @@ -85,7 +85,7 @@ target_tools="target-examples target-groff" # # This must be a single line because of the way it is searched by grep in # the code below. -native_only="autoconf automake cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv" +native_only="autoconf automake cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv target-gperf" # directories to be built in a cross environment only # |