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

Contents of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3407 - (show annotations) (download)
Wed Jan 10 21:27:30 2018 UTC (6 years, 2 months ago) by capela
File size: 414 byte(s)
- Little hardening on the configure (autoconf) macro side: qmake fix (2).
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 || true
11 @rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
12 @rm -rvf src/config.* src/*.pri
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