File: Makefile.svn

package info (click to toggle)
qsynth 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,456 kB
  • sloc: cpp: 6,959; makefile: 89
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
all:	configure

configure:	 Makefile.in configure.ac
	@autoheader
	@autoconf
	@rm -rf *.cache

clean:
	@if [ -f Makefile ]; then make clean; fi || true
	@rm -rvf Makefile configure config.* src/.ui src/.obj src/.moc
	@rm -rvf src/Makefile src/config.* src/*.pri src/*.desktop
	@rm -rvf *.cache *.log *.status *.spec