fujitsu.cf revision 11d341ca
1XCOMM platform:  $Xorg: fujitsu.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
2
3#ifndef OSName
4# define OSName		DefaultOSName
5#endif
6#ifndef OSMajorVersion
7# define OSMajorVersion	DefaultOSMajorVersion
8#endif
9#ifndef OSMinorVersion
10# define OSMinorVersion	DefaultOSMinorVersion
11#endif
12XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion)
13
14#define PatheticCpp	   YES
15
16#ifdef SparcArchitecture
17
18#define BootstrapCFlags    -D__uxp__
19#define StandardDefines    -D__uxp__ -DSVR4 -DANSICPP
20#define StandardCppDefines -D__uxp__ -DSVR4 -DANSICPP
21
22#define CppCmd             /usr/ccs/lib/cpp
23
24#ifndef  ArCmdBase
25# define ArCmdBase	/usr/ccs/bin/ar
26#endif
27#ifndef  AsCmd
28# define AsCmd		/usr/ccs/bin/as
29#endif
30#ifndef  CcCmd
31# define CcCmd		/usr/ccs/bin/cc
32#endif
33#ifndef  CplusplusCmd
34# define CplusplusCmd	/opt/uxpcplus/bin/CC
35#endif
36#ifndef  CplusplusFilt
37# define CplusplusFilt	/opt/uxpcplus/bin/c++filt
38#endif
39#ifndef  CplusplusDependIncludes
40# define CplusplusDependIncludes	-I/opt/uxpcplus/include/CC
41#endif
42#ifndef  LdCmd
43# define LdCmd		/usr/ccs/bin/ld
44#endif
45#ifndef  LexCmd
46# define LexCmd		/usr/ccs/bin/lex
47#endif
48#ifndef  YaccCmd
49# define YaccCmd	/usr/ccs/bin/yacc
50#endif
51
52#define BuildLibPathVar	   LD_LIBRARY_PATH
53#define SystemV4	   YES
54#define HasSockets         YES
55#define DBMLibrary         /* ndbm modules are in -lc */
56#define HasNdbm            YES
57#ifndef HasLdRunPath
58#define HasLdRunPath       YES
59#endif
60#define BuildServer        NO
61
62#include <sv4Lib.rules>
63
64#endif
65
66#ifdef mc68000Architecture
67
68#define BootstrapCFlags    -D__sxg__
69#define StandardDefines    -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
70#define StandardCppDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
71
72#define LnCmd              ln
73
74#define DoRanlibCmd        NO 
75#define DefaultCCOptions   +Z384
76#define ExtraLibraries     -lXbsd -lsocket -lu
77#define TermcapLibrary     -lcurses
78#define BuildServer        NO
79#define HasSymLinks        NO
80#define HasVFork           NO
81#define XawI18nDefines     -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
82
83#endif
84
85#define GencatFlags		-m
86
87#define DtSvcDefines		-DXK_MISCELLANY -DMULTIBYTE -DNO_REGCOMP -DHAVE_PTMS
88#define DtSearchDefines		-DI18N_MSG DtSvcDefines -DNEED_STRCASECMP
89#define DtWidgetDefines		DtSearchDefines
90
91#define ArchitectureDefines	-DUXP_ARCHITECTURE
92
93#define CdeProjectDefines \
94	-DMULTIBYTE -DNLS16 \
95	-DOSMAJORVERSION=OSMajorVersion -DOSMINORVERSION=OSMinorVersion
96