ptypes

ptypes Mercurial Source Tree


Root/src/Makefile.FreeBSD

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
#
#
#  C++ Portable Types Library (PTypes)
#  Version 2.1.1  Released 27-Jun-2007
#
#  Copyright (C) 2001-2007 Hovik Melikyan
#
#
#
#
# Makefile for FreeBSD, called from ../Makefile
#
 
CXX = g++
 
OS_CXXOPTS_ST = -Wall
OS_CXXOPTS = $(OS_CXXOPTS_ST) -pthread -fPIC
 
# OS_LDLIBS = -lc_r
 
LIBTOOL = $(CXX) -shared -pthread
SOSTRIP = strip
 
SOEXT = so
SOINSTOPT = -h $(SOREALNAME)
 
PREFIX = /usr/local
 
include Makefile.common

Archive Download this file

Branches

Tags

Page rendered in 1.12125s using 11 queries.