automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem: uninstall-am in makefile with no install targets and non-GN


From: Akim Demaille
Subject: Re: problem: uninstall-am in makefile with no install targets and non-GNU make.
Date: 11 Apr 2001 10:04:59 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Try to add

        'uninstall-am' => 1,

in the structure below in automake.in.  Keep us informed!  Thanks!

        Akim

# List of targets we must always output.
# FIXME: Complete, and remove falsely required targets.
my %required_targets =
  (
   'all'          => 1,
   'dvi'          => 1,
   'info'         => 1,
   'install-info' => 1,
   'install'      => 1,
   'install-data' => 1,
   'install-exec' => 1,

   # FIXME: Not required, temporary hacks.
   # Well, actually they are sort of required: the -recursive
   # targets will run them anyway...
   'dvi-am'          => 1,
   'info-am'         => 1,
   'install-data-am' => 1,
   'install-exec-am' => 1,
   'installcheck-am' => 1,

   'install-man' => 1,
  );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]