File: Makefile.create

package info (click to toggle)
xmms-singit 0.1.18-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,328 kB
  • ctags: 2,973
  • sloc: ansic: 25,023; cpp: 9,298; sh: 7,673; makefile: 404; yacc: 316; sed: 16
file content (19 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

all:
	@echo ""
	@echo "This Makefile (re-)creates the configure-stack"
	@echo ""
	@echo "1. aclocal"
	aclocal -I m4
	@echo "2. autoheader"
	autoheader
	@echo "3. automake"
	automake
	@echo "4. autoconf"
	autoconf
	@echo ""
	@echo "  Please run ./configure"
	@echo "  Help and options available: ./configure --help"
	@echo ""

.SILENT: