File: Makefile.thtranscode

package info (click to toggle)
ocaml-theora 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 444 kB
  • ctags: 226
  • sloc: ansic: 589; ml: 459; makefile: 81; sh: 3
file content (13 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES=thtranscode.ml
RESULT=thtranscode
INCDIRS=../src ../../ocaml-ogg/src
LIBS=unix bigarray ogg theora
OCAMLC = /usr/bin/ocamlc -g 
OCAMLOPT = /usr/bin/ocamlopt -g 

all: nc

test: all
	./thencode

include OCamlMakefile