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

Annotation of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2074 - (hide annotations) (download)
Mon Mar 29 17:00:30 2010 UTC (14 years, 1 month ago) by capela
File size: 316 byte(s)
* General source tree layout and build configuration change.

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