/[svn]/qsampler/trunk/Makefile.cvs
ViewVC logotype

Annotation of /qsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 262 - (hide annotations) (download)
Wed Sep 29 08:00:57 2004 UTC (19 years, 7 months ago) by capela
File size: 212 byte(s)
Makefile.cvs clean target fix.

1 capela 34 all: configure
2    
3     configure: Makefile.in configure.in
4     @autoheader
5     @autoconf
6    
7     clean:
8 capela 262 @if [ -f Makefile ]; then make clean; fi || true
9 capela 34 @rm -rvf Makefile configure config.*
10     @rm -rvf *.cache *.log *.status *.pro

  ViewVC Help
Powered by ViewVC