automake
[Top][All Lists]
Advanced

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

Recursive Targets


From: Greco Giuseppe
Subject: Recursive Targets
Date: Tue, 25 Mar 2003 14:04:07 +0100

Hallo,

I've two questions:

1. I developed a documentation framework and I
   need to add 'pdf', 'ps', 'fo', and 'html' to the
   list of recursive targets.

   Is that possible without having to write my own
   recurse-loop in Makefile.am?

2. In my Makefile.am I've written something like this:
   MAINTAINERCLEANFILES = \
     mydir/myfile1 \
     mydir/myfile2

   When I issue the command make maintainer-clean,
   'myfile1' and 'myfile2' get cleaned, but 'mydir'
   don't. How can I also get 'mydir' cleaned?

Thanks a lot,

Giuseppe Greco
T-Systems CS AG
Birkenstrasse 21
8306 Brüttisellen

Phone: +41 (0) 1 805 57 20
Fax:   +41 (0) 1 805 55 45
Email: address@hidden
Web:   www.t-systems.ch



reply via email to

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