35 lines
875 B
Plaintext
35 lines
875 B
Plaintext
*** Imakefile.orig Fri Dec 22 07:05:52 1995
|
|
--- Imakefile Sat Apr 25 19:43:25 1998
|
|
***************
|
|
*** 1,3 ****
|
|
--- 1,4 ----
|
|
+ LOCAL=/usr/X11R6
|
|
#ifndef XCOMM
|
|
#define XCOMM #
|
|
#endif
|
|
***************
|
|
*** 97,103 ****
|
|
#else
|
|
XCOMM owner and access rights for executable & score directory
|
|
XCOMM these are set for a setuid xmris
|
|
! OWNER = -o games
|
|
! INSTSCOREFLAGS = $(OWNER) -m 755
|
|
! INSTMRISFLAGS = $(OWNER) $(INSTUIDFLAGS)
|
|
XCOMM normal install locations
|
|
--- 98,104 ----
|
|
#else
|
|
XCOMM owner and access rights for executable & score directory
|
|
XCOMM these are set for a setuid xmris
|
|
! OWNER = -o bin
|
|
! INSTSCOREFLAGS = $(OWNER) -m 777
|
|
! INSTMRISFLAGS = $(OWNER) -m 711
|
|
XCOMM normal install locations
|
|
***************
|
|
*** 1044,1046 ****
|
|
--- 1045,1049 ----
|
|
echo Cannot make $@ and cannot find one made. ; \
|
|
exit 1 ; \
|
|
fi
|
|
+ CDEBUGFLAGS=-O2
|
|
+ MANSUFFIX=6
|