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

Contents of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2979 - (show annotations) (download)
Tue Aug 16 15:34:45 2016 UTC (7 years, 7 months ago) by capela
File size: 361 byte(s)
- Improved channel strip auto-arranger.
1 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
10 @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
11 @rm -rvf src/config.* src/*.pri src/*.desktop
12 @rm -rvf src/Makefile src/Makefile.* src/*.mak src/*.mak.*
13 @rm -rvf *.cache *.log *.status *.spec *.mak

  ViewVC Help
Powered by ViewVC