blob: 356b7cb05a5c18b8ede6c4189f0d108d29d9dad7 (
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
*** Imakefile.orig Sat Mar 1 00:48:57 1997
--- Imakefile Sun May 25 19:40:53 1997
***************
*** 6,63 ****
/* ----------------------------------------------------------------------- */
! /* -------------------- ����1 ���ȡ���������� ----------------------- */
/* ----------------------------------------------------------------------- */
! /* ���ȡ���ǥ��쥯�ȥ� */
! /* ���߸��¤�̵���ȥ��ȡ������ޤ���=> ͷ�٤ʤ���(^^; */
! PIXMAPDIR = /usr/local/games/lib/xsoldier
! SCOREDIR = /usr/local/games/lib/xsoldier
! BINDIR = /usr/local/games
! /* �������ե�����̾��SCOREDIR �ʲ����֤���ޤ��� */
SCOREFILE = .scorefile
/* ----------------------------------------------------------------------- */
! /* --------------------- ����2 ����ѥ�������� -------------------------- */
/* ----------------------------------------------------------------------- */
! /* xmkmf �� Makefile �� cc �ˤʤä��㤦��� */
/* CC = gcc */
! /* xpm��X�Ȱۤʤ�ǥ��쥯�ȥ�˥��ȡ��뤵��Ƥ����� */
/* XPMINCDIR = /usr/X11R6/include */
/* XPMLIBDIR = /usr/X11R6/lib */
! /* ������ path ��� */
/* XPMINCFLAGS = -I$(XPMINCDIR) */
/* XPMLIBFLAGS = -L$(XPMLIBDIR) */
! /* ���2�ĤΥ����Ȥ������Ƥ������� */
! /* ������������� */
WAIT = 35000
! /* ����¾����ѥ��륪�ץ���� */
! /* -DDUPSCORE �� Ʊ���ʪ���ϥ���������ʣ������ȥ����� */
! /* -DSYSV �� SystemV �Ϥʤɤ� random �ؿ���̵����硤 */
! /* ������ srand48 �� lrand48 �ؿ�����Ѥ��ޤ� */
LOCAL_DEF =
! /* ���祤���ƥ��å���Ȥ���� */
/* #define JOYSTICK */
/* ----------------------------------------------------------------------- */
! /* ------------------ ����3 ���ȡ��륳�ޥ�ɤ����� ------------------- */
/* ----------------------------------------------------------------------- */
! /* Solaris��openwin����Ѥ��ƥ���ѥ��뤹��Ȥ���ɬ�� */
/* INSTALL = /usr/ucb/install */
/* ----------------------------------------------------------------------- */
/* */
! /* ����Ū�ˤ������鲼�Ϥ��¤�ʤ��ƺѤ�ϥ� */
/* */
/* ----------------------------------------------------------------------- */
--- 6,63 ----
/* ----------------------------------------------------------------------- */
! /* ---------------------- PART1 INSTALL DIRECTORY ------------------------ */
/* ----------------------------------------------------------------------- */
! /* Install Directory */
! /* You can't install without write permission of these. => Unplayable. (^^;*/
! PIXMAPDIR = /usr/X11R6/lib/X11/xsoldier
! SCOREDIR = /usr/X11R6/lib/X11/xsoldier
! BINDIR = /usr/X11R6/bin
! /* Score File Name. It's under SCOREDIR. */
SCOREFILE = .scorefile
/* ----------------------------------------------------------------------- */
! /* ------------------- PART2 COMPILE CONFIGURATION ----------------------- */
/* ----------------------------------------------------------------------- */
! /* What compiler do you want to use? */
/* CC = gcc */
! /* If you have xpm not in the X directory. */
/* XPMINCDIR = /usr/X11R6/include */
/* XPMLIBDIR = /usr/X11R6/lib */
! /* Write path name here and ..... */
/* XPMINCFLAGS = -I$(XPMINCDIR) */
/* XPMLIBFLAGS = -L$(XPMLIBDIR) */
! /* Uncomment the upper 2 lines. */
! /* Game Wait */
WAIT = 35000
! /* The other compile options */
! /* -DDUPSCORE -> Allow multiple entry in the high score */
! /* -DSYSV -> Specify when not have random functions(SystemV etc.) */
! /* Use srand48 and lrand48 instead. */
LOCAL_DEF =
! /* When you use the joystick */
/* #define JOYSTICK */
/* ----------------------------------------------------------------------- */
! /* ------------------ PART3 INSTALL COMMAND CONFIGURATION ---------------- */
/* ----------------------------------------------------------------------- */
! /* You need this when you use openwin on Solaris. */
/* INSTALL = /usr/ucb/install */
/* ----------------------------------------------------------------------- */
/* */
! /* Basically, you don't need change below. */
/* */
/* ----------------------------------------------------------------------- */
|