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