blob: 25266b0d92117b158c747ff5101b19c42d86cd8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
*** Makefile.orig Sun Jul 27 22:35:11 1997
--- Makefile Sun Jul 27 22:49:41 1997
***************
*** 142,154 ****
# Installation locations (edit to suit your system)
#
! ROOTDIR = ### user defined ###
! SUBSYS = ### user defined ###
BINDIR = $(ROOTDIR)/bin
! RSCDIR = $(ROOTDIR)/setup/app-defaults
MAN1DIR = $(ROOTDIR)/man/man1
! HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
! BITDIR = $(ROOTDIR)/setup/bitmaps
#
# You generally should not edit below this line
--- 142,154 ----
# Installation locations (edit to suit your system)
#
! ROOTDIR = $(PREFIX)
! SUBSYS = ..
BINDIR = $(ROOTDIR)/bin
! RSCDIR = $(ROOTDIR)/lib/X11/app-defaults
MAN1DIR = $(ROOTDIR)/man/man1
! HELPDIR = $(ROOTDIR)/lib/X11/$(SUBSYS)/help
! BITDIR = $(ROOTDIR)/include/X11/bitmaps
#
# You generally should not edit below this line
|