[go: up one dir, main page]

Menu

[4f9184]: / src / Makefile  Maximize  Restore  History

Download this file

395 lines (370 with data), 19.1 kB

  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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
include ../VERSION
-include ../install.inc
-include ../sysdep.inc
# executable extenstion
EXEEXT=
CXXFLAGS = \
$(I18N) $(OS2)\
-DLIBDIR='"$(LIBDIR)"' \
-DCFGDIR='"$(CFGDIR)"' \
-DLOCDIR='"$(LOCDIR)"' \
-DKDEDIR='"$(KDEDIR)"' \
-DPACKAGE='"icewm"' \
-DVERSION='"$(VERSION)"' \
-DEXEEXT='"$(EXEEXT)"' \
-DICEWMEXE='"icewm"EXEEXT' \
-DICEHELPEXE='"icehelp"EXEEXT' \
-DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"' \
$(SYS_CFLAGS) $(SYS_INCDIRS)
LFLAGS = $(SYS_LIBDIRS)
LIBS = $(SYS_LIBS)
COREOBJS = \
yapp.o ytimer.o ywindow.o ypaint.o ytooltip.o ypopup.o \
ymenu.o ymenuitem.o yscrollbar.o ybutton.o ylistbox.o yinput.o \
misc.o icons.o ycursor.o ylabel.o yscrollview.o ysocket.o \
wmconfig.o ypaths.o
genpref_OBJS = \
genpref.o
icewm_LIBS = \
$(CORE_LIBS) $(IMAGE_LIBS) $(GNOME_LIBS)
icewm_OBJS = \
ymsgbox.o ydialog.o yurl.o \
wmsession.o wmwinlist.o wmtaskbar.o wmwinmenu.o \
wmdialog.o wmabout.o wmswitch.o wmstatus.o \
wmoption.o wmaction.o \
wmcontainer.o wmclient.o \
wmmgr.o wmapp.o \
wmframe.o wmbutton.o wmminiicon.o wmtitle.o movesize.o \
themes.o decorate.o gnome.o browse.o \
wmprog.o \
atasks.o aworkspaces.o amailbox.o aclock.o acpustatus.o \
apppstatus.o aaddressbar.o objbar.o aapm.o \
$(COREOBJS)
icewmhint_LIBS = \
$(CORE_LIBS)
icewmhint_OBJS = \
icewmhint.o
icewmbg_LIBS = \
$(CORE_LIBS) $(IMAGE_LIBS)
icewmbg_OBJS = \
icewmbg.o misc.o
icesound_LIBS = \
$(CORE_LIBS) $(AUDIO_LIBS)
icesound_OBJS = \
icesound.o misc.o ycmdline.o
icehelp_LIBS = \
$(CORE_LIBS) $(IMAGE_LIBS)
icehelp_OBJS = \
$(COREOBJS) icehelp.o
iceclock_OBJS = \
$(COREOBJS) iceclock.o aclock.o
icebar_OBJS = \
$(COREOBJS) \
wmtaskbar.o \
wmprog.o gnome.o browse.o themes.o wmaction.o \
amailbox.o aclock.o acpustatus.o apppstatus.o aaddressbar.o objbar.o
icesame_OBJS = \
$(COREOBJS) icesame.o
icelist_OBJS = \
$(COREOBJS) icelist.o
iceview_OBJS = \
$(COREOBJS) iceview.o
iceicon_OBJS = \
$(COREOBJS) iceicon.o
icerun_OBJS = \
$(COREOBJS) icerun.o
iceskt_OBJS = \
$(COREOBJS) iceskt.o
COREAPPS = \
genpref$(EXEEXT) icewm$(EXEEXT) icewmhint$(EXEEXT) icewmbg$(EXEEXT)
PROGRAMS = \
$(COREAPPS) \
icehelp$(EXEEXT) icesound$(EXEEXT) \
#icelist$(EXEEXT) iceclock$(EXEEXT) icebar$(EXEEXT) icerun$(EXEEXT)
all: base
-include depend.inc
base: $(COREAPPS) ../lib/preferences
clean:
rm -f $(PROGRAMS) *.o *~
../lib/preferences: genpref
./genpref >../lib/preferences
depend.inc: Makefile
@{ for p in $(PROGRAMS); do echo $$p: "\$$($${p}_OBJS)"; done; } > $@
%.o: %.cc
@echo Compiling $@...
@$(CXX) $(CXXFLAGS) -c $<
$(PROGRAMS):
@echo Linking $@...
@$(LD) -o $@ $($@_OBJS) $(LFLAGS) $($@_LFLAGS) $(LIBS) $($@_LIBS)
libice.so: $(COREOBJS)
-@rm -f $@
ld -shared -o $@ $(COREOBJS)
# for best results patch gccmakedep to use -MM instead of -M
depend:
gccmakedep *.cc
# DO NOT DELETE
aaddressbar.o: aaddressbar.cc config.h ykey.h ylib.h base.h debug.h \
aaddressbar.h yinputline.h ywindow.h ypaint.h ycursor.h ytimer.h \
yaction.h yapp.h sysdep.h default.h
aapm.o: aapm.cc config.h ylib.h base.h debug.h sysdep.h aapm.h \
ywindow.h ypaint.h ycursor.h ytimer.h aclock.h yapp.h prefs.h \
default.h bindkey.h intl.h
aclock.o: aclock.cc config.h ylib.h base.h debug.h aclock.h ywindow.h \
ypaint.h ycursor.h ytimer.h yapp.h prefs.h default.h bindkey.h
acpustatus.o: acpustatus.cc config.h ylib.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h acpustatus.h ytimer.h sysdep.h default.h \
intl.h
amailbox.o: amailbox.cc config.h intl.h ylib.h base.h debug.h \
amailbox.h ywindow.h ypaint.h ycursor.h ytimer.h ysocket.h yurl.h \
yapp.h sysdep.h prefs.h default.h bindkey.h
apppstatus.o: apppstatus.cc config.h ylib.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h apppstatus.h ytimer.h sysdep.h prefs.h \
default.h bindkey.h intl.h
atasks.o: atasks.cc config.h ylib.h base.h debug.h atasks.h ywindow.h \
ypaint.h ycursor.h wmclient.h ymenu.h ypopup.h ytimer.h MwmUtil.h \
wmtaskbar.h yaction.h ybutton.h apppstatus.h prefs.h default.h \
bindkey.h yapp.h wmmgr.h WinMgr.h wmframe.h ymsgbox.h ydialog.h \
ylabel.h yactionbutton.h wmbutton.h wmoption.h wmwinlist.h ylistbox.h \
yscrollbar.h yscrollview.h
aworkspaces.o: aworkspaces.cc config.h ylib.h base.h debug.h \
aworkspaces.h ywindow.h ypaint.h ycursor.h ybutton.h ytimer.h \
wmtaskbar.h yaction.h ymenu.h ypopup.h wmclient.h MwmUtil.h \
apppstatus.h prefs.h default.h bindkey.h wmmgr.h WinMgr.h wmapp.h \
yapp.h ymsgbox.h ydialog.h ylabel.h yactionbutton.h guievent.h \
wmframe.h wmbutton.h wmoption.h
browse.o: browse.cc config.h obj.h ypaint.h objmenu.h ymenu.h ypopup.h \
ywindow.h ycursor.h ytimer.h base.h debug.h ymenuitem.h yaction.h \
browse.h wmmgr.h WinMgr.h wmprog.h sysdep.h
decorate.o: decorate.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmframe.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h yactionbutton.h \
ybutton.h yaction.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h wmaction.h wmtitle.h wmapp.h yapp.h guievent.h \
wmcontainer.h ymenuitem.h
genpref.o: genpref.cc config.h ykey.h ylib.h base.h debug.h sysdep.h \
bindkey.h default.h intl.h
gnome.o: gnome.cc config.h default.h ylib.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h sysdep.h gnomeapps.h objmenu.h ymenu.h \
ypopup.h ytimer.h ymenuitem.h yaction.h obj.h
iceclock.o: iceclock.cc config.h yapp.h ywindow.h ypaint.h ycursor.h \
aclock.h ytimer.h base.h debug.h
icehelp.o: icehelp.cc config.h ylib.h base.h debug.h ylistbox.h \
ywindow.h ypaint.h ycursor.h yscrollbar.h ytimer.h yscrollview.h \
ymenu.h ypopup.h yapp.h sysdep.h yaction.h ymenuitem.h prefs.h \
default.h bindkey.h intl.h
iceicon.o: iceicon.cc config.h ylib.h base.h debug.h ywindow.h \
ypaint.h ycursor.h yscrollbar.h ytimer.h yscrollview.h ymenu.h \
ypopup.h yapp.h yaction.h wmmgr.h WinMgr.h sysdep.h
icelist.o: icelist.cc config.h ylib.h base.h debug.h ylistbox.h \
ywindow.h ypaint.h ycursor.h yscrollbar.h ytimer.h yscrollview.h \
ymenu.h ypopup.h yapp.h yaction.h yinputline.h wmmgr.h WinMgr.h \
sysdep.h intl.h
icerun.o: icerun.cc config.h yapp.h ywindow.h ypaint.h ycursor.h \
yinputline.h ytimer.h base.h debug.h yaction.h ylabel.h ybutton.h \
prefs.h default.h bindkey.h
icesame.o: icesame.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
ywindow.h ypaint.h ycursor.h ylabel.h ymenuitem.h ymenu.h ypopup.h \
ytimer.h yapp.h yaction.h MwmUtil.h intl.h
iceskt.o: iceskt.cc config.h yapp.h ywindow.h ypaint.h ycursor.h \
ysocket.h debug.h
icesound.o: icesound.cc config.h guievent.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h
icetail.o: icetail.cc config.h intl.h base.h debug.h WinMgr.h
iceview.o: iceview.cc config.h ylib.h base.h debug.h ylistbox.h \
ywindow.h ypaint.h ycursor.h yscrollbar.h ytimer.h yscrollview.h \
ymenu.h ypopup.h yapp.h sysdep.h yaction.h intl.h
icewmbg.o: icewmbg.cc config.h intl.h base.h debug.h yapp.h ywindow.h \
ypaint.h ycursor.h WinMgr.h
icewmhint.o: icewmhint.cc config.h guievent.h intl.h
icons.o: icons.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
ypaint.h yapp.h ywindow.h ycursor.h sysdep.h prefs.h default.h \
bindkey.h wmprog.h objmenu.h ymenu.h ypopup.h ytimer.h ymenuitem.h \
yaction.h obj.h intl.h
misc.o: misc.cc config.h sysdep.h ylib.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h intl.h
movesize.o: movesize.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmframe.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h yactionbutton.h \
ybutton.h yaction.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h wmstatus.h yapp.h wmapp.h guievent.h
objbar.o: objbar.cc config.h objbar.h ywindow.h ypaint.h ycursor.h \
ybutton.h obj.h objmenu.h ymenu.h ypopup.h ytimer.h base.h debug.h \
ymenuitem.h yaction.h objbutton.h prefs.h default.h bindkey.h \
wmtaskbar.h wmclient.h MwmUtil.h apppstatus.h
testwinhints.o: testwinhints.cc WinMgr.h
themes.o: themes.cc config.h themes.h objmenu.h ymenu.h ypopup.h \
ywindow.h ypaint.h ycursor.h ytimer.h base.h debug.h ymenuitem.h \
yaction.h obj.h wmmgr.h WinMgr.h wmprog.h sysdep.h prefs.h default.h \
bindkey.h intl.h
wmabout.o: wmabout.cc config.h ylib.h base.h debug.h wmabout.h \
ydialog.h wmclient.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h \
ytimer.h MwmUtil.h ylabel.h prefs.h default.h bindkey.h wmapp.h \
yapp.h ymsgbox.h yactionbutton.h ybutton.h yaction.h guievent.h \
wmframe.h wmbutton.h wmoption.h WinMgr.h wmmgr.h sysdep.h intl.h
wmaction.o: wmaction.cc config.h wmaction.h yaction.h
wmapp.o: wmapp.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
atasks.h ywindow.h ypaint.h ycursor.h wmclient.h ymenu.h ypopup.h \
ytimer.h MwmUtil.h wmapp.h yapp.h ymsgbox.h ydialog.h ylabel.h \
yactionbutton.h ybutton.h yaction.h guievent.h wmaction.h wmmgr.h \
WinMgr.h wmframe.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
wmprog.h objmenu.h ymenuitem.h obj.h wmswitch.h wmstatus.h wmabout.h \
wmdialog.h wmconfig.h wmwinmenu.h wmwinlist.h ylistbox.h yscrollbar.h \
yscrollview.h wmtaskbar.h apppstatus.h wmsession.h gnomeapps.h \
browse.h themes.h sysdep.h intl.h
wmbutton.o: wmbutton.cc config.h ylib.h base.h debug.h wmbutton.h \
yactionbutton.h ybutton.h ywindow.h ypaint.h ycursor.h yaction.h \
ymenu.h ypopup.h ytimer.h wmaction.h wmframe.h ymsgbox.h ydialog.h \
wmclient.h MwmUtil.h ylabel.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h wmtitle.h yapp.h
wmclient.o: wmclient.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmclient.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
MwmUtil.h wmframe.h ymsgbox.h ydialog.h ylabel.h yactionbutton.h \
ybutton.h yaction.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h wmapp.h yapp.h guievent.h sysdep.h
wmconfig.o: wmconfig.cc config.h ykey.h ylib.h base.h debug.h \
wmoption.h ypaint.h wmmgr.h ywindow.h ycursor.h ymenu.h ypopup.h \
ytimer.h WinMgr.h sysdep.h prefs.h default.h bindkey.h yaction.h \
intl.h
wmcontainer.o: wmcontainer.cc config.h ylib.h base.h debug.h \
wmcontainer.h ywindow.h ypaint.h ycursor.h wmframe.h ymenu.h ypopup.h \
ytimer.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h yaction.h wmbutton.h wmoption.h prefs.h \
default.h bindkey.h WinMgr.h wmmgr.h yapp.h
wmdialog.o: wmdialog.cc config.h ykey.h ylib.h base.h debug.h \
wmdialog.h ywindow.h ypaint.h ycursor.h yaction.h wmaction.h \
yactionbutton.h ybutton.h prefs.h default.h bindkey.h wmapp.h yapp.h \
ymenu.h ypopup.h ytimer.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h \
ylabel.h guievent.h wmmgr.h WinMgr.h intl.h
wmframe.o: wmframe.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmframe.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h yactionbutton.h \
ybutton.h yaction.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h atasks.h wmaction.h wmcontainer.h wmtitle.h \
wmminiicon.h wmswitch.h wmtaskbar.h apppstatus.h wmwinlist.h \
ylistbox.h yscrollbar.h yscrollview.h wmapp.h yapp.h guievent.h \
sysdep.h intl.h
wmmgr.o: wmmgr.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmmgr.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
WinMgr.h aaddressbar.h yinputline.h yaction.h atasks.h wmclient.h \
MwmUtil.h aworkspaces.h ybutton.h sysdep.h wmtaskbar.h apppstatus.h \
wmwinlist.h ylistbox.h yscrollbar.h yscrollview.h objmenu.h \
ymenuitem.h obj.h wmswitch.h wmstatus.h wmminiicon.h wmcontainer.h \
wmframe.h ymsgbox.h ydialog.h ylabel.h yactionbutton.h wmbutton.h \
wmoption.h prefs.h default.h bindkey.h wmdialog.h wmsession.h wmapp.h \
yapp.h guievent.h wmaction.h wmprog.h
wmminiicon.o: wmminiicon.cc config.h ylib.h base.h debug.h \
wmminiicon.h ywindow.h ypaint.h ycursor.h wmframe.h ymenu.h ypopup.h \
ytimer.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h yaction.h wmbutton.h wmoption.h prefs.h \
default.h bindkey.h WinMgr.h wmmgr.h yapp.h
wmoption.o: wmoption.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmoption.h wmframe.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h \
ytimer.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h yaction.h wmbutton.h prefs.h default.h \
bindkey.h WinMgr.h wmmgr.h sysdep.h intl.h
wmprog.o: wmprog.cc config.h ykey.h ylib.h base.h debug.h objmenu.h \
ymenu.h ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h ymenuitem.h \
yaction.h obj.h wmprog.h wmoption.h wmaction.h ybutton.h objbutton.h \
objbar.h prefs.h default.h bindkey.h wmapp.h yapp.h ymsgbox.h \
ydialog.h wmclient.h MwmUtil.h ylabel.h yactionbutton.h guievent.h \
sysdep.h wmmgr.h WinMgr.h gnomeapps.h themes.h browse.h wmtaskbar.h \
apppstatus.h intl.h
wmsession.o: wmsession.cc config.h yfull.h ykey.h ylib.h base.h \
debug.h wmframe.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h \
ytimer.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h yaction.h wmbutton.h wmoption.h prefs.h \
default.h bindkey.h WinMgr.h wmmgr.h wmsession.h wmapp.h yapp.h \
guievent.h intl.h
wmstatus.o: wmstatus.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
wmstatus.h ywindow.h ypaint.h ycursor.h wmswitch.h ymenu.h ypopup.h \
ytimer.h wmframe.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h yaction.h wmbutton.h wmoption.h prefs.h \
default.h bindkey.h WinMgr.h wmmgr.h intl.h
wmswitch.o: wmswitch.cc config.h ykey.h ylib.h base.h debug.h \
wmswitch.h ymenu.h ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h \
wmmgr.h WinMgr.h wmframe.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h \
ylabel.h yactionbutton.h ybutton.h yaction.h wmbutton.h wmoption.h \
prefs.h default.h bindkey.h yapp.h
wmtaskbar.o: wmtaskbar.cc config.h yfull.h ykey.h ylib.h base.h \
debug.h wmtaskbar.h yaction.h ybutton.h ywindow.h ypaint.h ycursor.h \
ymenu.h ypopup.h ytimer.h wmclient.h MwmUtil.h apppstatus.h \
ymenuitem.h wmmgr.h WinMgr.h wmframe.h ymsgbox.h ydialog.h ylabel.h \
yactionbutton.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
wmapp.h yapp.h guievent.h wmaction.h wmprog.h objmenu.h obj.h \
sysdep.h wmwinlist.h ylistbox.h yscrollbar.h yscrollview.h \
aaddressbar.h yinputline.h aclock.h acpustatus.h amailbox.h ysocket.h \
yurl.h objbar.h atasks.h aworkspaces.h aapm.h intl.h
wmtitle.o: wmtitle.cc config.h ylib.h base.h debug.h wmtitle.h \
ywindow.h ypaint.h ycursor.h wmframe.h ymenu.h ypopup.h ytimer.h \
ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h yactionbutton.h \
ybutton.h yaction.h wmbutton.h wmoption.h prefs.h default.h bindkey.h \
WinMgr.h wmmgr.h wmwinlist.h ylistbox.h yscrollbar.h yscrollview.h \
wmapp.h yapp.h guievent.h
wmwinlist.o: wmwinlist.cc config.h ykey.h ylib.h base.h debug.h \
wmwinlist.h wmclient.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h \
ytimer.h MwmUtil.h ylistbox.h yscrollbar.h yscrollview.h yaction.h \
ymenuitem.h wmaction.h wmframe.h ymsgbox.h ydialog.h ylabel.h \
yactionbutton.h ybutton.h wmbutton.h wmoption.h prefs.h default.h \
bindkey.h WinMgr.h wmmgr.h wmapp.h yapp.h guievent.h sysdep.h intl.h
wmwinmenu.o: wmwinmenu.cc config.h wmaction.h ylib.h base.h debug.h \
ymenu.h ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h ymenuitem.h \
yaction.h sysdep.h prefs.h default.h bindkey.h wmmgr.h WinMgr.h \
wmframe.h ymsgbox.h ydialog.h wmclient.h MwmUtil.h ylabel.h \
yactionbutton.h ybutton.h wmbutton.h wmoption.h wmwinmenu.h intl.h
yapp.o: yapp.cc config.h yfull.h ykey.h ylib.h base.h debug.h yapp.h \
ywindow.h ypaint.h ycursor.h ysocket.h sysdep.h wmprog.h objmenu.h \
ymenu.h ypopup.h ytimer.h ymenuitem.h yaction.h obj.h wmmgr.h \
WinMgr.h MwmUtil.h prefs.h default.h bindkey.h intl.h
ybutton.o: ybutton.cc config.h ykey.h ylib.h base.h debug.h ybutton.h \
ywindow.h ypaint.h ycursor.h yaction.h ymenu.h ypopup.h ytimer.h \
yapp.h prefs.h default.h bindkey.h wmtaskbar.h wmclient.h MwmUtil.h \
apppstatus.h intl.h
ycursor.o: ycursor.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
yapp.h ywindow.h ypaint.h ycursor.h wmprog.h objmenu.h ymenu.h \
ypopup.h ytimer.h ymenuitem.h yaction.h obj.h intl.h
ydialog.o: ydialog.cc config.h ykey.h ylib.h base.h debug.h ydialog.h \
wmclient.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h ytimer.h \
MwmUtil.h yapp.h prefs.h default.h bindkey.h WinMgr.h wmframe.h \
ymsgbox.h ylabel.h yactionbutton.h ybutton.h yaction.h wmbutton.h \
wmoption.h wmmgr.h wmdialog.h wmabout.h sysdep.h
yinput.o: yinput.cc config.h ykey.h ylib.h base.h debug.h yinputline.h \
ywindow.h ypaint.h ycursor.h ytimer.h yaction.h ymenu.h ypopup.h \
ymenuitem.h yapp.h prefs.h default.h bindkey.h intl.h
ylabel.o: ylabel.cc config.h ylabel.h ywindow.h ypaint.h ycursor.h \
ymenu.h ypopup.h ytimer.h base.h debug.h prefs.h default.h bindkey.h
ylistbox.o: ylistbox.cc config.h ykey.h ylib.h base.h debug.h \
ylistbox.h ywindow.h ypaint.h ycursor.h yscrollbar.h ytimer.h \
yscrollview.h ymenu.h ypopup.h yapp.h prefs.h default.h bindkey.h
ymenu.o: ymenu.cc config.h ykey.h ylib.h base.h debug.h ymenu.h \
ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h yaction.h ymenuitem.h \
yapp.h prefs.h default.h bindkey.h
ymenuitem.o: ymenuitem.cc config.h ykey.h ylib.h base.h debug.h \
ymenuitem.h ymenu.h ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h \
yaction.h yapp.h prefs.h default.h bindkey.h
ymsgbox.o: ymsgbox.cc config.h ylib.h base.h debug.h ymsgbox.h \
ydialog.h wmclient.h ywindow.h ypaint.h ycursor.h ymenu.h ypopup.h \
ytimer.h MwmUtil.h ylabel.h yactionbutton.h ybutton.h yaction.h \
WinMgr.h yapp.h wmframe.h wmbutton.h wmoption.h prefs.h default.h \
bindkey.h wmmgr.h sysdep.h intl.h
ypaint.o: ypaint.cc config.h ylib.h base.h debug.h ypaint.h yapp.h \
ywindow.h ycursor.h sysdep.h prefs.h default.h bindkey.h intl.h
yparser.o: yparser.cc base.h debug.h intl.h yparser.h
ypopup.o: ypopup.cc config.h ykey.h ylib.h base.h debug.h ymenu.h \
ypopup.h ywindow.h ypaint.h ycursor.h ytimer.h yapp.h prefs.h \
default.h bindkey.h
yscrollbar.o: yscrollbar.cc config.h ykey.h ylib.h base.h debug.h \
yscrollbar.h ywindow.h ypaint.h ycursor.h ytimer.h yapp.h prefs.h \
default.h bindkey.h
yscrollview.o: yscrollview.cc config.h yscrollview.h ywindow.h \
ypaint.h ycursor.h ylistbox.h yscrollbar.h ytimer.h base.h debug.h \
yapp.h prefs.h default.h bindkey.h
ysocket.o: ysocket.cc config.h base.h debug.h ysocket.h yapp.h \
ywindow.h ypaint.h ycursor.h
ytimer.o: ytimer.cc config.h ytimer.h base.h debug.h yapp.h ywindow.h \
ypaint.h ycursor.h
ytooltip.o: ytooltip.cc config.h ytooltip.h ywindow.h ypaint.h \
ycursor.h ytimer.h base.h debug.h prefs.h default.h bindkey.h
yurl.o: yurl.cc yurl.h base.h debug.h intl.h
ywindow.o: ywindow.cc config.h yfull.h ykey.h ylib.h base.h debug.h \
yutil.h ywindow.h ypaint.h ycursor.h ytooltip.h ytimer.h yapp.h \
sysdep.h prefs.h default.h bindkey.h