File: config_make_rules-cstr.patch

package info (click to toggle)
festival 1.2.1-6
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,824 kB
  • ctags: 3,072
  • sloc: cpp: 21,428; lisp: 8,298; ansic: 1,498; sh: 722; makefile: 468; perl: 87
file content (84 lines) | stat: -rw-r--r-- 2,508 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*** config_make_rules-dist	Mon Sep  1 15:15:58 1997
--- config_make_rules-cstr	Mon Sep  1 15:22:03 1997
***************
*** 20,33 ****
  ## OPTIMISE=4 turns off DEBUG
  ## DEBUG=fence compiles with the fence debugging malloc library.
  
! OPTIMISE=3
  WARN=1
  # VERBOSE=1
! # DEBUG=1
  
  ## NCD's NAS (formerly netaudio) network transparent audio system
  ## Only needed if your speechtools library is compiled with NAS support
! # INCLUDE_NAS=1
  
  ##  The GNU readline library for command line editing and so on
  INCLUDE_READLINE=1
--- 20,33 ----
  ## OPTIMISE=4 turns off DEBUG
  ## DEBUG=fence compiles with the fence debugging malloc library.
  
! # OPTIMISE=3
  WARN=1
  # VERBOSE=1
! DEBUG=1
  
  ## NCD's NAS (formerly netaudio) network transparent audio system
  ## Only needed if your speechtools library is compiled with NAS support
! INCLUDE_NAS=1
  
  ##  The GNU readline library for command line editing and so on
  INCLUDE_READLINE=1
***************
*** 134,140 ****
  #READLINE_FIX = -Dsigmask_fix
  
  # Under solaris you need the following (maybe other SYSV too ??)
! # SOCKET_LIBS = -lsocket -lnsl -ldl
  
  # If you have src/modules/diphone/di_psolaTM.cc in your distribution
  # uncomment the following to get PSOLA support
--- 134,140 ----
  #READLINE_FIX = -Dsigmask_fix
  
  # Under solaris you need the following (maybe other SYSV too ??)
! SOCKET_LIBS = -lsocket -lnsl -ldl
  
  # If you have src/modules/diphone/di_psolaTM.cc in your distribution
  # uncomment the following to get PSOLA support
***************
*** 154,160 ****
  ## GNU readline includes and libraries
  ifdef INCLUDE_READLINE
  ifneq ($(INCLUDE_READLINE),0)
! 	RLDIR =/usr/local/readline
  	RLINC = -I$(RLDIR)/include
  	RLLIB = -L$(RLDIR)/lib -lreadline -ltermcap
          EXTRA_LIBS += $(RLLIB)
--- 154,160 ----
  ## GNU readline includes and libraries
  ifdef INCLUDE_READLINE
  ifneq ($(INCLUDE_READLINE),0)
! 	RLDIR =/usr/local/GNU
  	RLINC = -I$(RLDIR)/include
  	RLLIB = -L$(RLDIR)/lib -lreadline -ltermcap
          EXTRA_LIBS += $(RLLIB)
***************
*** 172,178 ****
  ifdef INCLUDE_NAS
  ifneq ($(INCLUDE_NAS),0)
  	XAUTH=-L/usr/X11R6/lib -lXau
!         NADIR = /usr/local
  	NALIB = -L$(NADIR)/lib -laudio $(XAUTH) $(SOCKET_LIBS)
          EXTRA_LIBS += $(NALIB)
  endif
--- 172,178 ----
  ifdef INCLUDE_NAS
  ifneq ($(INCLUDE_NAS),0)
  	XAUTH=-L/usr/X11R6/lib -lXau
!         NADIR = /cstr
  	NALIB = -L$(NADIR)/lib -laudio $(XAUTH) $(SOCKET_LIBS)
          EXTRA_LIBS += $(NALIB)
  endif