/[svn]/liblscp/tags/liblscp_0_4_1/Makefile.cvs
ViewVC logotype

Annotation of /liblscp/tags/liblscp_0_4_1/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 955 - (hide annotations) (download)
Tue Nov 28 23:36:06 2006 UTC (17 years, 5 months ago) by (unknown author)
File size: 599 byte(s)
This commit was manufactured by cvs2svn to create tag 'liblscp_0_4_1'.
1 capela 49 all: configure
2    
3 capela 754 configure: configure.ac Makefile.am src/Makefile.am lscp/Makefile.am doc/Makefile.am examples/Makefile.am
4 capela 49 @aclocal
5 capela 166 @libtoolize --force --copy
6 capela 49 @autoheader
7 capela 166 @automake --add-missing --copy
8 capela 49 @autoconf
9    
10     clean:
11     @if [ -f Makefile ]; then make distclean; fi || true
12     @rm -rvf *.cache *.log *.status *.m4
13     @rm -rvf examples/Makefile.in
14     @rm -rvf doc/Makefile.in
15     @rm -rvf lscp/Makefile.in
16 capela 166 @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
17     @rm -rvf Makefile.in config.* stamp-h.*
18 capela 49 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
19 capela 754 @rm -rvf configure *.spec

  ViewVC Help
Powered by ViewVC