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

Contents of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2591 - (show annotations) (download)
Sun Jun 1 18:49:30 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 326 byte(s)
* Adjusted configure check for libgig to detect its new libdir
  (impolitely forcing the user now to have at least libgig 3.3.0).

1 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

  ViewVC Help
Powered by ViewVC