File: Makefile

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1355-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,520 kB
  • ctags: 6,541
  • sloc: ansic: 47,677; makefile: 764; perl: 236; sh: 109; xml: 13
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for linuxtv.org dvb-apps

.PHONY: all clean install update

all clean install:
	$(MAKE) -C lib $@
	$(MAKE) -C test $@
	$(MAKE) -C util $@

update:
	@echo "Pulling changes & updating from master repository"
	hg pull -u