* Makefile.in: Added standard targets for `flexlm'.

Added intermodule dependency for `all-snavigator'.
This commit is contained in:
Ben Elliston 1998-04-24 01:12:27 +00:00
parent b316120c02
commit bcbcf456b0
1 changed files with 16 additions and 1 deletions

View File

@ -498,6 +498,9 @@ ALL_MODULES = \
all-findutils \ all-findutils \
all-find \ all-find \
all-flex \ all-flex \
$(start-sanitize-cygnus) \
all-flexlm \
$(end-sanitize-cygnus) \
all-gas \ all-gas \
all-gawk \ all-gawk \
all-gettext \ all-gettext \
@ -581,6 +584,9 @@ CROSS_CHECK_MODULES = \
check-fileutils \ check-fileutils \
check-findutils \ check-findutils \
check-find \ check-find \
$(start-sanitize-cygnus) \
check-flexlm \
$(end-sanitize-cygnus) \
check-gas \ check-gas \
check-gawk \ check-gawk \
check-gettext \ check-gettext \
@ -665,6 +671,9 @@ INSTALL_MODULES = \
install-findutils \ install-findutils \
install-find \ install-find \
install-flex \ install-flex \
$(start-sanitize-cygnus) \
install-flexlm \
$(end-sanitize-cygnus) \
install-gas \ install-gas \
install-gawk \ install-gawk \
install-gettext \ install-gettext \
@ -841,6 +850,9 @@ CLEAN_MODULES = \
clean-findutils \ clean-findutils \
clean-find \ clean-find \
clean-flex \ clean-flex \
$(start-sanitize-cygnus) \
clean-flexlm \
$(end-sanitize-cygnus) \
clean-gas \ clean-gas \
clean-gawk \ clean-gawk \
clean-gettext \ clean-gettext \
@ -1508,6 +1520,9 @@ all-fileutils: all-libiberty
all-findutils: all-findutils:
all-find: all-find:
all-flex: all-libiberty all-bison all-byacc all-flex: all-libiberty all-bison all-byacc
# start-sanitize-cygnus
all-flexlm:
# end-sanitize-cygnus
all-gas: all-libiberty all-opcodes all-bfd all-intl all-gas: all-libiberty all-opcodes all-bfd all-intl
all-gash: all-tcl all-gash: all-tcl
all-gawk: all-gawk:
@ -1579,7 +1594,7 @@ all-sed: all-libiberty
all-send-pr: all-prms all-send-pr: all-prms
all-shellutils: all-shellutils:
all-sim: all-libiberty all-bfd all-opcodes all-readline all-sim: all-libiberty all-bfd all-opcodes all-readline
all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm
all-tar: all-libiberty all-tar: all-libiberty
all-tcl: all-tcl:
all-tclX: all-tcl all-tk all-tclX: all-tcl all-tk