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

Contents of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3006 - (show annotations) (download)
Tue Oct 11 16:18:40 2016 UTC (7 years, 5 months ago) by capela
File size: 420 byte(s)
- Added .qmake.stash to Makefile.git/autogen.sh clean(up list).
1 all: configure
2
3 configure: Makefile.in configure.ac
4 @aclocal
5 @autoheader
6 @autoconf
7 @rm -rf *.cache
8
9 clean:
10 @if [ -f Makefile ]; then make clean; fi
11 @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
12 @rm -rvf src/config.* src/*.pri src/*.desktop
13 @rm -rvf src/Makefile src/Makefile.* src/*.mak src/*.mak.*
14 @rm -rvf *.cache *.log *.status *.spec *.mak *.m4 .m4
15 @rm -rvf .qmake.stash src/.qmake.stash

  ViewVC Help
Powered by ViewVC