File: Makefile.cvs

package info (click to toggle)
mp3check 0.8.0-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 564 kB
  • ctags: 725
  • sloc: cpp: 5,080; sh: 335; makefile: 71
file content (16 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: linkit
	aclocal
	autoconf
	autoheader	
	automake -a
	@echo
	@echo Now type
	@echo "    ./configure"

linkit:
	test \! -d ../libtapp || ln -sf `grep '^TAPPFRAME_SRC' Makefile.am| sed 's/\([a-zA-Z0-9_.-][a-zA-Z0-9_.-]*\)/..\/libtapp\/\1/g'|cut -d= -f2-` .
	test \! -d ../libtapp || ln -sf ../libtapp .
	test \! -d ../libtapp || ln -sf ../libtapp/COPYING .

.PHONY: all linkit