Lines 1-23
Link Here
|
1 |
--- xspim/Imakefile.orig 2009-01-02 04:51:26.000000000 +0900 |
1 |
--- xspim/Imakefile.orig 2010-01-09 14:22:58.000000000 +0900 |
2 |
+++ xspim/Imakefile 2009-01-21 03:18:12.000000000 +0900 |
2 |
+++ xspim/Imakefile 2010-01-17 01:47:48.000000000 +0900 |
3 |
@@ -33,13 +33,13 @@ |
3 |
@@ -43,13 +43,13 @@ |
4 |
# |
4 |
# |
5 |
|
5 |
|
6 |
# Full path for the directory that will hold the executable files: |
6 |
# Full path for the directory that will hold the executable files: |
7 |
-BIN_DIR = /usr/bin |
7 |
-BIN_DIR = /usr/local/bin |
8 |
+BIN_DIR = ${PREFIX}/bin |
8 |
+BIN_DIR = ${PREFIX}/bin |
9 |
|
9 |
|
10 |
# Full path for the directory that will hold the exception handler: |
10 |
# Full path for the directory that will hold the exception handler: |
11 |
-EXCEPTION_DIR = /usr/lib/spim |
11 |
-EXCEPTION_DIR = /usr/local/lib/spim |
12 |
+EXCEPTION_DIR = ${PREFIX}/share/spim |
12 |
+EXCEPTION_DIR = ${PREFIX}/share/spim |
13 |
|
13 |
|
14 |
# Full path for the directory that will hold the man files: |
14 |
# Full path for the directory that will hold the man files: |
15 |
-MAN_DIR = /usr/share/man/en |
15 |
-MAN_DIR = /usr/local/man/en |
16 |
+MAN_DIR = ${MANPREFIX}/man/man1 |
16 |
+MAN_DIR = ${MANPREFIX}/man/man1 |
17 |
|
17 |
|
18 |
|
18 |
|
19 |
# If you have flex, use it instead of lex. If you use flex, define this |
19 |
# If you have flex, use it instead of lex. If you use flex, define this |
20 |
@@ -91,7 +91,7 @@ |
20 |
@@ -101,7 +101,7 @@ |
21 |
DEPLIBS = XawClientDepLibs |
21 |
DEPLIBS = XawClientDepLibs |
22 |
LOCALLIBS = XawClientLibs |
22 |
LOCALLIBS = XawClientLibs |
23 |
|
23 |
|
Lines 26-34
Link Here
|
26 |
|
26 |
|
27 |
INCLUDES = -I. -I$(CPU_DIR) |
27 |
INCLUDES = -I. -I$(CPU_DIR) |
28 |
|
28 |
|
29 |
@@ -114,7 +114,7 @@ |
29 |
@@ -123,7 +123,7 @@ |
|
|
30 |
./Configure |
30 |
|
31 |
|
31 |
INSTALLFLAGS = -D |
|
|
32 |
InstallProgram(xspim,$(BIN_DIR)) |
32 |
InstallProgram(xspim,$(BIN_DIR)) |
33 |
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |
33 |
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |
34 |
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |
34 |
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |