The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / liboi / config.mk @ 90fc8d36

History | View | Annotate | Download (766 Bytes)

1
# Define EVDIR=/foo/bar if your libev header and library files are in
2
# /foo/bar/include and /foo/bar/lib directories.
3
EVDIR=$(HOME)/local/libev
4

    
5
# Define GNUTLSDIR=/foo/bar if your gnutls header and library files are in
6
# /foo/bar/include and /foo/bar/lib directories.
7
#GNUTLSDIR=/usr
8

    
9
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
10
uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
11
uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
12
uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not')
13
uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo not')
14

    
15
# CFLAGS and LDFLAGS are for the users to override from the command line.
16
CFLAGS	= -g 
17
LDFLAGS	= 
18

    
19
PREFIX = $(HOME)/local/liboi
20

    
21
CC = gcc
22
AR = ar
23
RM = rm -f
24
RANLIB = ranlib