File: Makefile

package info (click to toggle)
dvb 0.9.4.20020321-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,068 kB
  • ctags: 5,791
  • sloc: ansic: 32,844; cpp: 13,679; xml: 9,017; makefile: 567; sh: 330; asm: 92
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
all: 
	(cd mpegtools; make)
	(cd tuxzap; make)
 
clean:
	- rm -f *.o *~
	- (cd mpegtools; make clean)
	- (cd tuxzap; make clean)