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

Contents of /liblscp/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1412 - (show annotations) (download)
Fri Oct 12 22:43:38 2007 UTC (16 years, 5 months ago) by capela
File size: 647 byte(s)
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();

1 all: configure
2
3 configure: configure.ac Makefile.am src/Makefile.am lscp/Makefile.am doc/Makefile.am examples/Makefile.am debian/Makefile.am
4 @aclocal
5 @libtoolize --force --copy
6 @autoheader
7 @automake --add-missing --copy
8 @autoconf
9
10 clean:
11 @if [ -f Makefile ]; then make distclean; fi || true
12 @rm -rvf *.cache *.log *.status *.m4
13 @rm -rvf debian/Makefile.in
14 @rm -rvf examples/Makefile.in
15 @rm -rvf doc/Makefile.in
16 @rm -rvf lscp/Makefile.in
17 @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
18 @rm -rvf Makefile.in config.* stamp-h.*
19 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
20 @rm -rvf configure *.spec

  ViewVC Help
Powered by ViewVC