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

Diff of /linuxsampler/trunk/Makefile.svn

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

revision 1216 by schoenebeck, Fri Jun 1 15:50:38 2007 UTC revision 2534 by schoenebeck, Sun Mar 9 21:34:03 2014 UTC
# Line 1  Line 1 
1  default: all  default: all
2    
3    .PHONY: clean
4    
5  all: configure  all: configure
6    
7  configure: configure.in  configure: configure.ac m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4
8          @aclocal -I m4          @aclocal -I m4
9          @libtoolize --force --copy          @libtoolize --force --copy
10          @autoheader          @autoheader
# Line 20  clean: Line 22  clean:
22          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
23          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
24          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
25            @rm -rvf src/network/lscp_shell_reference.cpp
26          @rm -rvf linuxsampler-*.tar.*          @rm -rvf linuxsampler-*.tar.*
27          @rm -rvf Doxyfile          @rm -rvf Doxyfile

Legend:
Removed from v.1216  
changed lines
  Added in v.2534

  ViewVC Help
Powered by ViewVC