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

Annotation of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC