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

Diff of /qsampler/trunk/Makefile.svn

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

revision 2029 by capela, Wed Nov 4 19:05:15 2009 UTC revision 2592 by capela, Tue Jun 3 16:36:35 2014 UTC
# Line 1  Line 1 
1  all:    configure  all:    configure
2    
3  configure:       Makefile.in configure.ac  configure:       Makefile.in configure.ac
4            @aclocal
5          @autoheader          @autoheader
6          @autoconf          @autoconf
7          @rm -rf *.cache          @rm -rf *.cache
8    
9  clean:  clean:
10          @if [ -f Makefile ]; then make clean; fi || true          @if [ -f Makefile ]; then make clean; fi || true
11          @rm -rvf Makefile configure config.* .ui .obj .moc          @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
12          @rm -rvf *.cache *.log *.status *.pro *.spec *.desktop          @rm -rvf src/Makefile src/config.* src/*.pri src/*.desktop
13            @rm -rvf *.cache *.log *.status *.spec *.m4 .m4

Legend:
Removed from v.2029  
changed lines
  Added in v.2592

  ViewVC Help
Powered by ViewVC