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

Diff of /libgig/trunk/Makefile.svn

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

libgig/trunk/Makefile.cvs revision 310 by capela, Fri Nov 26 00:14:50 2004 UTC libgig/trunk/Makefile.svn revision 2785 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC
# Line 1  Line 1 
1  all:    configure  all:    configure
2    
3  configure:      configure.in Makefile.am \  configure:      configure.ac Makefile.am \
4                  src/Makefile.am man/Makefile.am doc/Makefile.am                    src/Makefile.am man/Makefile.am doc/Makefile.am
5          @aclocal          @aclocal
6          @libtoolize --force --copy          @libtoolize --force --copy
7          @autoheader          @autoheader
# Line 12  clean: Line 12  clean:
12          @if [ -f Makefile ]; then make distclean; fi || true          @if [ -f Makefile ]; then make distclean; fi || true
13          @rm -rvf *.cache *.log *.status *.m4          @rm -rvf *.cache *.log *.status *.m4
14          @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*          @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
15          @rm -rvf man/Makefile.in doc/Makefile.in doc/html          @rm -rvf src/testcases/Makefile.in src/tools/Makefile.in
16            @rm -rvf osx/Makefile.in osx/libgig.xcodeproj/Makefile.in
17            @rm -rvf man/Makefile.in doc/Makefile.in doc/html debian/Makefile.in win32/Makefile.in
18          @rm -rvf Makefile.in config.*          @rm -rvf Makefile.in config.*
19          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
20          @rm -rvf configure stamp-h.*          @rm -rvf configure stamp-h.*
21            @rm -rvf Doxyfile

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

  ViewVC Help
Powered by ViewVC