File: Makefile.config

package info (click to toggle)
cudf 0.10-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 688 kB
  • sloc: ml: 2,509; ansic: 871; makefile: 170; sh: 18
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
VERSION = 0.10

export DESTDIR =

# all the following variables will be prepended by $(DESTDIR) upon install

export OCAMLLIBDIR := $(shell ocamlc -where)
export BINDIR  = /usr/bin
export LIBDIR = /usr/lib
export INCDIR = /usr/include
export PCDIR   = $(LIBDIR)/pkgconfig