mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Remove UXPDS support
This commit is contained in:
parent
0f8233dadd
commit
8a4f389634
319 changed files with 317 additions and 8776 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -156,10 +156,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __uxp__
|
||||
#define imake_ccflags "-DSVR4 -DANSICPP"
|
||||
#endif
|
||||
|
||||
#ifdef __sxg__
|
||||
#define imake_ccflags "-DSYSV -DUSG -DNOSTDHDRS"
|
||||
#endif
|
||||
|
|
@ -261,9 +257,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
#if defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(CPP_IN_LIBEXEC))
|
||||
#define DEFAULT_CPP "/usr/bin/cpp"
|
||||
#endif
|
||||
#ifdef __uxp__
|
||||
#define DEFAULT_CPP "/usr/ccs/lib/cpp"
|
||||
#endif
|
||||
#ifdef __sxg__
|
||||
#define DEFAULT_CPP "/usr/lib/cpp"
|
||||
#endif
|
||||
|
|
@ -555,9 +548,6 @@ char *cpp_argv[ARGUMENTS] = {
|
|||
"-traditional",
|
||||
"-Dlinux",
|
||||
#endif
|
||||
#ifdef __uxp__
|
||||
"-D__uxp__",
|
||||
#endif
|
||||
#ifdef __sxg__
|
||||
"-D__sxg__",
|
||||
#endif
|
||||
|
|
@ -621,7 +611,7 @@ char *cpp_argv[ARGUMENTS] = {
|
|||
# define DEFAULT_OS_MINOR_REV "r %[0-9]"
|
||||
/* No information available to generate default OSTeenyVersion value. */
|
||||
# define DEFAULT_OS_NAME "srvm %[^\n]"
|
||||
#elif defined(sun) || defined(sgi) || defined(ultrix) || defined(__uxp__) || defined(linux) || defined(sony)
|
||||
#elif defined(sun) || defined(sgi) || defined(ultrix) || defined(linux) || defined(sony)
|
||||
/* uname -r returns "x.y[.z]", e.g. "5.4" or "4.1.3" */
|
||||
# define DEFAULT_OS_MAJOR_REV "r %[0-9]"
|
||||
# define DEFAULT_OS_MINOR_REV "r %*d.%[0-9]"
|
||||
|
|
@ -644,12 +634,6 @@ char *cpp_argv[ARGUMENTS] = {
|
|||
# define DEFAULT_OS_MAJOR_REV "r %*[^0-9]%[0-9]"
|
||||
# define DEFAULT_OS_MINOR_REV "r %*[^.].%[0-9]"
|
||||
# define DEFAULT_OS_NAME "srvm %[^\n]"
|
||||
#elif defined(__uxp__)
|
||||
/* NOTE: "x.y[.z]" above handles UXP/DF. This is a sample alternative. */
|
||||
/* uname -v returns "VxLy Yzzzzz ....", e.g. "V20L10 Y95021 Increment 5 ..." */
|
||||
# define DEFAULT_OS_MAJOR_REV "v V%[0-9]"
|
||||
# define DEFAULT_OS_MINOR_REV "v V%*dL%[0-9]"
|
||||
# define DEFAULT_OS_NAME "srvm %[^\n]"
|
||||
#elif defined(__FreeBSD__)
|
||||
/* uname -r returns "x.y[.z]-mumble", e.g. "9.0-RELEASE" or "11.0-CURRENT" */
|
||||
# define DEFAULT_OS_MAJOR_REV "r %[0-9]"
|
||||
|
|
@ -841,9 +825,6 @@ struct symtab predefs[] = {
|
|||
#ifdef __unix__
|
||||
{"__unix__", "1"},
|
||||
#endif
|
||||
#ifdef __uxp__
|
||||
{"__uxp__", "1"},
|
||||
#endif
|
||||
#ifdef __sxg__
|
||||
{"__sxg__", "1"},
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue