File: Makefile.config

package info (click to toggle)
ceve 1%3A1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 322
  • sloc: ml: 1,774; makefile: 111
file content (18 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# if USE_OCAMLDUCE is set to any value, use ocamlduce. Comment the following
# line to disable ocamlduce.
# USE_OCAMLDUCE=yes

# name of zip package
# for FreeBSD
CAMLZIP_NAME= zip
# for GODI
# CAMLZIP_NAME= camlzip

# Directory to install stuff in
BINDIR= $(HOME)/bin

# CFLAGS
# Linux:
# CFLAGS+= -I/usr/include/rpm
# FreeBSD:
CFLAGS+= -I/usr/local/include -I/usr/local/include/rpm -I/usr/local/lib/ocaml