/[svn]/qsampler/branches/qsampler_0_0/Makefile.cvs
ViewVC logotype

Annotation of /qsampler/branches/qsampler_0_0/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 422 - (hide annotations) (download)
Fri Mar 4 00:23:07 2005 UTC (19 years, 1 month ago) by (unknown author)
File size: 229 byte(s)
This commit was manufactured by cvs2svn to create branch 'qsampler_0_0'.
1 capela 34 all: configure
2    
3     configure: Makefile.in configure.in
4     @autoheader
5     @autoconf
6 capela 266 @rm -rf *.cache
7 capela 34
8     clean:
9 capela 262 @if [ -f Makefile ]; then make clean; fi || true
10 capela 34 @rm -rvf Makefile configure config.*
11     @rm -rvf *.cache *.log *.status *.pro

  ViewVC Help
Powered by ViewVC