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

Annotation of /liblscp/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3045 - (hide annotations) (download)
Sun Nov 13 18:43:46 2016 UTC (7 years, 5 months ago) by capela
File size: 611 byte(s)
* Preparations for v0.5.8 - A Fall'16 release.
1 capela 2873 all: configure
2    
3     configure: configure.ac Makefile.am src/Makefile.am lscp/Makefile.am doc/Makefile.am examples/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 .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 src/stamp-h.*
17     @rm -rvf Makefile.in config.* stamp-h.*
18 capela 3045 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh compile
19 capela 2873 @rm -rvf configure *.spec

  ViewVC Help
Powered by ViewVC