openbsd-ports/emulators/spim/patches/patch-Imakefile
kevlo 6931ff0eab Initial import of spim-6.3
Spim/xspim is a software simulator that runs assembly language programs
for the MIPS R2000/R3000 RISC computers.  It can read and immediately
run files containing assembly language statements. It is a self-contained
system for running these programs and contains a debugger and interface to
the operating system.
2001-07-23 14:54:28 +00:00

32 lines
751 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- Imakefile.orig Mon Jul 23 10:38:05 2001
+++ Imakefile Mon Jul 23 10:40:11 2001
@@ -44,13 +44,13 @@
#
# Full path for directory that will hold the trap handler file:
-TRAP_DIR = .
+TRAP_DIR = $(PREFIX)/share/spim
# Full path for the directory that will hold the executable files:
-BIN_DIR = /usr/unsup/bin
+BIN_DIR = $(PREFIX)/bin
# Full path for the directory that will hold the man files:
-MAN_DIR = /var/unsup/man
+MAN_DIR = $(PREFIX)/man/man1
# If you have flex, use it instead of lex. If you use flex, define this
@@ -255,9 +255,9 @@
mv -f lex.yy.c.xx lex.yy.c
depend::
- makedepend -w10 *.c
+ makedepend -w10 -I$(X11BASE)/include *.c
-#
+#
# DO NOT DELETE THIS LINE -- make depend depends on it.
buttons.o: spim.h