comparison src/m/ibmrs6000.h @ 10051:0c96366e10d2

(OBJECTS_MACHINE): Define only if AIXHFT.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Nov 1994 19:30:30 +0000
parents 23f72b18b420
children bad47702c3b1
comparison
equal deleted inserted replaced
10050:69aa3c244e28 10051:0c96366e10d2
113 the RS/6000, but it's not available on other servers. */ 113 the RS/6000, but it's not available on other servers. */
114 #define X_DEFAULT_FONT "fixed" 114 #define X_DEFAULT_FONT "fixed"
115 115
116 /* Here override various assumptions in ymakefile */ 116 /* Here override various assumptions in ymakefile */
117 117
118 #ifdef AIXHFT
118 #define OBJECTS_MACHINE hftctl.o 119 #define OBJECTS_MACHINE hftctl.o
120 #endif
121
119 #define C_SWITCH_MACHINE -D_BSD 122 #define C_SWITCH_MACHINE -D_BSD
120 123
121 #ifdef AIX3_2 124 #ifdef AIX3_2
122 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ 125 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
123 #define LIBS_MACHINE -lrts -lIM -liconv 126 #define LIBS_MACHINE -lrts -lIM -liconv