626f2926899da542ca3da31bb78314a7db283b8f
[xscreensaver] / hacks / glx / Makefile.in
1 # hacks/glx/Makefile.in --- xscreensaver, Copyright (c) 1999 Jamie Zawinski.
2 # the `../../configure' script generates `hacks/glx/Makefile' from this file.
3
4 @SET_MAKE@
5 .SUFFIXES:
6 .SUFFIXES: .c .o
7
8 srcdir          = @srcdir@
9 VPATH           = @srcdir@
10
11 install_prefix  =
12 prefix          = @prefix@
13 exec_prefix     = @exec_prefix@
14 bindir          = @bindir@
15 mandir          = @mandir@
16 man1dir         = $(mandir)/man1
17 mansuffix       = 1
18
19 CC              = @CC@
20 CFLAGS          = @CFLAGS@
21 LDFLAGS         = @LDFLAGS@
22 DEFS            = -DSTANDALONE -DUSE_GL @DEFS@
23 LIBS            = @LIBS@
24
25 DEPEND          = @DEPEND@
26 DEPEND_FLAGS    = @DEPEND_FLAGS@
27 DEPEND_DEFINES  = @DEPEND_DEFINES@
28
29 SHELL           = /bin/sh
30 INSTALL         = @INSTALL@
31 INSTALL_PROGRAM = @INSTALL_PROGRAM@
32 INSTALL_DATA    = @INSTALL_DATA@
33 INSTALL_DIRS    = @INSTALL_DIRS@
34 HACKDIR         = @HACKDIR@
35
36 X_CFLAGS        = @X_CFLAGS@
37 X_LIBS          = @X_LIBS@
38 X_PRE_LIBS      = @X_PRE_LIBS@
39 X_EXTRA_LIBS    = @X_EXTRA_LIBS@
40
41 # Note: see comment in ../../driver/Makefile.in for explanation of X_LIBS, etc.
42 #
43 HACK_PRE        = $(LIBS) $(X_LIBS)
44 HACK_POST       = $(X_PRE_LIBS) -lXt -lX11 -lXext $(X_EXTRA_LIBS) -lm
45 HACK_POST2      = @GL_LIBS@ @HACK_LIBS@ $(HACK_POST)
46 HACK_LIBS       = $(HACK_PRE)                       $(HACK_POST2)
47 XPM_LIBS        = $(HACK_PRE)            @XPM_LIBS@ $(HACK_POST2)
48 GLE_LIBS        = $(HACK_PRE) @GLE_LIBS@ @XPM_LIBS@ $(HACK_POST2)
49
50 HACK_SRC        = $(srcdir)/..
51 HACK_BIN        = ..
52 UTILS_SRC       = $(HACK_SRC)/../utils
53 UTILS_BIN       = $(HACK_BIN)/../utils
54
55 INCLUDES        = -I$(srcdir) -I$(UTILS_SRC) -I$(HACK_SRC) -I../.. @INCLUDES@
56
57 UTIL_SRCS       = $(UTILS_SRC)/colors.c $(UTILS_SRC)/hsv.c \
58                   $(UTILS_SRC)/resources.c $(UTILS_SRC)/usleep.c \
59                   $(UTILS_SRC)/visual.c $(UTILS_SRC)/visual-gl.c \
60                   $(UTILS_SRC)/yarandom.c
61 UTIL_OBJS       = $(UTILS_SRC)/colors.o $(UTILS_SRC)/hsv.o \
62                   $(UTILS_SRC)/resources.o $(UTILS_SRC)/usleep.o \
63                   $(UTILS_SRC)/visual.o $(UTILS_SRC)/visual-gl.o \
64                    $(UTILS_SRC)/yarandom.o
65
66 SRCS            = atlantis.c b_draw.c b_lockglue.c b_sphere.c bubble3d.c \
67                   buildlwo.c cage.c dolphin.c gears.c lament.c moebius.c \
68                   morph3d.c pipeobjs.c pipes.c rubik.c s1_1.c s1_2.c s1_3.c \
69                   s1_4.c s1_5.c s1_6.c s1_b.c shark.c sproingies.c \
70                   sproingiewrap.c stairs.c superquadrics.c swim.c whale.c \
71                   xlock-gl.c xpm-ximage.c glplanet.c pulsar.c \
72                   extrusion.c extrusion-helix2.c extrusion-helix3.c \
73                   extrusion-helix4.c extrusion-joinoffset.c extrusion-screw.c \
74                   extrusion-taper.c extrusion-twistoid.c sierpinski3d.c
75
76 OBJS            = atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
77                   buildlwo.o cage.o dolphin.o gears.o lament.o moebius.o \
78                   morph3d.o pipeobjs.o pipes.o rubik.o s1_1.o s1_2.o s1_3.o \
79                   s1_4.o s1_5.o s1_6.o s1_b.o shark.o sproingies.o \
80                   sproingiewrap.o stairs.o superquadrics.o swim.o whale.o \
81                   xlock-gl.o xpm-ximage.o glplanet.o pulsar.o \
82                   extrusion.o extrusion-helix2.o extrusion-helix3.o \
83                   extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
84                   extrusion-taper.o extrusion-twistoid.o sierpinski3d.o
85
86 GL_EXES         = cage gears moebius pipes sproingies stairs superquadrics \
87                   morph3d rubik atlantis lament bubble3d glplanet pulsar \
88                   sierpinski3d
89 GLE_EXES        = extrusion
90 EXES            = @GL_EXES@ @GLE_EXES@
91
92 HACK_OBJS       = screenhack-gl.o xlock-gl.o $(HACK_BIN)/xlockmore.o \
93                   $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
94                   $(UTILS_BIN)/visual-gl.o $(UTILS_BIN)/usleep.o \
95                   $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/hsv.o \
96                   $(UTILS_BIN)/colors.o
97
98 HDRS            = atlantis.h bubble3d.h buildlwo.h e_textures.h xpm-ximage.h
99 GL_MEN          = lament.man
100 MEN             = @GL_MEN@
101 EXTRAS          = README Makefile.in
102
103 TARFILES        = $(SRCS) $(HDRS) $(MEN) $(EXTRAS)
104
105
106 default: all
107 all: $(EXES)
108
109 install:   install-program   install-man
110 uninstall: uninstall-program uninstall-man
111
112 install-strip:
113         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
114
115 install-program: $(EXES)
116         @if [ ! -d $(install_prefix)$(HACKDIR) ]; then                  \
117           $(INSTALL_DIRS) $(install_prefix)$(HACKDIR) ;                 \
118          fi ;                                                           \
119         exes="$(EXES)" ;                                                \
120         for program in $$exes; do                                       \
121           echo $(INSTALL_PROGRAM) $$program                             \
122             $(install_prefix)$(HACKDIR)/$$program ;                     \
123           $(INSTALL_PROGRAM) $$program                                  \
124             $(install_prefix)$(HACKDIR)/$$program ;                     \
125         done
126
127 install-man: $(MEN)
128         @men="$(MEN)" ;                                                 \
129         if [ ! -d $(install_prefix)$(man1dir) ]; then                   \
130           $(INSTALL_DIRS) $(install_prefix)$(man1dir) ;                 \
131          fi ;                                                           \
132         for man in $$men; do                                            \
133           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
134           echo $(INSTALL_DATA) $(srcdir)/$$man                          \
135            $(install_prefix)$(man1dir)/$$instname ;                     \
136           $(INSTALL_DATA) $(srcdir)/$$man                               \
137             $(install_prefix)$(man1dir)/$$instname ;                    \
138         done
139
140 uninstall-program:
141         @exes="$(EXES)" ;                                               \
142         for program in $$exes; do                                       \
143           echo rm -f $(install_prefix)$(HACKDIR)/$$program ;            \
144           rm -f $(install_prefix)$(HACKDIR)/$$program ;                 \
145         done
146
147 uninstall-man:
148         @men="$(MEN)" ;                                                 \
149         for man in $$men; do                                            \
150           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
151           echo rm -f $(install_prefix)$(man1dir)/$$instname ;           \
152           rm -f $(install_prefix)$(man1dir)/$$instname ;                \
153         done
154
155 clean:
156         -rm -f *.o a.out core $(EXES)
157
158 distclean: clean
159         -rm -f Makefile TAGS *~ "#"*
160
161 # Adds all current dependencies to Makefile
162 depend:
163         $(DEPEND) -s '# DO NOT DELETE: updated by make depend'              \
164         $(DEPEND_FLAGS) --                                                  \
165         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
166         $(SRCS)
167
168 # Adds some dependencies to Makefile.in -- not totally accurate, but pretty
169 # close.  This excludes dependencies on files in /usr/include, etc.  It tries
170 # to include only dependencies on files which are themselves a part of this
171 # package.
172 distdepend::
173         @echo updating dependencies in `pwd`/Makefile.in... ;               \
174         $(DEPEND) -w 0 -f -                                                 \
175         -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
176         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
177         $(SRCS) |                                                           \
178         (                                                                   \
179           awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \
180           sed -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d'                        \
181               -e 's@\.\./\.\./utils@$$(UTILS_SRC)@g'                        \
182               -e 's@\.\./glx/@@g'                                           \
183               -e 's@ \.\./@ $$(HACK_SRC)/@g'                                \
184               -e 's@ \([^$$]\)@ $$(srcdir)/\1@g'                            \
185               -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g'                       \
186               -e 's@ $$(HACK_SRC)/\(.*config.h\)@ ../\1@g' ;                \
187           echo ''                                                           \
188         ) > /tmp/distdepend.$$$$ &&                                         \
189         mv Makefile.in Makefile.in.bak &&                                   \
190         mv /tmp/distdepend.$$$$ Makefile.in
191
192 TAGS: tags
193 tags:
194         find $(srcdir) -name '*.[chly]' -print | xargs etags -a
195
196 echo_tarfiles:
197         @echo $(TARFILES)
198
199
200 # Rules for noticing when the objects from the utils directory are out of
201 # date with respect to their sources, and going and building them according
202 # to the rules in their own Makefile...
203 #
204 $(UTILS_BIN)/colors.o:          $(UTILS_SRC)/colors.c
205 $(UTILS_BIN)/hsv.o:             $(UTILS_SRC)/hsv.c
206 $(UTILS_BIN)/resources.o:       $(UTILS_SRC)/resources.c
207 $(UTILS_BIN)/usleep.o:          $(UTILS_SRC)/usleep.c
208 $(UTILS_BIN)/visual.o:          $(UTILS_SRC)/visual.c
209 $(UTILS_BIN)/visual-gl.o:       $(UTILS_SRC)/visual-gl.c
210 $(UTILS_BIN)/yarandom.o:        $(UTILS_SRC)/yarandom.c
211
212 $(UTIL_OBJS):
213         cd $(UTILS_BIN) ; \
214         $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
215
216 $(HACK_BIN)/xlockmore.o: $(HACK_SRC)/xlockmore.c
217         cd $(HACK_BIN)  ; $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)"
218
219
220 # How we build object files in this directory.
221 .c.o:
222         $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $<
223
224 # These hacks use a slightly-differently-compiled variant of screenhack.c.
225 # This is how to make the the other .o file from it.
226 #
227 screenhack-gl.o: $(HACK_SRC)/screenhack.c
228         $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \
229           -DXLOCKMORE  -DUSE_GL $(HACK_SRC)/screenhack.c
230
231 CC_HACK         = $(CC) $(LDFLAGS)
232
233 atlantis:       atlantis.o      $(HACK_OBJS) dolphin.o shark.o swim.o whale.o
234         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) dolphin.o shark.o swim.o whale.o \
235                                 $(HACK_LIBS)
236
237 cage:           cage.o          $(HACK_OBJS)
238         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
239
240 gears:          gears.o         $(HACK_OBJS)
241         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
242
243 moebius:        moebius.o               $(HACK_OBJS)
244         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
245
246 pipes:          pipes.o         $(HACK_OBJS) pipeobjs.o buildlwo.o
247         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) pipeobjs.o buildlwo.o \
248           $(HACK_LIBS)
249
250 superquadrics:  superquadrics.o $(HACK_OBJS)
251         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
252
253 morph3d:        morph3d.o       $(HACK_OBJS)
254         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
255
256 rubik:          rubik.o $(HACK_OBJS)
257         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
258
259 stairs:         stairs.o        $(HACK_OBJS)
260         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
261
262 SPROINGIES = sproingiewrap.o buildlwo.o \
263              s1_1.o s1_2.o s1_3.o s1_4.o s1_5.o s1_6.o s1_b.o
264 sproingies: sproingies.o $(HACK_OBJS) $(SPROINGIES)
265         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(SPROINGIES) $(HACK_LIBS)
266
267 lament:         lament.o        $(HACK_OBJS) xpm-ximage.o
268         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
269
270 B3D = b_sphere.o b_draw.o b_lockglue.o
271 bubble3d:       bubble3d.o      $(HACK_OBJS) $(B3D)
272         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(B3D) $(HACK_LIBS)
273
274 glplanet:       glplanet.o      $(HACK_OBJS) xpm-ximage.o
275         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
276
277 pulsar:         pulsar.o        $(HACK_OBJS)
278         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
279
280 EXTRUSION_OBJS=extrusion.o extrusion-helix2.o extrusion-helix3.o    \
281         extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
282         extrusion-taper.o extrusion-twistoid.o
283 extrusion:      $(EXTRUSION_OBJS) $(HACK_OBJS)
284         $(CC_HACK) -o $@ $(EXTRUSION_OBJS) $(HACK_OBJS) $(GLE_LIBS)
285
286 sierpinski3d:   sierpinski3d.o  $(HACK_OBJS)
287         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
288
289
290 ##############################################################################
291 #
292 # DO NOT DELETE: updated by make distdepend
293 # $(srcdir)/DO $(srcdir)/NOT $(srcdir)/DELETE: $(srcdir)/updated $(srcdir)/by $(srcdir)/make $(srcdir)/distdepend
294
295 atlantis.o: $(HACK_SRC)/xlockmore.h
296 atlantis.o: ../../config.h
297 atlantis.o: $(HACK_SRC)/xlockmoreI.h
298 atlantis.o: $(HACK_SRC)/screenhack.h
299 atlantis.o: $(UTILS_SRC)/yarandom.h
300 atlantis.o: $(UTILS_SRC)/usleep.h
301 atlantis.o: $(UTILS_SRC)/resources.h
302 atlantis.o: $(UTILS_SRC)/hsv.h
303 atlantis.o: $(UTILS_SRC)/colors.h
304 atlantis.o: $(UTILS_SRC)/grabscreen.h
305 atlantis.o: $(UTILS_SRC)/visual.h
306 atlantis.o: $(UTILS_SRC)/xshm.h
307 atlantis.o: $(srcdir)/atlantis.h
308 b_draw.o: $(srcdir)/bubble3d.h
309 b_draw.o: $(HACK_SRC)/xlockmoreI.h
310 b_draw.o: $(HACK_SRC)/screenhack.h
311 b_draw.o: ../../config.h
312 b_draw.o: $(UTILS_SRC)/yarandom.h
313 b_draw.o: $(UTILS_SRC)/usleep.h
314 b_draw.o: $(UTILS_SRC)/resources.h
315 b_draw.o: $(UTILS_SRC)/hsv.h
316 b_draw.o: $(UTILS_SRC)/colors.h
317 b_draw.o: $(UTILS_SRC)/grabscreen.h
318 b_draw.o: $(UTILS_SRC)/visual.h
319 b_draw.o: $(UTILS_SRC)/xshm.h
320 b_lockglue.o: $(srcdir)/bubble3d.h
321 b_lockglue.o: $(HACK_SRC)/xlockmoreI.h
322 b_lockglue.o: $(HACK_SRC)/screenhack.h
323 b_lockglue.o: ../../config.h
324 b_lockglue.o: $(UTILS_SRC)/yarandom.h
325 b_lockglue.o: $(UTILS_SRC)/usleep.h
326 b_lockglue.o: $(UTILS_SRC)/resources.h
327 b_lockglue.o: $(UTILS_SRC)/hsv.h
328 b_lockglue.o: $(UTILS_SRC)/colors.h
329 b_lockglue.o: $(UTILS_SRC)/grabscreen.h
330 b_lockglue.o: $(UTILS_SRC)/visual.h
331 b_lockglue.o: $(UTILS_SRC)/xshm.h
332 b_lockglue.o: $(HACK_SRC)/xlockmore.h
333 b_sphere.o: $(srcdir)/bubble3d.h
334 b_sphere.o: $(HACK_SRC)/xlockmoreI.h
335 b_sphere.o: $(HACK_SRC)/screenhack.h
336 b_sphere.o: ../../config.h
337 b_sphere.o: $(UTILS_SRC)/yarandom.h
338 b_sphere.o: $(UTILS_SRC)/usleep.h
339 b_sphere.o: $(UTILS_SRC)/resources.h
340 b_sphere.o: $(UTILS_SRC)/hsv.h
341 b_sphere.o: $(UTILS_SRC)/colors.h
342 b_sphere.o: $(UTILS_SRC)/grabscreen.h
343 b_sphere.o: $(UTILS_SRC)/visual.h
344 b_sphere.o: $(UTILS_SRC)/xshm.h
345 bubble3d.o: $(srcdir)/bubble3d.h
346 bubble3d.o: $(HACK_SRC)/xlockmoreI.h
347 bubble3d.o: $(HACK_SRC)/screenhack.h
348 bubble3d.o: ../../config.h
349 bubble3d.o: $(UTILS_SRC)/yarandom.h
350 bubble3d.o: $(UTILS_SRC)/usleep.h
351 bubble3d.o: $(UTILS_SRC)/resources.h
352 bubble3d.o: $(UTILS_SRC)/hsv.h
353 bubble3d.o: $(UTILS_SRC)/colors.h
354 bubble3d.o: $(UTILS_SRC)/grabscreen.h
355 bubble3d.o: $(UTILS_SRC)/visual.h
356 bubble3d.o: $(UTILS_SRC)/xshm.h
357 buildlwo.o: $(srcdir)/buildlwo.h
358 cage.o: $(HACK_SRC)/xlockmore.h
359 cage.o: ../../config.h
360 cage.o: $(HACK_SRC)/xlockmoreI.h
361 cage.o: $(HACK_SRC)/screenhack.h
362 cage.o: $(UTILS_SRC)/yarandom.h
363 cage.o: $(UTILS_SRC)/usleep.h
364 cage.o: $(UTILS_SRC)/resources.h
365 cage.o: $(UTILS_SRC)/hsv.h
366 cage.o: $(UTILS_SRC)/colors.h
367 cage.o: $(UTILS_SRC)/grabscreen.h
368 cage.o: $(UTILS_SRC)/visual.h
369 cage.o: $(UTILS_SRC)/xshm.h
370 cage.o: $(srcdir)/e_textures.h
371 dolphin.o: $(srcdir)/atlantis.h
372 gears.o: $(HACK_SRC)/xlockmore.h
373 gears.o: ../../config.h
374 gears.o: $(HACK_SRC)/xlockmoreI.h
375 gears.o: $(HACK_SRC)/screenhack.h
376 gears.o: $(UTILS_SRC)/yarandom.h
377 gears.o: $(UTILS_SRC)/usleep.h
378 gears.o: $(UTILS_SRC)/resources.h
379 gears.o: $(UTILS_SRC)/hsv.h
380 gears.o: $(UTILS_SRC)/colors.h
381 gears.o: $(UTILS_SRC)/grabscreen.h
382 gears.o: $(UTILS_SRC)/visual.h
383 gears.o: $(UTILS_SRC)/xshm.h
384 lament.o: $(HACK_SRC)/xlockmore.h
385 lament.o: ../../config.h
386 lament.o: $(HACK_SRC)/xlockmoreI.h
387 lament.o: $(HACK_SRC)/screenhack.h
388 lament.o: $(UTILS_SRC)/yarandom.h
389 lament.o: $(UTILS_SRC)/usleep.h
390 lament.o: $(UTILS_SRC)/resources.h
391 lament.o: $(UTILS_SRC)/hsv.h
392 lament.o: $(UTILS_SRC)/colors.h
393 lament.o: $(UTILS_SRC)/grabscreen.h
394 lament.o: $(UTILS_SRC)/visual.h
395 lament.o: $(UTILS_SRC)/xshm.h
396 lament.o: $(srcdir)/xpm-ximage.h
397 lament.o: $(HACK_SRC)/images/lament.xpm
398 moebius.o: $(HACK_SRC)/xlockmore.h
399 moebius.o: ../../config.h
400 moebius.o: $(HACK_SRC)/xlockmoreI.h
401 moebius.o: $(HACK_SRC)/screenhack.h
402 moebius.o: $(UTILS_SRC)/yarandom.h
403 moebius.o: $(UTILS_SRC)/usleep.h
404 moebius.o: $(UTILS_SRC)/resources.h
405 moebius.o: $(UTILS_SRC)/hsv.h
406 moebius.o: $(UTILS_SRC)/colors.h
407 moebius.o: $(UTILS_SRC)/grabscreen.h
408 moebius.o: $(UTILS_SRC)/visual.h
409 moebius.o: $(UTILS_SRC)/xshm.h
410 moebius.o: $(srcdir)/e_textures.h
411 morph3d.o: $(HACK_SRC)/xlockmore.h
412 morph3d.o: ../../config.h
413 morph3d.o: $(HACK_SRC)/xlockmoreI.h
414 morph3d.o: $(HACK_SRC)/screenhack.h
415 morph3d.o: $(UTILS_SRC)/yarandom.h
416 morph3d.o: $(UTILS_SRC)/usleep.h
417 morph3d.o: $(UTILS_SRC)/resources.h
418 morph3d.o: $(UTILS_SRC)/hsv.h
419 morph3d.o: $(UTILS_SRC)/colors.h
420 morph3d.o: $(UTILS_SRC)/grabscreen.h
421 morph3d.o: $(UTILS_SRC)/visual.h
422 morph3d.o: $(UTILS_SRC)/xshm.h
423 pipeobjs.o: $(srcdir)/buildlwo.h
424 pipes.o: $(HACK_SRC)/xlockmore.h
425 pipes.o: ../../config.h
426 pipes.o: $(HACK_SRC)/xlockmoreI.h
427 pipes.o: $(HACK_SRC)/screenhack.h
428 pipes.o: $(UTILS_SRC)/yarandom.h
429 pipes.o: $(UTILS_SRC)/usleep.h
430 pipes.o: $(UTILS_SRC)/resources.h
431 pipes.o: $(UTILS_SRC)/hsv.h
432 pipes.o: $(UTILS_SRC)/colors.h
433 pipes.o: $(UTILS_SRC)/grabscreen.h
434 pipes.o: $(UTILS_SRC)/visual.h
435 pipes.o: $(UTILS_SRC)/xshm.h
436 pipes.o: $(srcdir)/buildlwo.h
437 rubik.o: $(HACK_SRC)/xlockmore.h
438 rubik.o: ../../config.h
439 rubik.o: $(HACK_SRC)/xlockmoreI.h
440 rubik.o: $(HACK_SRC)/screenhack.h
441 rubik.o: $(UTILS_SRC)/yarandom.h
442 rubik.o: $(UTILS_SRC)/usleep.h
443 rubik.o: $(UTILS_SRC)/resources.h
444 rubik.o: $(UTILS_SRC)/hsv.h
445 rubik.o: $(UTILS_SRC)/colors.h
446 rubik.o: $(UTILS_SRC)/grabscreen.h
447 rubik.o: $(UTILS_SRC)/visual.h
448 rubik.o: $(UTILS_SRC)/xshm.h
449 s1_1.o: $(srcdir)/buildlwo.h
450 s1_2.o: $(srcdir)/buildlwo.h
451 s1_3.o: $(srcdir)/buildlwo.h
452 s1_4.o: $(srcdir)/buildlwo.h
453 s1_5.o: $(srcdir)/buildlwo.h
454 s1_6.o: $(srcdir)/buildlwo.h
455 s1_b.o: $(srcdir)/buildlwo.h
456 shark.o: $(srcdir)/atlantis.h
457 sproingies.o: $(HACK_SRC)/xlockmoreI.h
458 sproingies.o: $(HACK_SRC)/screenhack.h
459 sproingies.o: ../../config.h
460 sproingies.o: $(UTILS_SRC)/yarandom.h
461 sproingies.o: $(UTILS_SRC)/usleep.h
462 sproingies.o: $(UTILS_SRC)/resources.h
463 sproingies.o: $(UTILS_SRC)/hsv.h
464 sproingies.o: $(UTILS_SRC)/colors.h
465 sproingies.o: $(UTILS_SRC)/grabscreen.h
466 sproingies.o: $(UTILS_SRC)/visual.h
467 sproingies.o: $(UTILS_SRC)/xshm.h
468 sproingies.o: $(srcdir)/buildlwo.h
469 sproingiewrap.o: $(HACK_SRC)/xlockmore.h
470 sproingiewrap.o: ../../config.h
471 sproingiewrap.o: $(HACK_SRC)/xlockmoreI.h
472 sproingiewrap.o: $(HACK_SRC)/screenhack.h
473 sproingiewrap.o: $(UTILS_SRC)/yarandom.h
474 sproingiewrap.o: $(UTILS_SRC)/usleep.h
475 sproingiewrap.o: $(UTILS_SRC)/resources.h
476 sproingiewrap.o: $(UTILS_SRC)/hsv.h
477 sproingiewrap.o: $(UTILS_SRC)/colors.h
478 sproingiewrap.o: $(UTILS_SRC)/grabscreen.h
479 sproingiewrap.o: $(UTILS_SRC)/visual.h
480 sproingiewrap.o: $(UTILS_SRC)/xshm.h
481 stairs.o: $(HACK_SRC)/xlockmore.h
482 stairs.o: ../../config.h
483 stairs.o: $(HACK_SRC)/xlockmoreI.h
484 stairs.o: $(HACK_SRC)/screenhack.h
485 stairs.o: $(UTILS_SRC)/yarandom.h
486 stairs.o: $(UTILS_SRC)/usleep.h
487 stairs.o: $(UTILS_SRC)/resources.h
488 stairs.o: $(UTILS_SRC)/hsv.h
489 stairs.o: $(UTILS_SRC)/colors.h
490 stairs.o: $(UTILS_SRC)/grabscreen.h
491 stairs.o: $(UTILS_SRC)/visual.h
492 stairs.o: $(UTILS_SRC)/xshm.h
493 stairs.o: $(srcdir)/e_textures.h
494 superquadrics.o: $(HACK_SRC)/xlockmore.h
495 superquadrics.o: ../../config.h
496 superquadrics.o: $(HACK_SRC)/xlockmoreI.h
497 superquadrics.o: $(HACK_SRC)/screenhack.h
498 superquadrics.o: $(UTILS_SRC)/yarandom.h
499 superquadrics.o: $(UTILS_SRC)/usleep.h
500 superquadrics.o: $(UTILS_SRC)/resources.h
501 superquadrics.o: $(UTILS_SRC)/hsv.h
502 superquadrics.o: $(UTILS_SRC)/colors.h
503 superquadrics.o: $(UTILS_SRC)/grabscreen.h
504 superquadrics.o: $(UTILS_SRC)/visual.h
505 superquadrics.o: $(UTILS_SRC)/xshm.h
506 swim.o: $(HACK_SRC)/xlockmoreI.h
507 swim.o: $(HACK_SRC)/screenhack.h
508 swim.o: ../../config.h
509 swim.o: $(UTILS_SRC)/yarandom.h
510 swim.o: $(UTILS_SRC)/usleep.h
511 swim.o: $(UTILS_SRC)/resources.h
512 swim.o: $(UTILS_SRC)/hsv.h
513 swim.o: $(UTILS_SRC)/colors.h
514 swim.o: $(UTILS_SRC)/grabscreen.h
515 swim.o: $(UTILS_SRC)/visual.h
516 swim.o: $(UTILS_SRC)/xshm.h
517 swim.o: $(srcdir)/atlantis.h
518 whale.o: $(srcdir)/atlantis.h
519 xlock-gl.o: $(HACK_SRC)/screenhack.h
520 xlock-gl.o: ../../config.h
521 xlock-gl.o: $(UTILS_SRC)/yarandom.h
522 xlock-gl.o: $(UTILS_SRC)/usleep.h
523 xlock-gl.o: $(UTILS_SRC)/resources.h
524 xlock-gl.o: $(UTILS_SRC)/hsv.h
525 xlock-gl.o: $(UTILS_SRC)/colors.h
526 xlock-gl.o: $(UTILS_SRC)/grabscreen.h
527 xlock-gl.o: $(UTILS_SRC)/visual.h
528 xlock-gl.o: $(HACK_SRC)/xlockmoreI.h
529 xlock-gl.o: $(UTILS_SRC)/xshm.h
530 xpm-ximage.o: ../../config.h
531 glplanet.o: $(HACK_SRC)/xlockmore.h
532 glplanet.o: ../../config.h
533 glplanet.o: $(HACK_SRC)/xlockmoreI.h
534 glplanet.o: $(HACK_SRC)/screenhack.h
535 glplanet.o: $(UTILS_SRC)/yarandom.h
536 glplanet.o: $(UTILS_SRC)/usleep.h
537 glplanet.o: $(UTILS_SRC)/resources.h
538 glplanet.o: $(UTILS_SRC)/hsv.h
539 glplanet.o: $(UTILS_SRC)/colors.h
540 glplanet.o: $(UTILS_SRC)/grabscreen.h
541 glplanet.o: $(UTILS_SRC)/visual.h
542 glplanet.o: $(UTILS_SRC)/xshm.h
543 glplanet.o: $(HACK_SRC)/images/earth.xbm
544 glplanet.o: $(srcdir)/xpm-ximage.h
545 pulsar.o: $(HACK_SRC)/xlockmore.h
546 pulsar.o: ../../config.h
547 pulsar.o: $(HACK_SRC)/xlockmoreI.h
548 pulsar.o: $(HACK_SRC)/screenhack.h
549 pulsar.o: $(UTILS_SRC)/yarandom.h
550 pulsar.o: $(UTILS_SRC)/usleep.h
551 pulsar.o: $(UTILS_SRC)/resources.h
552 pulsar.o: $(UTILS_SRC)/hsv.h
553 pulsar.o: $(UTILS_SRC)/colors.h
554 pulsar.o: $(UTILS_SRC)/grabscreen.h
555 pulsar.o: $(UTILS_SRC)/visual.h
556 pulsar.o: $(UTILS_SRC)/xshm.h
557 extrusion.o: $(HACK_SRC)/xlockmore.h
558 extrusion.o: ../../config.h
559 extrusion.o: $(HACK_SRC)/xlockmoreI.h
560 extrusion.o: $(HACK_SRC)/screenhack.h
561 extrusion.o: $(UTILS_SRC)/yarandom.h
562 extrusion.o: $(UTILS_SRC)/usleep.h
563 extrusion.o: $(UTILS_SRC)/resources.h
564 extrusion.o: $(UTILS_SRC)/hsv.h
565 extrusion.o: $(UTILS_SRC)/colors.h
566 extrusion.o: $(UTILS_SRC)/grabscreen.h
567 extrusion.o: $(UTILS_SRC)/visual.h
568 extrusion.o: $(UTILS_SRC)/xshm.h
569 sierpinski3d.o: $(HACK_SRC)/xlockmore.h
570 sierpinski3d.o: ../../config.h
571 sierpinski3d.o: $(HACK_SRC)/xlockmoreI.h
572 sierpinski3d.o: $(HACK_SRC)/screenhack.h
573 sierpinski3d.o: $(UTILS_SRC)/yarandom.h
574 sierpinski3d.o: $(UTILS_SRC)/usleep.h
575 sierpinski3d.o: $(UTILS_SRC)/resources.h
576 sierpinski3d.o: $(UTILS_SRC)/hsv.h
577 sierpinski3d.o: $(UTILS_SRC)/colors.h
578 sierpinski3d.o: $(UTILS_SRC)/grabscreen.h
579 sierpinski3d.o: $(UTILS_SRC)/visual.h
580 sierpinski3d.o: $(UTILS_SRC)/xshm.h
581