summaryrefslogtreecommitdiff
path: root/cad/cider/files/patch-ba
blob: c8fe3d953db53df0fc6e5a75d00bfbdc57201830 (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
32
33
34
35
36
37
38
39
*** cider/common/conf/defaults.orig	Sat Jan 29 19:21:15 1994
--- cider/common/conf/defaults	Sun Dec 12 14:14:43 1999
***************
*** 99,115 ****
  #	identified as and SYSTEM is the name of the per-system definitions
  #	file listed in the "build" command.
  
! SIM_DIR		= $(TOP2)
! SPICE_DIR	= $(SIM_DIR)/spice/$(SYSTEM)
! CIDER_DIR	= $(SIM_DIR)/cider/$(SYSTEM)
! SPICE_LIB_DIR	= $(SPICE_DIR)/lib
! CIDER_LIB_DIR	= $(SPICE_DIR)/lib
  SPICE_EXEC_DIR	= $(SPICE_DIR)/bin
  CIDER_EXEC_DIR	= $(CIDER_DIR)/bin
  
  S_CIDER_DIR	= $(CIDER_DIR)
  S_SPICE_DIR	= $(SPICE_DIR)
! S_CIDER_LIB_DIR	= $(S_SPICE_DIR)/lib
  S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin
  
  #	INSTALL_DIRS lists the directories that need to be created before
--- 99,115 ----
  #	identified as and SYSTEM is the name of the per-system definitions
  #	file listed in the "build" command.
  
! SIM_DIR		= ${PREFIX}
! SPICE_DIR	= $(SIM_DIR)
! CIDER_DIR	= $(SIM_DIR)
! SPICE_LIB_DIR	= $(SPICE_DIR)/share/spice3
! CIDER_LIB_DIR	= $(SPICE_DIR)/share/cider
  SPICE_EXEC_DIR	= $(SPICE_DIR)/bin
  CIDER_EXEC_DIR	= $(CIDER_DIR)/bin
  
  S_CIDER_DIR	= $(CIDER_DIR)
  S_SPICE_DIR	= $(SPICE_DIR)
! S_CIDER_LIB_DIR	= $(S_SPICE_DIR)/share/cider
  S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin
  
  #	INSTALL_DIRS lists the directories that need to be created before