File: Makefile

package info (click to toggle)
libmatroska 0.8.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,072 kB
  • ctags: 3,018
  • sloc: cpp: 8,470; makefile: 353; ansic: 157; sh: 14
file content (10 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
## libmatroska Makefile
## (c) 2002 Steve Lhomme
## This software is licensed under the LGPL, see LGPL.txt

all: endian
	echo "Making endianess tests"
	(cd endian; make)
clean:
	echo "Cleaning all tests"
	(cd endian; make $@)