blob: 222e592a182ef66b081722f9bdb39769fa8014c8 (
plain)
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
|
$NetBSD: patch-aa,v 1.3 1998/08/07 10:36:20 agc Exp $
*** ./xmcd_d/Imakefile.orig Thu Apr 4 21:42:31 1996
--- ./xmcd_d/Imakefile Thu Apr 4 23:31:17 1996
***************
*** 43,49 ****
* #include "Motif.tmpl"
* #include "Motif.rules"
*/
! LOCAL_LIBRARIES= XmClientLibs
/**** Optional defines: Change as you see fit. *****************************
--- 43,49 ----
* #include "Motif.tmpl"
* #include "Motif.rules"
*/
! LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs
/**** Optional defines: Change as you see fit. *****************************
***************
*** 67,78 ****
DEFINES=
#endif
/*
* Add local include path
*/
INCLUDES=-I..
-
/*
* C Source files
--- 67,78 ----
DEFINES=
#endif
+ MANSUFFIX = 1
/*
* Add local include path
*/
INCLUDES=-I..
/*
* C Source files
*** cda_d/Imakefile.orig Tue Aug 12 19:13:31 1997
--- cda_d/Imakefile Sun Sep 7 15:34:34 1997
***************
*** 95,101 ****
#if defined(__QNX__)
LOCAL_LIBRARIES=-lncurses
#else
! LOCAL_LIBRARIES=-lcurses
#endif /* __QNX__ */
#endif /* SINIX */
#endif /* ultrix */
--- 95,101 ----
#if defined(__QNX__)
LOCAL_LIBRARIES=-lncurses
#else
! LOCAL_LIBRARIES=-lcurses -lmytinfo
#endif /* __QNX__ */
#endif /* SINIX */
#endif /* ultrix */
***************
*** 104,109 ****
--- 104,110 ----
#endif /* LinuxArchitecture */
#endif /* SunArchitecture */
+ MANSUFFIX = 1
/*
* C Source files
|