File: Makefile

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1207-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,580 kB
  • ctags: 5,837
  • sloc: ansic: 40,632; makefile: 633; perl: 236; sh: 92; 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