Remove UXPDS support
This commit is contained in:
@@ -142,12 +142,6 @@ EXTRA_LIBRARIES=$(DYNAMIC) ExtraLibraries -lresolv
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef UXPArchitecture
|
||||
STATIC=-Bstatic
|
||||
DYNAMIC=-Bdynamic
|
||||
EXTRA_LIBRARIES=$(DYNAMIC) ExtraLibraries -lgen
|
||||
#endif
|
||||
|
||||
#ifdef HPArchitecture
|
||||
STATIC=-Wl,-a,archive
|
||||
DYNAMIC=-Wl,-a,shared
|
||||
@@ -163,8 +157,6 @@ PLATFORM=halos
|
||||
PLATFORM=hpux
|
||||
#elif defined(AIXArchitecture)
|
||||
PLATFORM=aix
|
||||
#elif defined(UXPArchitecture)
|
||||
PLATFORM=uxpds
|
||||
#elif defined(AlphaArchitecture)
|
||||
PLATFORM=digital
|
||||
#elif defined(USLArchitecture)
|
||||
@@ -428,7 +420,7 @@ TEMPLATE_OBJS=TemplateDB//**/*.o
|
||||
|
||||
#if defined(i386Architecture) || defined(AMD64Architecture) || defined(AlphaArchitecture) || defined(ARMArchitecture)
|
||||
# define ByteOrderDefines LittleEndianDefines
|
||||
#elif defined(HAL32V7Architecture) || defined(SunArchitecture) || defined(AIXArchitecture) || defined(HPArchitecture) || defined(UXPArchitecture)
|
||||
#elif defined(HAL32V7Architecture) || defined(SunArchitecture) || defined(AIXArchitecture) || defined(HPArchitecture)
|
||||
# define ByteOrderDefines BigEndianDefines
|
||||
#else
|
||||
# define ByteOrderDefines DefaultEndianDefines
|
||||
|
||||
@@ -579,27 +579,6 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
||||
# endif
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef __uxp__
|
||||
# define MacroIncludeFile <fujitsu.cf>
|
||||
# define MacroFile fujitsu.cf
|
||||
# define FujitsuArchitecture
|
||||
# undef __uxp__
|
||||
# define UXPArchitecture
|
||||
# define SVR4Architecture
|
||||
# ifdef sparc
|
||||
# undef sparc
|
||||
# define SparcArchitecture
|
||||
# endif
|
||||
#endif /* __uxp__ */
|
||||
|
||||
#ifdef __sxg__
|
||||
# define MacroIncludeFile <fujitsu.cf>
|
||||
# define MacroFile fujitsu.cf
|
||||
# define FujitsuArchitecture
|
||||
# undef __sxg__
|
||||
# define mc68000Architecture
|
||||
#endif /* __sxg__ */
|
||||
|
||||
#if defined(sequent) || defined(_SEQUENT_)
|
||||
# define MacroIncludeFile <sequent.cf>
|
||||
# define MacroFile sequent.cf
|
||||
|
||||
@@ -69,7 +69,6 @@ apollo.cf \
|
||||
bsd.cf \
|
||||
convex.cf \
|
||||
cray.cf \
|
||||
fujitsu.cf \
|
||||
generic.cf \
|
||||
hp.cf \
|
||||
ibm.cf \
|
||||
|
||||
@@ -1,95 +0,0 @@
|
||||
XCOMM platform: $TOG: fujitsu.cf /main/9 1997/04/17 14:11:44 barstow $
|
||||
|
||||
#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 -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
|
||||
@@ -34,7 +34,7 @@ XCOMM site: $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
|
||||
* TopLevelProject macro defined above).
|
||||
*/
|
||||
# if defined(SunArchitecture) || defined(AIXArchitecture) \
|
||||
|| defined(USLArchitecture) || defined(UXPArchitecture)
|
||||
|| defined(USLArchitecture)
|
||||
# ifndef ProjectRulesFile
|
||||
# define ProjectRulesFile <cde.rules>
|
||||
# endif
|
||||
@@ -74,8 +74,7 @@ XCOMM site: $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# if defined(UXPArchitecture) || defined(USLArchitecture) \
|
||||
|| defined(AIXArchitecture)
|
||||
# if defined(USLArchitecture) || defined(AIXArchitecture)
|
||||
# define HasCplusplus YES
|
||||
# endif
|
||||
|
||||
@@ -122,10 +121,6 @@ XCOMM build the DtXinerama support
|
||||
# define DtLocalesToBuild de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1
|
||||
#endif
|
||||
|
||||
#ifdef UXPArchitecture
|
||||
# define DtLocalesToBuild ja_JP.dt-eucJP
|
||||
#endif
|
||||
|
||||
XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
|
||||
XCOMM or building non-C locales will cause build failures.
|
||||
#if defined(BSDArchitecture)
|
||||
|
||||
Reference in New Issue
Block a user