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