-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.config.in
45 lines (35 loc) · 1.74 KB
/
Makefile.config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
######################################################################
# #
# Moca #
# #
# Pierre Weis, INRIA Rocquencourt #
# Frédéric Blanqui, projet Protheo, INRIA Lorraine #
# #
# Copyright 2005-2012, #
# Institut National de Recherche en Informatique et en Automatique. #
# All rights reserved. #
# #
# This file is distributed under the terms of the Q Public License. #
# #
######################################################################
# $Id: Makefile.config.in,v 1.8 2012-06-04 13:01:22 weis Exp $
# Makefile for the user to tune the installation of the software
# The root directory of this application sources are installed.
SRCROOTDIR=$
# The directory where the Makefile templates are.
MAKEFILES_DIR=$(SRCROOTDIR)/Mk
# The directory where everything will be installed
# (normally in the bin, lib, and man subdirs of this one, but you may change
# the corresponding variables if necessary).
PREFIX=/usr/local
# Where to install the binaries
BINDIR=$(PREFIX)/bin
# Where to install the libraries
LIBDIR=$(PREFIX)/lib
# Where to install the man page
MANEXT=1
MANDIR=$(PREFIX)/man/man$(MANEXT)
# The name of this application
SOFTWARE=mocac
# The name of this system (set of commands and documentation).
PACKAGE=moca