File: Makefile.extras

package info (click to toggle)
libmpeg1 1.3.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 848 kB
  • ctags: 645
  • sloc: ansic: 8,520; sh: 2,793; makefile: 153
file content (20 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile fragment to compile stuff in extras/ (regardless of 
# whether it can be built or not -- that's decided in the main
# Makefile)

mpegtest:	extras/mpegtest libmpeg.a
		rm -f mpegtest
		ln -s extras/mpegtest .

extras/mpegtest:extras
		(cd extras ; $(MAKE) mpegtest)

easympeg:	extras/easympeg libmpeg.a
		rm -f easympeg
		ln -s extras/easympeg .

extras/easympeg:extras
		(cd extras ; $(MAKE) easympeg)

check:		mpegtest
		./mpegtest -checksum test.mpg