Lines 1-51
Link Here
|
1 |
--- Imakefile.orig Fri Aug 31 21:56:34 2001 |
1 |
*** Imakefile.orig Fri Sep 7 03:31:47 2001 |
2 |
+++ Imakefile Fri Aug 31 22:01:26 2001 |
2 |
--- Imakefile Fri Sep 7 03:44:46 2001 |
3 |
@@ -28,23 +28,23 @@ |
3 |
*************** |
4 |
#CCOPTIONS = -O2 |
4 |
*** 28,50 **** |
5 |
# |
5 |
#CCOPTIONS = -O2 |
6 |
# for debugging purposes uncomment the following line: |
6 |
# |
7 |
-CDEBUGFLAGS = -g |
7 |
# for debugging purposes uncomment the following line: |
8 |
-STD_INCLUDES = -I. -I/usr/X11R6/include/X11 |
8 |
! CDEBUGFLAGS = -g |
9 |
+# CDEBUGFLAGS = -g |
9 |
! STD_INCLUDES = -I. -I/usr/X11R6/include/X11 |
10 |
+STD_INCLUDES = -I. -I$(INCDIR)/X11 |
10 |
|
11 |
|
11 |
# The "m4" macro processor is used to generate the man page such that |
12 |
# The "m4" macro processor is used to generate the man page such that |
12 |
# the man page reflects the configured options. |
13 |
# the man page reflects the configured options. |
13 |
! M4 = m4 |
14 |
-M4 = m4 |
14 |
|
15 |
+M4 = gm4 |
15 |
#------------------------------------------------------------------------ |
16 |
|
16 |
# Installation directories: |
17 |
#------------------------------------------------------------------------ |
17 |
# Change the following as desired to suit your environment: |
18 |
# Installation directories: |
18 |
#------------------------------------------------------------------------ |
19 |
# Change the following as desired to suit your environment: |
19 |
# |
20 |
#------------------------------------------------------------------------ |
20 |
! PREFIX = /usr/local |
21 |
# |
21 |
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles |
22 |
-PREFIX = /usr/local |
22 |
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 |
23 |
+# PREFIX = /usr/local |
23 |
! XCIRCUIT_BIN_DIR = $(PREFIX)/bin |
24 |
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles |
24 |
! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 |
25 |
-XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 |
25 |
XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults |
26 |
-XCIRCUIT_BIN_DIR = $(PREFIX)/bin |
26 |
|
27 |
-XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 |
27 |
#------------------------------------------------------------------------ |
28 |
+XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit |
28 |
--- 28,51 ---- |
29 |
+XCIRCUIT_BIN_DIR = $(BINDIR) |
29 |
#CCOPTIONS = -O2 |
30 |
+XCIRCUIT_MAN_DIR = $(MANDIR) |
30 |
# |
31 |
XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults |
31 |
# for debugging purposes uncomment the following line: |
32 |
|
32 |
! # CDEBUGFLAGS = -g |
33 |
#------------------------------------------------------------------------ |
33 |
! STD_INCLUDES = -I. -I$(INCDIR)/X11 |
34 |
@@ -63,7 +63,7 @@ |
34 |
! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV |
35 |
# Support for background rendering through ghostscript. Change this |
35 |
|
36 |
# to the path where gs can be found. |
36 |
# The "m4" macro processor is used to generate the man page such that |
37 |
# GS_EXEC= /usr/local/src/gs5.50/obj/gs |
37 |
# the man page reflects the configured options. |
38 |
-GS_EXEC= /usr/bin/gs |
38 |
! M4 = gm4 |
39 |
+GS_EXEC=${LOCALBASE}/bin/gs |
39 |
|
40 |
|
40 |
#------------------------------------------------------------------------ |
41 |
#------------------------------------------------------------------------ |
41 |
# Installation directories: |
42 |
# Window manager bug workaround---If you don't like xcircuit grabbing kbd |
42 |
# Change the following as desired to suit your environment: |
43 |
@@ -91,7 +91,7 @@ |
43 |
#------------------------------------------------------------------------ |
44 |
# Support for embedded Python interpreter |
44 |
# |
45 |
# (requires libpython${PYTHON_VERSION}.a) |
45 |
! # PREFIX = /usr/local |
46 |
# |
46 |
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles |
47 |
-#define HAVE_PYTHON |
47 |
! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit |
48 |
+/* #define HAVE_PYTHON */ |
48 |
! XCIRCUIT_BIN_DIR = $(BINDIR) |
49 |
|
49 |
! XCIRCUIT_MAN_DIR = $(MANDIR) |
50 |
PYTHON_VERSION=2.1 |
50 |
XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults |
51 |
PYTHON_LIB_DIR=/usr/local/lib |
51 |
|
|
|
52 |
#------------------------------------------------------------------------ |
53 |
*************** |
54 |
*** 63,69 **** |
55 |
# Support for background rendering through ghostscript. Change this |
56 |
# to the path where gs can be found. |
57 |
# GS_EXEC= /usr/local/src/gs5.50/obj/gs |
58 |
! GS_EXEC= /usr/bin/gs |
59 |
|
60 |
#------------------------------------------------------------------------ |
61 |
# Window manager bug workaround---If you don't like xcircuit grabbing kbd |
62 |
--- 64,70 ---- |
63 |
# Support for background rendering through ghostscript. Change this |
64 |
# to the path where gs can be found. |
65 |
# GS_EXEC= /usr/local/src/gs5.50/obj/gs |
66 |
! GS_EXEC=${LOCALBASE}/bin/gs |
67 |
|
68 |
#------------------------------------------------------------------------ |
69 |
# Window manager bug workaround---If you don't like xcircuit grabbing kbd |
70 |
*************** |
71 |
*** 91,97 **** |
72 |
# Support for embedded Python interpreter |
73 |
# (requires libpython${PYTHON_VERSION}.a) |
74 |
# |
75 |
! #define HAVE_PYTHON |
76 |
|
77 |
PYTHON_VERSION=2.1 |
78 |
PYTHON_LIB_DIR=/usr/local/lib |
79 |
--- 92,98 ---- |
80 |
# Support for embedded Python interpreter |
81 |
# (requires libpython${PYTHON_VERSION}.a) |
82 |
# |
83 |
! /* #define HAVE_PYTHON */ |
84 |
|
85 |
PYTHON_VERSION=2.1 |
86 |
PYTHON_LIB_DIR=/usr/local/lib |