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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 108 - (hide annotations) (download)
Fri Jun 4 21:07:00 2004 UTC (19 years, 10 months ago) by (unknown author)
File size: 539 byte(s)
This commit was manufactured by cvs2svn to create tag 'liblscp_0_1_9_98'.
1 capela 49 all: configure
2    
3     configure: configure.in Makefile.am src/Makefile.am lscp/Makefile.am doc/Makefile.am examples/Makefile.am
4     @aclocal
5     @autoheader
6     @libtoolize -f
7     @automake -a
8     @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     @rm -rvf src/Makefile.in src/config.h.in src/config.h
17     @rm -rvf Makefile.in config.*
18     @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
19     @rm -rvf configure

  ViewVC Help
Powered by ViewVC