Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
# Shark dependecies
#

os_specific_dep: out/shark.done out/makefile


out/shark.done:
        cd out; cp -sf ../shark/*.c .
        cd out; cp -sf ../shark/*.h .
        touch out/shark.done

out/makefile: shark/shark.mak
        sed -e "s/TEST/$(TEST)/" shark/shark.mak > out/makefile