File: Makefile.request

package info (click to toggle)
ocaml-lastfm 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 380 kB
  • ctags: 64
  • sloc: ml: 577; makefile: 81; sh: 3
file content (8 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
SOURCES = request.ml
RESULT = request
INCDIRS = ../src /usr/lib/ocaml/pcre /usr/lib/ocaml/xmlm /usr/local/lib/ocaml/3.11.1/xmlplaylist /usr/lib/ocaml /usr/lib/ocaml/netsys /usr/lib/ocaml/netstring /usr/lib/ocaml/equeue /usr/lib/ocaml/netclient 
LIBS = pcre xmlm xmlplaylist unix netsys netstring equeue netclient  lastfm

all: nc

-include OCamlMakefile