autoconf
[Top][All Lists]
Advanced

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

Re: Help with removing .mod files with configure script [gmake distclean


From: Ayodele Onibokun \(Jimmy\)
Subject: Re: Help with removing .mod files with configure script [gmake distclean]
Date: Thu, 15 Sep 2005 06:59:17 -0700 (PDT)

.mod files are files generated from Fortran modules. (.f ) subroutines. Your 
suggestions would be done where? In the configure script or ? I'll look for the 
DISKCLEANFILES.
 
Thanks,
-Jimmy

Bob Proulx <address@hidden> wrote:
Ayodele Onibokun (Jimmy) wrote:
> Does anyone knows how I can tell configure to
> remove .mod files as well each time I issue 'gmake
> distclean'?
> It does remove all the files but complains there're
> some .mod files left behind in one of my directory.
> Any suggestions would help.

I don't know what .mod files are but if you want to add additional
files to be cleaned at make distclean time then you can add them to
the DISTCLEANFILES variable.

DISTCLEANFILES = foo.mod

See also the 'dist-hook' target. Here is an info page example:

dist-hook:
rm -rf `find $(distdir)/doc -name CVS`

Bob


-Ayodele
 a.k.a -Jimmy
                
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 


reply via email to

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