blob: 59246f9e46127f01843cb9ad23499272ef2402ee (
plain) (
blame)
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
|
--- Imakefile.orig Wed Jul 16 11:36:17 1997
+++ Imakefile Sun Jun 20 10:50:43 1999
@@ -5,7 +5,7 @@
# Note: you need to have XPM 3.4 or higher!
#------------------------------------------
#
-XPMINCDIR = /usr/include/X11
+XPMINCDIR = $(X11BASE)/include/X11
XPMLIBDIR = /usr/X11/lib
XPMLIB = -L$(XPMLIBDIR) -lXpm
@@ -20,7 +20,9 @@
# Comment the following define if you
# want audio support
#------------------------------------------
+#ifdef AlphaArcitecture
#define NO_AUDIO /* */
+#endif
#------------------------------------------
# Uncomment the following define if your
@@ -42,7 +44,9 @@
# uncomment the following define to
# turn on sound support.
#------------------------------------------
-/* SUN_AUDIO = -DSUN_AUDIO /* */
+#ifdef i386Architecture
+SUN_AUDIO = -DSUN_AUDIO /* */
+#endif
#------------------------------------------
# Uncomment the following define if you
|