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

Contents of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2592 - (show annotations) (download)
Tue Jun 3 16:36:35 2014 UTC (9 years, 9 months ago) by capela
File size: 335 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 *.m4 .m4

  ViewVC Help
Powered by ViewVC