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

Contents of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2029 - (show annotations) (download)
Wed Nov 4 19:05:15 2009 UTC (14 years, 4 months ago) by capela
File size: 260 byte(s)
* Czech (cs) translation added (by Pavel Fric).

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

  ViewVC Help
Powered by ViewVC