File: make.config

package info (click to toggle)
rocks 2.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 434
  • sloc: ansic: 5,668; makefile: 111
file content (17 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Binaries are installed in these directories.
INSTALL_BIN_DIR = $(DESTDIR)/usr/bin
INSTALL_LIB_DIR = $(DESTDIR)/usr/lib

# To disable cryptography dependencies, comment out this definition of
# USE_CRYPTO.  Do not set it to a false value; we test for the
# presence of a definition, not the value itself.
USE_CRYPTO = t

# If USE_CRYPTO is set but OPENSSL is installed in a non-standard
# place, you must specify its location here.
OPENSSL_INCLUDE_DIR =
OPENSSL_LIBRARY_DIR =

CC = gcc
LD = gcc
CFLAGS = -Wall -O2 -pipe