1998-09-28 02:11:38 +00:00
|
|
|
--- Configure.orig Sat Feb 10 04:41:40 1996
|
1999-01-10 19:01:27 +00:00
|
|
|
+++ Configure Sat Jan 9 18:33:14 1999
|
1998-09-28 02:11:38 +00:00
|
|
|
@@ -159,9 +159,12 @@
|
|
|
|
PROG = netris
|
|
|
|
HEADERS = netris.h
|
|
|
|
|
|
|
|
+PREFIX?=/usr/local
|
|
|
|
SRCS = -SRCS-
|
|
|
|
OBJS = -OBJS-
|
|
|
|
DISTFILES = -DISTFILES-
|
|
|
|
+DESTDIR= $(PREFIX)/bin
|
|
|
|
+MANDIR= $(PREFIX)/man
|
|
|
|
|
|
|
|
all: Makefile config.h proto.h $(PROG) sr
|
|
|
|
|
|
|
|
@@ -217,6 +220,10 @@
|
|
|
|
|
|
|
|
cleandir: clean
|
|
|
|
rm -f .depend Makefile config.h
|
|
|
|
+
|
|
|
|
+install:
|
|
|
|
+ install -c -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
|
1999-01-10 19:01:27 +00:00
|
|
|
+ install -c -o bin -g bin -s -m 755 sr $(DESTDIR)/sample-robot
|
1998-09-28 02:11:38 +00:00
|
|
|
|
|
|
|
##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
|
|
|
|
END
|