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

Annotation of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2681 - (hide annotations) (download)
Wed Dec 24 14:23:06 2014 UTC (9 years, 4 months ago) by capela
File size: 335 byte(s)
* Master volume slider now getting proper layout when changing its
  main toolbar orientation.
1 capela 2681 all: configure
2    
3     configure: Makefile.in configure.ac
4     @aclocal
5     @autoheader
6     @autoconf
7     @rm -rf *.cache
8    
9     clean:
10     @if [ -f Makefile ]; then make clean; fi || true
11     @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
12     @rm -rvf src/Makefile src/config.* src/*.pri src/*.desktop
13     @rm -rvf *.cache *.log *.status *.spec *.m4 .m4

  ViewVC Help
Powered by ViewVC