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