blob: 2009f6691e586f78f24c399141e10b0bc3916259 (
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
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
|
*** FWF.tmpl.orig Thu Apr 18 07:00:06 1996
--- FWF.tmpl Sun Apr 26 00:06:16 1998
***************
*** 33,53 ****
#define WantMotifVersions 1
! MOTIFINC = -I/usr/MOTIF/include
! XMLIB = -L/usr/MOTIF/lib -lXm
/*------------------------------------------------------------------------
To use a different compiler, or different compiler options
------------------------------------------------------------------------*/
XCOMM CC = gcc
! CDEBUGFLAGS = -g
/*------------------------------------------------------------------------
If you don't want to build the test programs, set this to 0
------------------------------------------------------------------------*/
! #define BuildExecs 1
/*------------------------------------------------------------------------
If you have the XPM pixmap library installed:
--- 33,53 ----
#define WantMotifVersions 1
! MOTIFINC = -I$(X11BASE)/include
! XMLIB = $(MOTIFLIB)
/*------------------------------------------------------------------------
To use a different compiler, or different compiler options
------------------------------------------------------------------------*/
XCOMM CC = gcc
! CDEBUGFLAGS = -O -Wall
/*------------------------------------------------------------------------
If you don't want to build the test programs, set this to 0
------------------------------------------------------------------------*/
! #define BuildExecs 0
/*------------------------------------------------------------------------
If you have the XPM pixmap library installed:
***************
*** 55,61 ****
#define HaveXpm 1
! XCOMM XPM_INCDIR = -I/usr/include/X11R5/X11
XPM_LIB = -lXpm
/*------------------------------------------------------------------------
--- 55,61 ----
#define HaveXpm 1
! XCOMM XPM_INCDIR = -I$(X11BASE)/include/X11
XPM_LIB = -lXpm
/*------------------------------------------------------------------------
***************
*** 84,90 ****
IMAKE_DEFINES = -DAvoidNullMakeCommand
! ARMERGE = ar r
PROJECTDIR = $(TOP)
FWF_LIBBASENAME = fwf
--- 84,90 ----
IMAKE_DEFINES = -DAvoidNullMakeCommand
! ARMERGE = ar qc
PROJECTDIR = $(TOP)
FWF_LIBBASENAME = fwf
|