blob: 3615d3074abb18cae2e96667381ba2920d296697 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
XCOMM platform: $Xorg: fujitsu.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
#ifndef OSName
# define OSName DefaultOSName
#endif
#ifndef OSMajorVersion
# define OSMajorVersion DefaultOSMajorVersion
#endif
#ifndef OSMinorVersion
# define OSMinorVersion DefaultOSMinorVersion
#endif
XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion)
#define PatheticCpp YES
#ifdef SparcArchitecture
#define BootstrapCFlags -D__uxp__
#define StandardDefines -D__uxp__ -DSVR4 -DANSICPP
#define StandardCppDefines -D__uxp__ -DSVR4 -DANSICPP
#define CppCmd /usr/ccs/lib/cpp
#ifndef ArCmdBase
# define ArCmdBase /usr/ccs/bin/ar
#endif
#ifndef AsCmd
# define AsCmd /usr/ccs/bin/as
#endif
#ifndef CcCmd
# define CcCmd /usr/ccs/bin/cc
#endif
#ifndef CplusplusCmd
# define CplusplusCmd /opt/uxpcplus/bin/CC
#endif
#ifndef CplusplusFilt
# define CplusplusFilt /opt/uxpcplus/bin/c++filt
#endif
#ifndef CplusplusDependIncludes
# define CplusplusDependIncludes -I/opt/uxpcplus/include/CC
#endif
#ifndef LdCmd
# define LdCmd /usr/ccs/bin/ld
#endif
#ifndef LexCmd
# define LexCmd /usr/ccs/bin/lex
#endif
#ifndef YaccCmd
# define YaccCmd /usr/ccs/bin/yacc
#endif
#define BuildLibPathVar LD_LIBRARY_PATH
#define SystemV4 YES
#define HasSockets YES
#define DBMLibrary /* ndbm modules are in -lc */
#define HasNdbm YES
#ifndef HasLdRunPath
#define HasLdRunPath YES
#endif
#define BuildServer NO
#include <sv4Lib.rules>
#endif
#ifdef mc68000Architecture
#define BootstrapCFlags -D__sxg__
#define StandardDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
#define StandardCppDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
#define LnCmd ln
#define DoRanlibCmd NO
#define DefaultCCOptions +Z384
#define ExtraLibraries -lXbsd -lsocket -lu
#define TermcapLibrary -lcurses
#define BuildServer NO
#define HasSymLinks NO
#define HasVFork NO
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
#endif
#define GencatFlags -m
#define DtSvcDefines -DXK_MISCELLANY -DMULTIBYTE -DNO_REGCOMP -DHAVE_PTMS
#define DtSearchDefines -DI18N_MSG DtSvcDefines -DNEED_STRCASECMP
#define DtWidgetDefines DtSearchDefines
#define ArchitectureDefines -DUXP_ARCHITECTURE
#define CdeProjectDefines \
-DMULTIBYTE -DNLS16 \
-DOSMAJORVERSION=OSMajorVersion -DOSMINORVERSION=OSMinorVersion
|