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

Annotation of /qsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1820 - (hide annotations) (download)
Thu Dec 25 17:07:22 2008 UTC (15 years, 4 months ago) by capela
File size: 260 byte(s)
- Bumped autoconf stuff to avoid any newer cache warnings.

1 capela 34 all: configure
2    
3 capela 753 configure: Makefile.in configure.ac
4 capela 34 @autoheader
5     @autoconf
6 capela 266 @rm -rf *.cache
7 capela 34
8     clean:
9 capela 262 @if [ -f Makefile ]; then make clean; fi || true
10 capela 1820 @rm -rvf Makefile configure config.* .ui .obj .moc
11 capela 1414 @rm -rvf *.cache *.log *.status *.pro *.spec *.desktop

  ViewVC Help
Powered by ViewVC