1997-10-29 08:47:04 +00:00
|
|
|
*** Configure.orig Sat Feb 10 02:41:40 1996
|
|
|
|
--- Configure Mon Jun 9 21:04:51 1997
|
1997-04-27 14:22:30 +00:00
|
|
|
***************
|
|
|
|
*** 159,167 ****
|
|
|
|
--- 159,170 ----
|
|
|
|
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,222 ****
|
1997-10-29 08:47:04 +00:00
|
|
|
--- 220,229 ----
|
1997-04-27 14:22:30 +00:00
|
|
|
|
|
|
|
cleandir: clean
|
|
|
|
rm -f .depend Makefile config.h
|
|
|
|
+
|
|
|
|
+ install:
|
|
|
|
+ install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
|
1997-10-29 08:47:04 +00:00
|
|
|
+ install -o bin -g bin -s -m 755 sr $(DESTDIR)
|
1997-04-27 14:22:30 +00:00
|
|
|
|
|
|
|
##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
|
|
|
|
END
|