File: sun.cf

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (30 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (8)
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
#undef sun
COMM       @(#)$RCSfile: sun.cf,v $ $Revision: 1.6 $ $Date: 2009/02/17 06:19:55 $ CERN IT-PDP/DM Jean-Philippe Baud
COMM
COMM  Copyright (C) 1993-2006 by CERN/IT/PDP/DM
COMM  All rights reserved
COMM
 
COMM  Default rules for Make          Solaris

GSOAP_PLATFORM = sun9
#define sun 1
MTCCFLAGS = -pthreads -DCTHREAD_POSIX -D_THREAD_SAFE -D_REENTRANT
MTLDLIBS =
MTLDFLAGS = -pthreads
SHLIBLDFLAGS = -G
#if OSMinorVersion > 6
SHLIBREQLIBS = -lrt -lsocket
#else
SHLIBREQLIBS = -lposix4 -lsocket
#endif
#define BootstrapCFlags "-DSOLARIS"
#if OSMinorVersion >= 5
CC = cc -DSOLARIS -DSOLARIS25 -KPIC
#else
CC = cc -DSOLARIS
#endif
CC = gcc -DSOLARIS -fPIC
LD = gcc
#define HasRanlib	NO