Lines 1-19
Link Here
|
1 |
--- xspim/Imakefile.orig 2006-08-29 11:23:19.000000000 +0900 |
1 |
--- xspim/Imakefile.orig 2009-01-02 04:51:26.000000000 +0900 |
2 |
+++ xspim/Imakefile 2008-04-23 00:58:19.000000000 +0900 |
2 |
+++ xspim/Imakefile 2009-01-21 03:18:12.000000000 +0900 |
3 |
@@ -33,13 +33,13 @@ |
3 |
@@ -33,13 +33,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/local/bin |
7 |
-BIN_DIR = /usr/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/local/lib |
11 |
-EXCEPTION_DIR = /usr/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/man/mann |
15 |
-MAN_DIR = /usr/share/man/en |
16 |
+MAN_DIR = ${PREFIX}/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 |
Lines 26-37
Link Here
|
26 |
|
26 |
|
27 |
INCLUDES = -I. -I$(CPU_DIR) |
27 |
INCLUDES = -I. -I$(CPU_DIR) |
28 |
|
28 |
|
29 |
@@ -113,7 +113,7 @@ |
29 |
@@ -114,7 +114,7 @@ |
30 |
./Configure |
|
|
31 |
|
30 |
|
|
|
31 |
INSTALLFLAGS = -D |
32 |
InstallProgram(xspim,$(BIN_DIR)) |
32 |
InstallProgram(xspim,$(BIN_DIR)) |
33 |
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)) |
33 |
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |
34 |
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)) |
34 |
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) |
35 |
#InstallManPage($(DOC_DIR)/xspim,$(MAN_DIR)) |
35 |
#InstallManPage($(DOC_DIR)/xspim,$(MAN_DIR)) |