/[svn]/libgig/trunk/Makefile.svn
ViewVC logotype

Annotation of /libgig/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2785 - (hide annotations) (download)
Tue Jul 14 13:19:11 2015 UTC (8 years, 9 months ago) by schoenebeck
File size: 713 byte(s)
* Preparations for new release (libgig 4.0.0).

1 capela 168 all: configure
2 schoenebeck 2
3 persson 2364 configure: configure.ac Makefile.am \
4 schoenebeck 635 src/Makefile.am man/Makefile.am doc/Makefile.am
5 capela 168 @aclocal
6     @libtoolize --force --copy
7     @autoheader
8     @automake --add-missing --copy
9     @autoconf
10 schoenebeck 2
11 capela 168 clean:
12     @if [ -f Makefile ]; then make distclean; fi || true
13     @rm -rvf *.cache *.log *.status *.m4
14     @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
15 schoenebeck 2785 @rm -rvf src/testcases/Makefile.in src/tools/Makefile.in
16     @rm -rvf osx/Makefile.in osx/libgig.xcodeproj/Makefile.in
17 schoenebeck 1123 @rm -rvf man/Makefile.in doc/Makefile.in doc/html debian/Makefile.in win32/Makefile.in
18 capela 168 @rm -rvf Makefile.in config.*
19     @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
20     @rm -rvf configure stamp-h.*
21 schoenebeck 657 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC