Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1259 pj 1
#
2
# Shark dependecies
3
#
4
 
5
os_specific_dep: out/shark.done out/makefile
6
 
7
 
8
out/shark.done:
9
	cd out; cp -sf ../shark/*.c .
10
	cd out; cp -sf ../shark/*.h .
11
	touch out/shark.done
12
 
13
out/makefile: shark/shark.mak
14
	sed -e "s/TEST/$(TEST)/" shark/shark.mak > out/makefile