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

Contents of /qsampler/trunk/Makefile.git

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2980 - (show annotations) (download)
Sat Aug 20 17:01:52 2016 UTC (7 years, 7 months ago) by capela
File size: 380 byte(s)
- Added missing aclocal bootstrap.
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

  ViewVC Help
Powered by ViewVC