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

Annotation of /qsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1414 - (hide annotations) (download)
Fri Oct 12 22:50:47 2007 UTC (16 years, 6 months ago) by capela
File size: 246 byte(s)
* Changed client interface function, for editing instrument,
  from: lscp_edit_instrument() to lscp_edit_channel_instrument().

1 capela 34 all: configure
2    
3 capela 753 configure: Makefile.in configure.ac
4 capela 34 @autoheader
5     @autoconf
6 capela 266 @rm -rf *.cache
7 capela 34
8     clean:
9 capela 262 @if [ -f Makefile ]; then make clean; fi || true
10 capela 34 @rm -rvf Makefile configure config.*
11 capela 1414 @rm -rvf *.cache *.log *.status *.pro *.spec *.desktop

  ViewVC Help
Powered by ViewVC