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

Annotation of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2592 - (hide annotations) (download)
Tue Jun 3 16:36:35 2014 UTC (9 years, 10 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 capela 2029 all: configure
2    
3     configure: Makefile.in configure.ac
4 schoenebeck 2591 @aclocal
5 capela 2029 @autoheader
6     @autoconf
7     @rm -rf *.cache
8    
9     clean:
10     @if [ -f Makefile ]; then make clean; fi || true
11 capela 2074 @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
12     @rm -rvf src/Makefile src/config.* src/*.pri src/*.desktop
13 capela 2592 @rm -rvf *.cache *.log *.status *.spec *.m4 .m4

  ViewVC Help
Powered by ViewVC