06b84f7884a33a714801900254ba738cff00440d
[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 fps.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 \
77                   gflux.c stonerview.c stonerview-move.c stonerview-osc.c \
78                   stonerview-view.c starwars.c glut_stroke.c glut_swidth.c \
79                   gltext.c molecule.c dangerball.c sphere.c tube.c
80
81 OBJS            = xscreensaver-gl-helper.o \
82                   atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
83                   buildlwo.o cage.o dolphin.o gears.o lament.o moebius.o \
84                   morph3d.o pipeobjs.o pipes.o rubik.o s1_1.o s1_2.o s1_3.o \
85                   s1_4.o s1_5.o s1_6.o s1_b.o shark.o sproingies.o \
86                   sproingiewrap.o stairs.o superquadrics.o swim.o whale.o \
87                   xlock-gl.o fps.o xpm-ximage.o glplanet.o pulsar.o \
88                   extrusion.o extrusion-helix2.o extrusion-helix3.o \
89                   extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
90                   extrusion-taper.o extrusion-twistoid.o sierpinski3d.o \
91                   gflux.o stonerview.o stonerview-move.o stonerview-osc.o \
92                   stonerview-view.o starwars.o glut_stroke.o glut_swidth.o \
93                   gltext.o molecule.o dangerball.o sphere.o tube.o
94
95 GL_EXES_1       = cage gears moebius pipes sproingies stairs superquadrics \
96                   morph3d rubik atlantis lament bubble3d glplanet pulsar \
97                   sierpinski3d gflux stonerview starwars gltext molecule \
98                   dangerball
99 UTIL_EXES       = xscreensaver-gl-helper
100 GL_EXES         = $(UTIL_EXES) $(GL_EXES_1)
101 GLE_EXES        = extrusion
102 HACK_EXES       = @GL_EXES@ @GLE_EXES@
103 EXES            = $(HACK_EXES)
104
105 HACK_OBJS       = screenhack-gl.o xlock-gl.o fps.o $(HACK_BIN)/xlockmore.o \
106                   $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
107                   $(UTILS_BIN)/visual-gl.o $(UTILS_BIN)/usleep.o \
108                   $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/hsv.o \
109                   $(UTILS_BIN)/colors.o
110
111 HDRS            = atlantis.h bubble3d.h buildlwo.h e_textures.h xpm-ximage.h \
112                   tube.h sphere.h stonerview-move.h stonerview-osc.h \
113                   glutstroke.h glut_roman.h
114 GL_MEN          = gflux.man lament.man starwars.man gltext.man \
115                   molecule.man xscreensaver-gl-helper.man
116 MEN             = @GL_MEN@
117 EXTRAS          = README Makefile.in
118
119 TARFILES        = $(SRCS) $(HDRS) $(MEN) $(EXTRAS)
120
121
122 default: all
123 all: $(EXES)
124
125 install:   install-program   install-man
126 uninstall: uninstall-program uninstall-man
127
128 install-strip:
129         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
130
131 # the hacks, in $HACKDIR
132 install-program:: $(HACK_EXES)
133         @if [ ! -d $(install_prefix)$(HACKDIR) ]; then                  \
134           $(INSTALL_DIRS) $(install_prefix)$(HACKDIR) ;                 \
135          fi ;                                                           \
136         exes="$(HACK_EXES)" ;                                           \
137         for program in $$exes; do                                       \
138           echo $(INSTALL_PROGRAM) $$program                             \
139             $(install_prefix)$(HACKDIR)/$$program ;                     \
140           $(INSTALL_PROGRAM) $$program                                  \
141             $(install_prefix)$(HACKDIR)/$$program ;                     \
142         done
143
144 # the xscreensaver-gl-helper program, in $bindir
145 install-program:: $(HACK_EXES)
146         @if [ "$(HACK_EXES)" != "" ]; then                              \
147            if [ ! -d $(install_prefix)$(bindir) ]; then                 \
148              $(INSTALL_DIRS) $(install_prefix)$(bindir) ;               \
149            fi ;                                                         \
150            exes="$(UTIL_EXES)" ;                                        \
151            for program in $$exes; do                                    \
152              echo $(INSTALL_PROGRAM) $$program                          \
153                $(install_prefix)$(bindir)/$$program ;                   \
154              $(INSTALL_PROGRAM) $$program                               \
155                $(install_prefix)$(bindir)/$$program ;                   \
156            done ;                                                       \
157          fi
158
159 install-man: $(MEN)
160         @men="$(MEN)" ;                                                 \
161         if [ ! -d $(install_prefix)$(man1dir) ]; then                   \
162           $(INSTALL_DIRS) $(install_prefix)$(man1dir) ;                 \
163          fi ;                                                           \
164         for man in $$men; do                                            \
165           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
166           echo $(INSTALL_DATA) $(srcdir)/$$man                          \
167            $(install_prefix)$(man1dir)/$$instname ;                     \
168           $(INSTALL_DATA) $(srcdir)/$$man                               \
169             $(install_prefix)$(man1dir)/$$instname ;                    \
170         done
171
172 # the hacks, in $HACKDIR
173 uninstall-program::
174         @exes="$(GL_EXES_1) $(GLE_EXES)" ;                              \
175         for program in $$exes; do                                       \
176           echo rm -f $(install_prefix)$(HACKDIR)/$$program ;            \
177           rm -f $(install_prefix)$(HACKDIR)/$$program ;                 \
178         done
179
180 # the xscreensaver-gl-helper program, in $bindir
181 uninstall-program::
182         @exes="$(UTIL_EXES)" ;                                          \
183         for program in $$exes; do                                       \
184           echo rm -f $(install_prefix)$(bindir)/$$program ;             \
185           rm -f $(install_prefix)$(bindir)/$$program ;                  \
186         done
187
188 uninstall-man:
189         @men="$(GL_MEN)" ;                                              \
190         for man in $$men; do                                            \
191           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
192           echo rm -f $(install_prefix)$(man1dir)/$$instname ;           \
193           rm -f $(install_prefix)$(man1dir)/$$instname ;                \
194         done
195
196 clean:
197         -rm -f *.o a.out core $(EXES) molecules.h
198
199 distclean: clean
200         -rm -f Makefile TAGS *~ "#"*
201
202 # Adds all current dependencies to Makefile
203 depend:
204         $(DEPEND) -s '# DO NOT DELETE: updated by make depend'              \
205         $(DEPEND_FLAGS) --                                                  \
206         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
207         $(SRCS)
208
209 # Adds some dependencies to Makefile.in -- not totally accurate, but pretty
210 # close.  This excludes dependencies on files in /usr/include, etc.  It tries
211 # to include only dependencies on files which are themselves a part of this
212 # package.
213 distdepend:: molecules.h
214         @echo updating dependencies in `pwd`/Makefile.in... ;               \
215         $(DEPEND) -w 0 -f -                                                 \
216         -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
217         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
218         $(SRCS) |                                                           \
219         (                                                                   \
220           awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \
221           sed -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d'                        \
222               -e 's@\.\./\.\./utils@$$(UTILS_SRC)@g'                        \
223               -e 's@\.\./glx/@@g'                                           \
224               -e 's@ \.\./@ $$(HACK_SRC)/@g'                                \
225               -e 's@ \([^$$]\)@ $$(srcdir)/\1@g'                            \
226               -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g'                       \
227               -e 's@ $$(HACK_SRC)/\(.*config.h\)@ ../\1@g'                  \
228               -e 's@ $$(srcdir)/\(.*molecules.h\)@ \1@g' ;                  \
229           echo ''                                                           \
230         ) > /tmp/distdepend.$$$$ &&                                         \
231         mv Makefile.in Makefile.in.bak &&                                   \
232         mv /tmp/distdepend.$$$$ Makefile.in
233
234 TAGS: tags
235 tags:
236         find $(srcdir) -name '*.[chly]' -print | xargs etags -a
237
238 echo_tarfiles:
239         @echo $(TARFILES)
240
241
242 # Rules for noticing when the objects from the utils directory are out of
243 # date with respect to their sources, and going and building them according
244 # to the rules in their own Makefile...
245 #
246 $(UTILS_BIN)/colors.o:          $(UTILS_SRC)/colors.c
247 $(UTILS_BIN)/hsv.o:             $(UTILS_SRC)/hsv.c
248 $(UTILS_BIN)/resources.o:       $(UTILS_SRC)/resources.c
249 $(UTILS_BIN)/usleep.o:          $(UTILS_SRC)/usleep.c
250 $(UTILS_BIN)/visual.o:          $(UTILS_SRC)/visual.c
251 $(UTILS_BIN)/visual-gl.o:       $(UTILS_SRC)/visual-gl.c
252 $(UTILS_BIN)/yarandom.o:        $(UTILS_SRC)/yarandom.c
253
254 $(UTIL_OBJS):
255         cd $(UTILS_BIN) ; \
256         $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
257
258 $(HACK_BIN)/xlockmore.o: $(HACK_SRC)/xlockmore.c
259         cd $(HACK_BIN)  ; $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)"
260
261
262 # How we build object files in this directory.
263 .c.o:
264         $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $<
265
266
267 # How to build the "xscreensaver-gl-helper" program, that lets the daemon
268 # know which visual is the right one for GL programs.
269 #
270 HELPER_OBJS = xscreensaver-gl-helper.o $(UTILS_BIN)/visual-gl.o \
271               $(UTILS_BIN)/visual.o $(UTILS_BIN)/resources.o
272 xscreensaver-gl-helper: $(HELPER_OBJS)
273         $(CC) $(LDFLAGS) -o $@ $(HELPER_OBJS) $(LIBS) $(X_LIBS) $(HACK_POST2)
274
275
276 # These hacks use a slightly-differently-compiled variant of screenhack.c.
277 # This is how to make the the other .o file from it.
278 #
279 screenhack-gl.o: $(HACK_SRC)/screenhack.c
280         $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \
281           -DXLOCKMORE  -DUSE_GL $(HACK_SRC)/screenhack.c
282
283 CC_HACK         = $(CC) $(LDFLAGS)
284
285 atlantis:       atlantis.o      $(HACK_OBJS) dolphin.o shark.o swim.o whale.o
286         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) dolphin.o shark.o swim.o whale.o \
287                                 $(HACK_LIBS)
288
289 cage:           cage.o          $(HACK_OBJS)
290         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
291
292 gears:          gears.o         $(HACK_OBJS)
293         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
294
295 moebius:        moebius.o               $(HACK_OBJS)
296         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
297
298 pipes:          pipes.o         $(HACK_OBJS) pipeobjs.o buildlwo.o
299         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) pipeobjs.o buildlwo.o \
300           $(HACK_LIBS)
301
302 superquadrics:  superquadrics.o $(HACK_OBJS)
303         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
304
305 morph3d:        morph3d.o       $(HACK_OBJS)
306         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
307
308 rubik:          rubik.o $(HACK_OBJS)
309         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
310
311 stairs:         stairs.o        $(HACK_OBJS)
312         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
313
314 SPROINGIES = sproingiewrap.o buildlwo.o \
315              s1_1.o s1_2.o s1_3.o s1_4.o s1_5.o s1_6.o s1_b.o
316 sproingies: sproingies.o $(HACK_OBJS) $(SPROINGIES)
317         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(SPROINGIES) $(HACK_LIBS)
318
319 lament:         lament.o        $(HACK_OBJS) xpm-ximage.o
320         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
321
322 B3D = b_sphere.o b_draw.o b_lockglue.o
323 bubble3d:       bubble3d.o      $(HACK_OBJS) $(B3D)
324         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(B3D) $(HACK_LIBS)
325
326 glplanet:       glplanet.o      sphere.o xpm-ximage.o $(HACK_OBJS)
327         $(CC_HACK) -o $@ $@.o   sphere.o xpm-ximage.o $(HACK_OBJS) $(XPM_LIBS)
328
329 pulsar:         pulsar.o        $(HACK_OBJS)
330         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
331
332 EXTRUSION_OBJS=extrusion.o extrusion-helix2.o extrusion-helix3.o    \
333         extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
334         extrusion-taper.o extrusion-twistoid.o
335 extrusion:      $(EXTRUSION_OBJS) $(HACK_OBJS)
336         $(CC_HACK) -o $@ $(EXTRUSION_OBJS) $(HACK_OBJS) $(GLE_LIBS)
337
338 sierpinski3d:   sierpinski3d.o  $(HACK_OBJS)
339         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
340
341 gflux:          gflux.o         $(HACK_OBJS)
342         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
343
344 SW_OBJS=starwars.o glut_stroke.o glut_swidth.o
345 starwars:       $(SW_OBJS) $(HACK_OBJS)
346         $(CC_HACK) -o $@ $(SW_OBJS) $(HACK_OBJS) $(HACK_LIBS)
347
348 GLT_OBJS=gltext.o glut_stroke.o glut_swidth.o tube.o
349 gltext: $(GLT_OBJS) $(HACK_OBJS)
350         $(CC_HACK) -o $@ $(GLT_OBJS) $(HACK_OBJS) $(HACK_LIBS)
351
352 dangerball:     dangerball.o    sphere.o tube.o $(HACK_OBJS)
353         $(CC_HACK) -o $@ $@.o   sphere.o tube.o $(HACK_OBJS) $(HACK_LIBS)
354
355 # This one works differently (it's not xlock-like.)
356 #
357 STONER_OBJS=stonerview.o stonerview-move.o stonerview-osc.o stonerview-view.o \
358             $(UTILS_BIN)/yarandom.o
359 stonerview:     $(STONER_OBJS)
360         $(CC_HACK) -o $@ $(STONER_OBJS) $(HACK_LIBS)
361
362 molecules.h:
363         @tmp=molecules.h.$$$$ ;                                         \
364         rm -f $$tmp ;                                                   \
365         echo "building molecules.h from $(HACK_SRC)/images/molecules/*.pdb" ; \
366         for f in $(HACK_SRC)/images/molecules/*.pdb ; do                \
367           $(SHELL) $(UTILS_SRC)/ad2c "$$f" |                            \
368             sed 's/",$$/\\n"/' >> $$tmp ;                               \
369           echo ',' >> $$tmp ;                                           \
370         done ;                                                          \
371         mv $$tmp molecules.h
372
373 molecule:       molecule.o      sphere.o tube.o $(HACK_OBJS)
374         $(CC_HACK) -o $@ $@.o   sphere.o tube.o $(HACK_OBJS) $(HACK_LIBS)
375
376
377 ##############################################################################
378 #
379 # DO NOT DELETE: updated by make distdepend
380 # $(srcdir)/DO $(srcdir)/NOT $(srcdir)/DELETE: $(srcdir)/updated $(srcdir)/by $(srcdir)/make $(srcdir)/distdepend
381
382 xscreensaver-gl-helper.o: $(UTILS_SRC)/utils.h
383 xscreensaver-gl-helper.o: ../../config.h
384 xscreensaver-gl-helper.o: $(UTILS_SRC)/visual.h
385 atlantis.o: $(HACK_SRC)/xlockmore.h
386 atlantis.o: ../../config.h
387 atlantis.o: $(HACK_SRC)/xlockmoreI.h
388 atlantis.o: $(HACK_SRC)/screenhack.h
389 atlantis.o: $(UTILS_SRC)/yarandom.h
390 atlantis.o: $(UTILS_SRC)/usleep.h
391 atlantis.o: $(UTILS_SRC)/resources.h
392 atlantis.o: $(UTILS_SRC)/hsv.h
393 atlantis.o: $(UTILS_SRC)/colors.h
394 atlantis.o: $(UTILS_SRC)/grabscreen.h
395 atlantis.o: $(UTILS_SRC)/visual.h
396 atlantis.o: $(UTILS_SRC)/xshm.h
397 atlantis.o: $(srcdir)/atlantis.h
398 b_draw.o: $(srcdir)/bubble3d.h
399 b_draw.o: $(HACK_SRC)/xlockmoreI.h
400 b_draw.o: $(HACK_SRC)/screenhack.h
401 b_draw.o: ../../config.h
402 b_draw.o: $(UTILS_SRC)/yarandom.h
403 b_draw.o: $(UTILS_SRC)/usleep.h
404 b_draw.o: $(UTILS_SRC)/resources.h
405 b_draw.o: $(UTILS_SRC)/hsv.h
406 b_draw.o: $(UTILS_SRC)/colors.h
407 b_draw.o: $(UTILS_SRC)/grabscreen.h
408 b_draw.o: $(UTILS_SRC)/visual.h
409 b_draw.o: $(UTILS_SRC)/xshm.h
410 b_lockglue.o: $(srcdir)/bubble3d.h
411 b_lockglue.o: $(HACK_SRC)/xlockmoreI.h
412 b_lockglue.o: $(HACK_SRC)/screenhack.h
413 b_lockglue.o: ../../config.h
414 b_lockglue.o: $(UTILS_SRC)/yarandom.h
415 b_lockglue.o: $(UTILS_SRC)/usleep.h
416 b_lockglue.o: $(UTILS_SRC)/resources.h
417 b_lockglue.o: $(UTILS_SRC)/hsv.h
418 b_lockglue.o: $(UTILS_SRC)/colors.h
419 b_lockglue.o: $(UTILS_SRC)/grabscreen.h
420 b_lockglue.o: $(UTILS_SRC)/visual.h
421 b_lockglue.o: $(UTILS_SRC)/xshm.h
422 b_lockglue.o: $(HACK_SRC)/xlockmore.h
423 b_sphere.o: $(srcdir)/bubble3d.h
424 b_sphere.o: $(HACK_SRC)/xlockmoreI.h
425 b_sphere.o: $(HACK_SRC)/screenhack.h
426 b_sphere.o: ../../config.h
427 b_sphere.o: $(UTILS_SRC)/yarandom.h
428 b_sphere.o: $(UTILS_SRC)/usleep.h
429 b_sphere.o: $(UTILS_SRC)/resources.h
430 b_sphere.o: $(UTILS_SRC)/hsv.h
431 b_sphere.o: $(UTILS_SRC)/colors.h
432 b_sphere.o: $(UTILS_SRC)/grabscreen.h
433 b_sphere.o: $(UTILS_SRC)/visual.h
434 b_sphere.o: $(UTILS_SRC)/xshm.h
435 bubble3d.o: $(srcdir)/bubble3d.h
436 bubble3d.o: $(HACK_SRC)/xlockmoreI.h
437 bubble3d.o: $(HACK_SRC)/screenhack.h
438 bubble3d.o: ../../config.h
439 bubble3d.o: $(UTILS_SRC)/yarandom.h
440 bubble3d.o: $(UTILS_SRC)/usleep.h
441 bubble3d.o: $(UTILS_SRC)/resources.h
442 bubble3d.o: $(UTILS_SRC)/hsv.h
443 bubble3d.o: $(UTILS_SRC)/colors.h
444 bubble3d.o: $(UTILS_SRC)/grabscreen.h
445 bubble3d.o: $(UTILS_SRC)/visual.h
446 bubble3d.o: $(UTILS_SRC)/xshm.h
447 buildlwo.o: $(srcdir)/buildlwo.h
448 cage.o: $(HACK_SRC)/xlockmore.h
449 cage.o: ../../config.h
450 cage.o: $(HACK_SRC)/xlockmoreI.h
451 cage.o: $(HACK_SRC)/screenhack.h
452 cage.o: $(UTILS_SRC)/yarandom.h
453 cage.o: $(UTILS_SRC)/usleep.h
454 cage.o: $(UTILS_SRC)/resources.h
455 cage.o: $(UTILS_SRC)/hsv.h
456 cage.o: $(UTILS_SRC)/colors.h
457 cage.o: $(UTILS_SRC)/grabscreen.h
458 cage.o: $(UTILS_SRC)/visual.h
459 cage.o: $(UTILS_SRC)/xshm.h
460 cage.o: $(srcdir)/e_textures.h
461 dolphin.o: $(srcdir)/atlantis.h
462 gears.o: $(HACK_SRC)/xlockmore.h
463 gears.o: ../../config.h
464 gears.o: $(HACK_SRC)/xlockmoreI.h
465 gears.o: $(HACK_SRC)/screenhack.h
466 gears.o: $(UTILS_SRC)/yarandom.h
467 gears.o: $(UTILS_SRC)/usleep.h
468 gears.o: $(UTILS_SRC)/resources.h
469 gears.o: $(UTILS_SRC)/hsv.h
470 gears.o: $(UTILS_SRC)/colors.h
471 gears.o: $(UTILS_SRC)/grabscreen.h
472 gears.o: $(UTILS_SRC)/visual.h
473 gears.o: $(UTILS_SRC)/xshm.h
474 lament.o: $(HACK_SRC)/xlockmore.h
475 lament.o: ../../config.h
476 lament.o: $(HACK_SRC)/xlockmoreI.h
477 lament.o: $(HACK_SRC)/screenhack.h
478 lament.o: $(UTILS_SRC)/yarandom.h
479 lament.o: $(UTILS_SRC)/usleep.h
480 lament.o: $(UTILS_SRC)/resources.h
481 lament.o: $(UTILS_SRC)/hsv.h
482 lament.o: $(UTILS_SRC)/colors.h
483 lament.o: $(UTILS_SRC)/grabscreen.h
484 lament.o: $(UTILS_SRC)/visual.h
485 lament.o: $(UTILS_SRC)/xshm.h
486 lament.o: $(srcdir)/xpm-ximage.h
487 lament.o: $(HACK_SRC)/images/lament.xpm
488 moebius.o: $(HACK_SRC)/xlockmore.h
489 moebius.o: ../../config.h
490 moebius.o: $(HACK_SRC)/xlockmoreI.h
491 moebius.o: $(HACK_SRC)/screenhack.h
492 moebius.o: $(UTILS_SRC)/yarandom.h
493 moebius.o: $(UTILS_SRC)/usleep.h
494 moebius.o: $(UTILS_SRC)/resources.h
495 moebius.o: $(UTILS_SRC)/hsv.h
496 moebius.o: $(UTILS_SRC)/colors.h
497 moebius.o: $(UTILS_SRC)/grabscreen.h
498 moebius.o: $(UTILS_SRC)/visual.h
499 moebius.o: $(UTILS_SRC)/xshm.h
500 moebius.o: $(srcdir)/e_textures.h
501 morph3d.o: $(HACK_SRC)/xlockmore.h
502 morph3d.o: ../../config.h
503 morph3d.o: $(HACK_SRC)/xlockmoreI.h
504 morph3d.o: $(HACK_SRC)/screenhack.h
505 morph3d.o: $(UTILS_SRC)/yarandom.h
506 morph3d.o: $(UTILS_SRC)/usleep.h
507 morph3d.o: $(UTILS_SRC)/resources.h
508 morph3d.o: $(UTILS_SRC)/hsv.h
509 morph3d.o: $(UTILS_SRC)/colors.h
510 morph3d.o: $(UTILS_SRC)/grabscreen.h
511 morph3d.o: $(UTILS_SRC)/visual.h
512 morph3d.o: $(UTILS_SRC)/xshm.h
513 pipeobjs.o: $(srcdir)/buildlwo.h
514 pipes.o: $(HACK_SRC)/xlockmore.h
515 pipes.o: ../../config.h
516 pipes.o: $(HACK_SRC)/xlockmoreI.h
517 pipes.o: $(HACK_SRC)/screenhack.h
518 pipes.o: $(UTILS_SRC)/yarandom.h
519 pipes.o: $(UTILS_SRC)/usleep.h
520 pipes.o: $(UTILS_SRC)/resources.h
521 pipes.o: $(UTILS_SRC)/hsv.h
522 pipes.o: $(UTILS_SRC)/colors.h
523 pipes.o: $(UTILS_SRC)/grabscreen.h
524 pipes.o: $(UTILS_SRC)/visual.h
525 pipes.o: $(UTILS_SRC)/xshm.h
526 pipes.o: $(srcdir)/buildlwo.h
527 rubik.o: $(HACK_SRC)/xlockmore.h
528 rubik.o: ../../config.h
529 rubik.o: $(HACK_SRC)/xlockmoreI.h
530 rubik.o: $(HACK_SRC)/screenhack.h
531 rubik.o: $(UTILS_SRC)/yarandom.h
532 rubik.o: $(UTILS_SRC)/usleep.h
533 rubik.o: $(UTILS_SRC)/resources.h
534 rubik.o: $(UTILS_SRC)/hsv.h
535 rubik.o: $(UTILS_SRC)/colors.h
536 rubik.o: $(UTILS_SRC)/grabscreen.h
537 rubik.o: $(UTILS_SRC)/visual.h
538 rubik.o: $(UTILS_SRC)/xshm.h
539 s1_1.o: $(srcdir)/buildlwo.h
540 s1_2.o: $(srcdir)/buildlwo.h
541 s1_3.o: $(srcdir)/buildlwo.h
542 s1_4.o: $(srcdir)/buildlwo.h
543 s1_5.o: $(srcdir)/buildlwo.h
544 s1_6.o: $(srcdir)/buildlwo.h
545 s1_b.o: $(srcdir)/buildlwo.h
546 shark.o: $(srcdir)/atlantis.h
547 sproingies.o: $(HACK_SRC)/xlockmoreI.h
548 sproingies.o: $(HACK_SRC)/screenhack.h
549 sproingies.o: ../../config.h
550 sproingies.o: $(UTILS_SRC)/yarandom.h
551 sproingies.o: $(UTILS_SRC)/usleep.h
552 sproingies.o: $(UTILS_SRC)/resources.h
553 sproingies.o: $(UTILS_SRC)/hsv.h
554 sproingies.o: $(UTILS_SRC)/colors.h
555 sproingies.o: $(UTILS_SRC)/grabscreen.h
556 sproingies.o: $(UTILS_SRC)/visual.h
557 sproingies.o: $(UTILS_SRC)/xshm.h
558 sproingies.o: $(srcdir)/buildlwo.h
559 sproingiewrap.o: $(HACK_SRC)/xlockmore.h
560 sproingiewrap.o: ../../config.h
561 sproingiewrap.o: $(HACK_SRC)/xlockmoreI.h
562 sproingiewrap.o: $(HACK_SRC)/screenhack.h
563 sproingiewrap.o: $(UTILS_SRC)/yarandom.h
564 sproingiewrap.o: $(UTILS_SRC)/usleep.h
565 sproingiewrap.o: $(UTILS_SRC)/resources.h
566 sproingiewrap.o: $(UTILS_SRC)/hsv.h
567 sproingiewrap.o: $(UTILS_SRC)/colors.h
568 sproingiewrap.o: $(UTILS_SRC)/grabscreen.h
569 sproingiewrap.o: $(UTILS_SRC)/visual.h
570 sproingiewrap.o: $(UTILS_SRC)/xshm.h
571 stairs.o: $(HACK_SRC)/xlockmore.h
572 stairs.o: ../../config.h
573 stairs.o: $(HACK_SRC)/xlockmoreI.h
574 stairs.o: $(HACK_SRC)/screenhack.h
575 stairs.o: $(UTILS_SRC)/yarandom.h
576 stairs.o: $(UTILS_SRC)/usleep.h
577 stairs.o: $(UTILS_SRC)/resources.h
578 stairs.o: $(UTILS_SRC)/hsv.h
579 stairs.o: $(UTILS_SRC)/colors.h
580 stairs.o: $(UTILS_SRC)/grabscreen.h
581 stairs.o: $(UTILS_SRC)/visual.h
582 stairs.o: $(UTILS_SRC)/xshm.h
583 stairs.o: $(srcdir)/e_textures.h
584 superquadrics.o: $(HACK_SRC)/xlockmore.h
585 superquadrics.o: ../../config.h
586 superquadrics.o: $(HACK_SRC)/xlockmoreI.h
587 superquadrics.o: $(HACK_SRC)/screenhack.h
588 superquadrics.o: $(UTILS_SRC)/yarandom.h
589 superquadrics.o: $(UTILS_SRC)/usleep.h
590 superquadrics.o: $(UTILS_SRC)/resources.h
591 superquadrics.o: $(UTILS_SRC)/hsv.h
592 superquadrics.o: $(UTILS_SRC)/colors.h
593 superquadrics.o: $(UTILS_SRC)/grabscreen.h
594 superquadrics.o: $(UTILS_SRC)/visual.h
595 superquadrics.o: $(UTILS_SRC)/xshm.h
596 swim.o: $(HACK_SRC)/xlockmoreI.h
597 swim.o: $(HACK_SRC)/screenhack.h
598 swim.o: ../../config.h
599 swim.o: $(UTILS_SRC)/yarandom.h
600 swim.o: $(UTILS_SRC)/usleep.h
601 swim.o: $(UTILS_SRC)/resources.h
602 swim.o: $(UTILS_SRC)/hsv.h
603 swim.o: $(UTILS_SRC)/colors.h
604 swim.o: $(UTILS_SRC)/grabscreen.h
605 swim.o: $(UTILS_SRC)/visual.h
606 swim.o: $(UTILS_SRC)/xshm.h
607 swim.o: $(srcdir)/atlantis.h
608 whale.o: $(srcdir)/atlantis.h
609 xlock-gl.o: $(HACK_SRC)/screenhack.h
610 xlock-gl.o: ../../config.h
611 xlock-gl.o: $(UTILS_SRC)/yarandom.h
612 xlock-gl.o: $(UTILS_SRC)/usleep.h
613 xlock-gl.o: $(UTILS_SRC)/resources.h
614 xlock-gl.o: $(UTILS_SRC)/hsv.h
615 xlock-gl.o: $(UTILS_SRC)/colors.h
616 xlock-gl.o: $(UTILS_SRC)/grabscreen.h
617 xlock-gl.o: $(UTILS_SRC)/visual.h
618 xlock-gl.o: $(HACK_SRC)/xlockmoreI.h
619 xlock-gl.o: $(UTILS_SRC)/xshm.h
620 fps.o: ../../config.h
621 fps.o: $(HACK_SRC)/screenhack.h
622 fps.o: $(UTILS_SRC)/yarandom.h
623 fps.o: $(UTILS_SRC)/usleep.h
624 fps.o: $(UTILS_SRC)/resources.h
625 fps.o: $(UTILS_SRC)/hsv.h
626 fps.o: $(UTILS_SRC)/colors.h
627 fps.o: $(UTILS_SRC)/grabscreen.h
628 fps.o: $(UTILS_SRC)/visual.h
629 fps.o: $(HACK_SRC)/xlockmoreI.h
630 fps.o: $(UTILS_SRC)/xshm.h
631 xpm-ximage.o: ../../config.h
632 glplanet.o: $(HACK_SRC)/xlockmore.h
633 glplanet.o: ../../config.h
634 glplanet.o: $(HACK_SRC)/xlockmoreI.h
635 glplanet.o: $(HACK_SRC)/screenhack.h
636 glplanet.o: $(UTILS_SRC)/yarandom.h
637 glplanet.o: $(UTILS_SRC)/usleep.h
638 glplanet.o: $(UTILS_SRC)/resources.h
639 glplanet.o: $(UTILS_SRC)/hsv.h
640 glplanet.o: $(UTILS_SRC)/colors.h
641 glplanet.o: $(UTILS_SRC)/grabscreen.h
642 glplanet.o: $(UTILS_SRC)/visual.h
643 glplanet.o: $(UTILS_SRC)/xshm.h
644 glplanet.o: $(srcdir)/sphere.h
645 glplanet.o: $(HACK_SRC)/images/earth.xbm
646 glplanet.o: $(srcdir)/xpm-ximage.h
647 pulsar.o: $(HACK_SRC)/xlockmore.h
648 pulsar.o: ../../config.h
649 pulsar.o: $(HACK_SRC)/xlockmoreI.h
650 pulsar.o: $(HACK_SRC)/screenhack.h
651 pulsar.o: $(UTILS_SRC)/yarandom.h
652 pulsar.o: $(UTILS_SRC)/usleep.h
653 pulsar.o: $(UTILS_SRC)/resources.h
654 pulsar.o: $(UTILS_SRC)/hsv.h
655 pulsar.o: $(UTILS_SRC)/colors.h
656 pulsar.o: $(UTILS_SRC)/grabscreen.h
657 pulsar.o: $(UTILS_SRC)/visual.h
658 pulsar.o: $(UTILS_SRC)/xshm.h
659 extrusion.o: ../../config.h
660 extrusion.o: $(HACK_SRC)/xlockmore.h
661 extrusion.o: $(HACK_SRC)/xlockmoreI.h
662 extrusion.o: $(HACK_SRC)/screenhack.h
663 extrusion.o: $(UTILS_SRC)/yarandom.h
664 extrusion.o: $(UTILS_SRC)/usleep.h
665 extrusion.o: $(UTILS_SRC)/resources.h
666 extrusion.o: $(UTILS_SRC)/hsv.h
667 extrusion.o: $(UTILS_SRC)/colors.h
668 extrusion.o: $(UTILS_SRC)/grabscreen.h
669 extrusion.o: $(UTILS_SRC)/visual.h
670 extrusion.o: $(UTILS_SRC)/xshm.h
671 extrusion-helix2.o: ../../config.h
672 extrusion-helix3.o: ../../config.h
673 extrusion-helix4.o: ../../config.h
674 extrusion-joinoffset.o: ../../config.h
675 extrusion-screw.o: ../../config.h
676 extrusion-taper.o: ../../config.h
677 extrusion-twistoid.o: ../../config.h
678 sierpinski3d.o: $(HACK_SRC)/xlockmore.h
679 sierpinski3d.o: ../../config.h
680 sierpinski3d.o: $(HACK_SRC)/xlockmoreI.h
681 sierpinski3d.o: $(HACK_SRC)/screenhack.h
682 sierpinski3d.o: $(UTILS_SRC)/yarandom.h
683 sierpinski3d.o: $(UTILS_SRC)/usleep.h
684 sierpinski3d.o: $(UTILS_SRC)/resources.h
685 sierpinski3d.o: $(UTILS_SRC)/hsv.h
686 sierpinski3d.o: $(UTILS_SRC)/colors.h
687 sierpinski3d.o: $(UTILS_SRC)/grabscreen.h
688 sierpinski3d.o: $(UTILS_SRC)/visual.h
689 sierpinski3d.o: $(UTILS_SRC)/xshm.h
690 gflux.o: $(HACK_SRC)/xlockmore.h
691 gflux.o: ../../config.h
692 gflux.o: $(HACK_SRC)/xlockmoreI.h
693 gflux.o: $(HACK_SRC)/screenhack.h
694 gflux.o: $(UTILS_SRC)/yarandom.h
695 gflux.o: $(UTILS_SRC)/usleep.h
696 gflux.o: $(UTILS_SRC)/resources.h
697 gflux.o: $(UTILS_SRC)/hsv.h
698 gflux.o: $(UTILS_SRC)/colors.h
699 gflux.o: $(UTILS_SRC)/grabscreen.h
700 gflux.o: $(UTILS_SRC)/visual.h
701 gflux.o: $(UTILS_SRC)/xshm.h
702 stonerview.o: ../../config.h
703 stonerview.o: $(UTILS_SRC)/yarandom.h
704 stonerview.o: $(srcdir)/stonerview-move.h
705 stonerview-move.o: ../../config.h
706 stonerview-move.o: $(UTILS_SRC)/yarandom.h
707 stonerview-move.o: $(srcdir)/stonerview-osc.h
708 stonerview-move.o: $(srcdir)/stonerview-move.h
709 stonerview-osc.o: ../../config.h
710 stonerview-osc.o: $(UTILS_SRC)/yarandom.h
711 stonerview-osc.o: $(srcdir)/stonerview-osc.h
712 stonerview-view.o: ../../config.h
713 stonerview-view.o: $(UTILS_SRC)/vroot.h
714 stonerview-view.o: $(UTILS_SRC)/version.h
715 stonerview-view.o: $(UTILS_SRC)/yarandom.h
716 stonerview-view.o: $(srcdir)/stonerview-osc.h
717 stonerview-view.o: $(srcdir)/stonerview-move.h
718 starwars.o: $(HACK_SRC)/xlockmore.h
719 starwars.o: ../../config.h
720 starwars.o: $(HACK_SRC)/xlockmoreI.h
721 starwars.o: $(HACK_SRC)/screenhack.h
722 starwars.o: $(UTILS_SRC)/yarandom.h
723 starwars.o: $(UTILS_SRC)/usleep.h
724 starwars.o: $(UTILS_SRC)/resources.h
725 starwars.o: $(UTILS_SRC)/hsv.h
726 starwars.o: $(UTILS_SRC)/colors.h
727 starwars.o: $(UTILS_SRC)/grabscreen.h
728 starwars.o: $(UTILS_SRC)/visual.h
729 starwars.o: $(UTILS_SRC)/xshm.h
730 starwars.o: $(srcdir)/glutstroke.h
731 starwars.o: $(srcdir)/glut_roman.h
732 glut_stroke.o: ../../config.h
733 glut_stroke.o: $(srcdir)/glutstroke.h
734 glut_swidth.o: ../../config.h
735 glut_swidth.o: $(srcdir)/glutstroke.h
736 gltext.o: $(HACK_SRC)/xlockmore.h
737 gltext.o: ../../config.h
738 gltext.o: $(HACK_SRC)/xlockmoreI.h
739 gltext.o: $(HACK_SRC)/screenhack.h
740 gltext.o: $(UTILS_SRC)/yarandom.h
741 gltext.o: $(UTILS_SRC)/usleep.h
742 gltext.o: $(UTILS_SRC)/resources.h
743 gltext.o: $(UTILS_SRC)/hsv.h
744 gltext.o: $(UTILS_SRC)/colors.h
745 gltext.o: $(UTILS_SRC)/grabscreen.h
746 gltext.o: $(UTILS_SRC)/visual.h
747 gltext.o: $(UTILS_SRC)/xshm.h
748 gltext.o: $(srcdir)/tube.h
749 gltext.o: $(srcdir)/glutstroke.h
750 gltext.o: $(srcdir)/glut_roman.h
751 molecule.o: $(HACK_SRC)/xlockmore.h
752 molecule.o: ../../config.h
753 molecule.o: $(HACK_SRC)/xlockmoreI.h
754 molecule.o: $(HACK_SRC)/screenhack.h
755 molecule.o: $(UTILS_SRC)/yarandom.h
756 molecule.o: $(UTILS_SRC)/usleep.h
757 molecule.o: $(UTILS_SRC)/resources.h
758 molecule.o: $(UTILS_SRC)/hsv.h
759 molecule.o: $(UTILS_SRC)/colors.h
760 molecule.o: $(UTILS_SRC)/grabscreen.h
761 molecule.o: $(UTILS_SRC)/visual.h
762 molecule.o: $(UTILS_SRC)/xshm.h
763 molecule.o: $(srcdir)/sphere.h
764 molecule.o: $(srcdir)/tube.h
765 molecule.o: molecules.h
766 dangerball.o: $(HACK_SRC)/xlockmore.h
767 dangerball.o: ../../config.h
768 dangerball.o: $(HACK_SRC)/xlockmoreI.h
769 dangerball.o: $(HACK_SRC)/screenhack.h
770 dangerball.o: $(UTILS_SRC)/yarandom.h
771 dangerball.o: $(UTILS_SRC)/usleep.h
772 dangerball.o: $(UTILS_SRC)/resources.h
773 dangerball.o: $(UTILS_SRC)/hsv.h
774 dangerball.o: $(UTILS_SRC)/colors.h
775 dangerball.o: $(UTILS_SRC)/grabscreen.h
776 dangerball.o: $(UTILS_SRC)/visual.h
777 dangerball.o: $(UTILS_SRC)/xshm.h
778 dangerball.o: $(srcdir)/sphere.h
779 dangerball.o: $(srcdir)/tube.h
780 dangerball.o: $(srcdir)/glutstroke.h
781 dangerball.o: $(srcdir)/glut_roman.h
782 sphere.o: ../../config.h
783 sphere.o: $(srcdir)/tube.h
784 tube.o: ../../config.h
785 tube.o: $(srcdir)/tube.h
786