/[svn]/qsampler/tags/qsampler_0_2_3/Makefile.svn
ViewVC logotype

Annotation of /qsampler/tags/qsampler_0_2_3/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2492 - (hide annotations) (download)
Wed Jan 1 11:55:25 2014 UTC (10 years, 4 months ago) by capela
File size: 316 byte(s)
* A fifth of a Jubilee release.
1 capela 2029 all: configure
2    
3     configure: Makefile.in configure.ac
4     @autoheader
5     @autoconf
6     @rm -rf *.cache
7    
8     clean:
9     @if [ -f Makefile ]; then make clean; fi || true
10 capela 2074 @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
11     @rm -rvf src/Makefile src/config.* src/*.pri src/*.desktop
12     @rm -rvf *.cache *.log *.status *.spec

  ViewVC Help
Powered by ViewVC