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

Diff of /libgig/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2784 by persson, Sat Sep 8 17:21:34 2012 UTC revision 2785 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC
# Line 1  Line 1 
1  all:    configure  default: all
2    
3  configure:      configure.ac Makefile.am \  .PHONY: all clean
4                  src/Makefile.am man/Makefile.am doc/Makefile.am  
5          @aclocal  all:
6          @libtoolize --force --copy          make -f Makefile.svn
7          @autoheader          ######################################################################
8          @automake --add-missing --copy          # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn      #
9          @autoconf          #          instead !                                                 #
10            ######################################################################
11    
12  clean:  clean:
13          @if [ -f Makefile ]; then make distclean; fi || true          make -f Makefile.svn clean
14          @rm -rvf *.cache *.log *.status *.m4          ######################################################################
15          @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*          # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn      #
16          @rm -rvf man/Makefile.in doc/Makefile.in doc/html debian/Makefile.in win32/Makefile.in          #          instead !                                                 #
17          @rm -rvf Makefile.in config.*          ######################################################################
         @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh  
         @rm -rvf configure stamp-h.*  
         @rm -rvf Doxyfile  

Legend:
Removed from v.2784  
changed lines
  Added in v.2785

  ViewVC Help
Powered by ViewVC