File: Makefile

package info (click to toggle)
syslog-ocaml 1.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 88 kB
  • ctags: 94
  • sloc: ml: 207; makefile: 52; sh: 29
file content (16 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-include Makefile.conf

SOURCES=syslog.mli syslog.ml
RESULT=syslog
PACKS=unix

LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmx *.cmxa *.a *.so)

all: byte-code-library
opt: native-code-library
reallyall: byte-code-library native-code-library
install: libinstall
uninstall: libuninstall
doc: htdoc

-include OCamlMakefile