blob: 87d712103c29cc4f5c57d62be32eabc78c7e04fe (
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
40
41
42
43
44
45
46
|
*** xmcd_d/Imakefile.orig Sat May 23 02:31:49 1998
--- xmcd_d/Imakefile Tue May 26 17:32:59 1998
***************
*** 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. *****************************
***************
*** 68,79 ****
DEFINES=
#endif
/*
* Add local include path
*/
INCLUDES=-I..
-
/*
* C Source files
--- 68,79 ----
DEFINES=
#endif
+ MANSUFFIX = 1
/*
* Add local include path
*/
INCLUDES=-I..
/*
* C Source files
|