ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / glx / Makefile.in
1 # hacks/glx/Makefile.in --- xscreensaver, Copyright (c) 1999-2004
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 # maybe this should be 6 (games)?
18 mansuffix       = 1
19 manNdir         = $(mandir)/man$(mansuffix)
20
21 # maybe this should be 6 (games)?
22 mansuffix       = 1
23
24 CC              = @CC@
25 CFLAGS          = @CFLAGS@
26 LDFLAGS         = @LDFLAGS@
27 DEFS            = -DSTANDALONE -DUSE_GL @DEFS@
28 LIBS            = @LIBS@
29
30 DEPEND          = @DEPEND@
31 DEPEND_FLAGS    = @DEPEND_FLAGS@
32 DEPEND_DEFINES  = @DEPEND_DEFINES@
33
34 SHELL           = /bin/sh
35 INSTALL         = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA    = @INSTALL_DATA@
38 INSTALL_DIRS    = @INSTALL_DIRS@
39 HACKDIR         = @HACKDIR@
40
41 X_CFLAGS        = @X_CFLAGS@
42 X_LIBS          = @X_LIBS@
43 X_PRE_LIBS      = @X_PRE_LIBS@
44 X_EXTRA_LIBS    = @X_EXTRA_LIBS@
45 XMU_LIBS        = @XMU_LIBS@
46
47 # Note: see comment in ../../driver/Makefile.in for explanation of X_LIBS, etc.
48 #
49 HACK_PRE        = $(LIBS) $(X_LIBS)
50 HACK_POST     = $(X_PRE_LIBS) -lXt -lX11 $(XMU_LIBS) -lXext $(X_EXTRA_LIBS) -lm
51 HACK_POST2      = @GL_LIBS@ @HACK_LIBS@ $(HACK_POST)
52 HACK_LIBS       = $(HACK_PRE)                       $(HACK_POST2)
53 XPM_LIBS        = $(HACK_PRE)            @XPM_LIBS@ $(HACK_POST2)
54 GLE_LIBS        = $(HACK_PRE) @GLE_LIBS@ @XPM_LIBS@ $(HACK_POST2)
55
56 HACK_SRC        = $(srcdir)/..
57 HACK_BIN        = ..
58 UTILS_SRC       = $(HACK_SRC)/../utils
59 UTILS_BIN       = $(HACK_BIN)/../utils
60
61 INCLUDES        = -I. -I$(srcdir) -I$(UTILS_SRC) -I$(HACK_SRC) -I../.. @INCLUDES@
62
63 UTIL_SRCS       = $(UTILS_SRC)/colors.c $(UTILS_SRC)/hsv.c \
64                   $(UTILS_SRC)/resources.c $(UTILS_SRC)/usleep.c \
65                   $(UTILS_SRC)/visual.c $(UTILS_SRC)/visual-gl.c \
66                   $(UTILS_SRC)/yarandom.c
67 UTIL_OBJS       = $(UTILS_SRC)/colors.o $(UTILS_SRC)/hsv.o \
68                   $(UTILS_SRC)/resources.o $(UTILS_SRC)/usleep.o \
69                   $(UTILS_SRC)/visual.o $(UTILS_SRC)/visual-gl.o \
70                    $(UTILS_SRC)/yarandom.o
71
72 SRCS            = xscreensaver-gl-helper.c \
73                   atlantis.c b_draw.c b_lockglue.c b_sphere.c bubble3d.c \
74                   buildlwo.c cage.c dolphin.c gears.c lament.c moebius.c \
75                   morph3d.c pipeobjs.c pipes.c rubik.c s1_1.c s1_2.c s1_3.c \
76                   s1_4.c s1_5.c s1_6.c s1_b.c shark.c sproingies.c \
77                   sproingiewrap.c stairs.c superquadrics.c swim.c whale.c \
78                   xlock-gl.c fps.c xpm-ximage.c glplanet.c pulsar.c \
79                   extrusion.c extrusion-helix2.c extrusion-helix3.c \
80                   extrusion-helix4.c extrusion-joinoffset.c extrusion-screw.c \
81                   extrusion-taper.c extrusion-twistoid.c sierpinski3d.c \
82                   gflux.c stonerview.c stonerview-move.c stonerview-osc.c \
83                   stonerview-view.c starwars.c glut_stroke.c glut_swidth.c \
84                   gltext.c molecule.c dangerball.c sphere.c tube.c circuit.c \
85                   menger.c engine.c flipscreen3d.c font-ximage.c \
86                   grab-ximage.c glsnake.c boxed.c glforestfire.c sballs.c \
87                   cubenetic.c spheremonics.c marching.c lavalite.c rotator.c \
88                   trackball.c gltrackball.c queens.c endgame.c chessmodels.c \
89                   glblur.c gllist.c flurry.c flurry-smoke.c flurry-spark.c \
90                   flurry-star.c flurry-texture.c atunnel.c tunnel_draw.c \
91                   flyingtoasters.c toaster.c toaster_base.c toaster_handle.c \
92                   toaster_handle2.c toaster_jet.c toaster_knob.c \
93                   toaster_slots.c toaster_wing.c toast.c toast2.c \
94                   bouncingcow.c cow_face.c cow_hide.c cow_hoofs.c cow_horns.c \
95                   cow_tail.c cow_udder.c glslideshow.c jigglypuff.c klein.c \
96                   hypertorus.c glmatrix.c cubestorm.c glknots.c blocktube.c \
97                   flipflop.c antspotlight.c polytopes.c gleidescope.c \
98                   mirrorblob.c blinkbox.c noof.c polyhedra.c polyhedra-gl.c \
99                   antinspect.c providence.c
100
101 OBJS            = xscreensaver-gl-helper.o \
102                   atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
103                   buildlwo.o cage.o dolphin.o gears.o lament.o moebius.o \
104                   morph3d.o pipeobjs.o pipes.o rubik.o s1_1.o s1_2.o s1_3.o \
105                   s1_4.o s1_5.o s1_6.o s1_b.o shark.o sproingies.o \
106                   sproingiewrap.o stairs.o superquadrics.o swim.o whale.o \
107                   xlock-gl.o fps.o xpm-ximage.o glplanet.o pulsar.o \
108                   extrusion.o extrusion-helix2.o extrusion-helix3.o \
109                   extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
110                   extrusion-taper.o extrusion-twistoid.o sierpinski3d.o \
111                   gflux.o stonerview.o stonerview-move.o stonerview-osc.o \
112                   stonerview-view.o starwars.o glut_stroke.o glut_swidth.o \
113                   gltext.o molecule.o dangerball.o sphere.o tube.o circuit.o \
114                   menger.o engine.o flipscreen3d.o font-ximage.o \
115                   grab-ximage.o glsnake.o boxed.o glforestfire.o sballs.o \
116                   cubenetic.o spheremonics.o marching.o lavalite.o rotator.o \
117                   trackball.o gltrackball.o queens.o endgame.o chessmodels.o \
118                   glblur.o gllist.o flurry.o flurry-smoke.o flurry-spark.o \
119                   flurry-star.o flurry-texture.o atunnel.o tunnel_draw.o \
120                   flyingtoasters.o toaster.o toaster_base.o toaster_handle.o \
121                   toaster_handle2.o toaster_jet.o toaster_knob.o \
122                   toaster_slots.o toaster_wing.o toast.o toast2.o \
123                   bouncingcow.o cow_face.o cow_hide.o cow_hoofs.o cow_horns.o \
124                   cow_tail.o cow_udder.o glslideshow.o jigglypuff.o klein.o \
125                   hypertorus.o glmatrix.o cubestorm.o glknots.o blocktube.o \
126                   flipflop.o antspotlight.o polytopes.o gleidescope.o \
127                   mirrorblob.o blinkbox.o noof.o polyhedra.o polyhedra-gl.o \
128                   antinspect.o providence.o
129
130 GL_EXES         = cage gears moebius pipes sproingies stairs superquadrics \
131                   morph3d rubik atlantis lament bubble3d glplanet pulsar \
132                   sierpinski3d gflux stonerview starwars gltext molecule \
133                   dangerball circuit menger engine flipscreen3d glsnake boxed \
134                   glforestfire sballs cubenetic spheremonics lavalite queens \
135                   endgame glblur flurry atunnel flyingtoasters bouncingcow \
136                   glslideshow jigglypuff klein hypertorus glmatrix cubestorm \
137                   glknots blocktube flipflop antspotlight polytopes \
138                   gleidescope mirrorblob blinkbox noof polyhedra \
139                   antinspect providence
140 GLE_EXES        = extrusion
141 GL_UTIL_EXES    = xscreensaver-gl-helper
142 HACK_EXES       = @GL_EXES@ @GLE_EXES@
143 GRAB_OBJS       = $(UTILS_BIN)/grabclient.o grab-ximage.o
144 EXES            = @GL_UTIL_EXES@ $(HACK_EXES)
145
146 HACK_OBJS       = screenhack-gl.o xlock-gl.o fps.o $(HACK_BIN)/xlockmore.o \
147                   $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
148                   $(UTILS_BIN)/visual-gl.o $(UTILS_BIN)/usleep.o \
149                   $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/hsv.o \
150                   $(UTILS_BIN)/colors.o
151
152 HDRS            = atlantis.h bubble3d.h buildlwo.h e_textures.h xpm-ximage.h \
153                   grab-ximage.h font-ximage.h tube.h sphere.h boxed.h \
154                   stonerview-move.h stonerview-osc.h glutstroke.h \
155                   glut_roman.h marching.h rotator.h trackball.h gltrackball.h \
156                   chessmodels.h chessgames.h gllist.h flurry.h tunnel_draw.h \
157                   ants.h polyhedra.h
158 GL_MEN          = atlantis.man boxed.man bubble3d.man cage.man circuit.man \
159                   cubenetic.man dangerball.man engine.man extrusion.man \
160                   flipscreen3d.man gears.man gflux.man glforestfire.man \
161                   glplanet.man glsnake.man gltext.man lament.man lavalite.man \
162                   menger.man moebius.man molecule.man morph3d.man pipes.man \
163                   pulsar.man queens.man rubik.man sballs.man sierpinski3d.man \
164                   spheremonics.man sproingies.man stairs.man starwars.man \
165                   stonerview.man superquadrics.man xscreensaver-gl-helper.man \
166                   endgame.man flurry.man glblur.man atunnel.man \
167                   flyingtoasters.man bouncingcow.man glslideshow.man \
168                   jigglypuff.man klein.man hypertorus.man glmatrix.man \
169                   cubestorm.man glknots.man blocktube.man flipflop.man \
170                   antspotlight.man polytopes.man gleidescope.man \
171                   mirrorblob.man blinkbox.man noof.man polyhedra.man \
172                   antinspect.man providence.man
173 MEN             = @GL_MEN@
174 EXTRAS          = README Makefile.in dxf2gl.pl
175
176 TARFILES        = $(SRCS) $(HDRS) $(MEN) $(EXTRAS)
177
178
179 default: all
180 all: $(EXES)
181
182 install:   install-program   install-man
183 uninstall: uninstall-program uninstall-man
184
185 install-strip:
186         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
187
188 # the hacks, in $HACKDIR
189 install-program:: $(EXES)
190         @exes="$(HACK_EXES)" ;                                          \
191          idir="$(install_prefix)$(HACKDIR)" ;                           \
192          if [ "$$exes" != "" ]; then                                    \
193            if [ ! -d $$idir ]; then                                     \
194              $(INSTALL_DIRS) $$idir ;                                   \
195            fi ;                                                         \
196            for program in $$exes; do                                    \
197              echo $(INSTALL_PROGRAM) $$program $$idir/$$program ;       \
198                   $(INSTALL_PROGRAM) $$program $$idir/$$program ;       \
199            done ;                                                       \
200          fi
201
202 # the xscreensaver-gl-helper program, in $bindir
203 install-program:: $(EXES)
204         @exes="@GL_UTIL_EXES@" ;                                        \
205          idir="$(install_prefix)$(bindir)" ;                            \
206          if [ "$$exes" != "" ]; then                                    \
207            if [ ! -d $$idir ]; then                                     \
208              $(INSTALL_DIRS) $$idir ;                                   \
209            fi ;                                                         \
210            for program in $$exes; do                                    \
211              echo $(INSTALL_PROGRAM) $$program $$idir/$$program ;       \
212                   $(INSTALL_PROGRAM) $$program $$idir/$$program ;       \
213            done ;                                                       \
214          fi
215
216 install-man: $(MEN)
217         @men="$(MEN)" ;                                                 \
218          idir="$(install_prefix)$(manNdir)" ;                           \
219          if [ ! -d $$idir ]; then                                       \
220           $(INSTALL_DIRS) $$idir ;                                      \
221          fi ;                                                           \
222          for man in $$men; do                                           \
223            instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;    \
224            echo $(INSTALL_DATA) $(srcdir)/$$man $$idir/$$instname ;     \
225                 $(INSTALL_DATA) $(srcdir)/$$man $$idir/$$instname ;     \
226          done
227
228 # the hacks, in $HACKDIR
229 uninstall-program::
230         @exes="$(HACK_EXES)" ;                                          \
231          idir="$(install_prefix)$(HACKDIR)" ;                           \
232          for program in $$exes; do                                      \
233            echo rm -f $$idir/$$program ;                                \
234                 rm -f $$idir/$$program ;                                \
235          done
236
237 # the xscreensaver-gl-helper program, in $bindir
238 uninstall-program::
239         @exes="$(GL_UTIL_EXES)" ;                                       \
240          idir="$(install_prefix)$(bindir)" ;                            \
241          for program in $$exes; do                                      \
242            echo rm -f $$idir/$$program ;                                \
243                 rm -f $$idir/$$program ;                                \
244         done
245
246 uninstall-man:
247         @men="$(MEN)" ;                                                 \
248          idir="$(install_prefix)$(manNdir)" ;                           \
249          for man in $$men; do                                           \
250            instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;    \
251            echo rm -f $$idir/$$instname ;                               \
252                 rm -f $$idir/$$instname ;                               \
253         done
254
255 clean:
256         -rm -f *.o a.out core $(EXES) molecules.h
257
258 distclean: clean
259         -rm -f Makefile TAGS *~ "#"*
260
261 # Adds all current dependencies to Makefile
262 depend:
263         $(DEPEND) -s '# DO NOT DELETE: updated by make depend'              \
264         $(DEPEND_FLAGS) --                                                  \
265         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
266         $(SRCS)
267
268 # Adds some dependencies to Makefile.in -- not totally accurate, but pretty
269 # close.  This excludes dependencies on files in /usr/include, etc.  It tries
270 # to include only dependencies on files which are themselves a part of this
271 # package.
272 distdepend:: molecules.h
273         @echo updating dependencies in `pwd`/Makefile.in... ;               \
274         $(DEPEND) -w 0 -f -                                                 \
275         -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
276         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
277         $(SRCS) 2>/dev/null |                                               \
278         sort -d |                                                           \
279         (                                                                   \
280           awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \
281           sed -e '/^#.*/d'                                                  \
282               -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d'                        \
283               -e 's@\.\./\.\./utils@$$(UTILS_SRC)@g'                        \
284               -e 's@\.\./glx/@@g'                                           \
285               -e 's@ \.\./@ $$(HACK_SRC)/@g'                                \
286               -e 's@ \([^$$]\)@ $$(srcdir)/\1@g'                            \
287               -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g'                       \
288               -e 's@ $$(HACK_SRC)/\(.*config.h\)@ ../\1@g'                  \
289               -e 's@ $$(srcdir)/\(.*molecules.h\)@ \1@g' ;                  \
290           echo ''                                                           \
291         ) > /tmp/distdepend.$$$$ &&                                         \
292         mv Makefile.in Makefile.in.bak &&                                   \
293         mv /tmp/distdepend.$$$$ Makefile.in
294
295
296 TAGS: tags
297 tags:
298         find $(srcdir) -name '*.[chly]' -print | xargs etags -a
299
300 echo_tarfiles:
301         @echo $(TARFILES)
302
303 check_men:
304         @badmen="" ;                                                    \
305          for exe in $(EXES); do                                         \
306            if ! [ -f $(srcdir)/$$exe.man ]; then                        \
307              badmen="$$badmen $$exe" ;                                  \
308            fi ;                                                         \
309          done ;                                                         \
310          if [ -n "$$badmen" ]; then                                     \
311            echo "" ;                                                    \
312            echo "Warning: The following programs have no manuals:" ;    \
313            echo "" ;                                                    \
314            for m in $$badmen ; do                                       \
315              echo "    $$m" ;                                           \
316            done ;                                                       \
317          fi
318
319 check_xml:
320         @badxml="" ;                                                    \
321          for exe in $(EXES); do                                         \
322            if ! [ -f $(srcdir)/../config/$$exe.xml -o                   \
323                   "$$exe" = xscreensaver-gl-helper ]; then              \
324              badxml="$$badxml $$exe" ;                                  \
325            fi ;                                                         \
326          done ;                                                         \
327          if [ -n "$$badxml" ]; then                                     \
328            echo "" ;                                                    \
329            echo "Warning: The following programs have no configurators:" ; \
330            echo "" ;                                                    \
331            for m in $$badxml ; do                                       \
332              echo "    $$m" ;                                           \
333            done ;                                                       \
334            echo "" ;                                                    \
335          fi
336
337 distdepend:: check_men check_xml
338
339
340
341
342 # Rules for noticing when the objects from the utils directory are out of
343 # date with respect to their sources, and going and building them according
344 # to the rules in their own Makefile...
345 #
346 $(UTILS_BIN)/colors.o:          $(UTILS_SRC)/colors.c
347 $(UTILS_BIN)/hsv.o:             $(UTILS_SRC)/hsv.c
348 $(UTILS_BIN)/resources.o:       $(UTILS_SRC)/resources.c
349 $(UTILS_BIN)/usleep.o:          $(UTILS_SRC)/usleep.c
350 $(UTILS_BIN)/visual.o:          $(UTILS_SRC)/visual.c
351 $(UTILS_BIN)/visual-gl.o:       $(UTILS_SRC)/visual-gl.c
352 $(UTILS_BIN)/yarandom.o:        $(UTILS_SRC)/yarandom.c
353
354 $(UTIL_OBJS):
355         cd $(UTILS_BIN) ; \
356         $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
357
358 $(HACK_BIN)/xlockmore.o: $(HACK_SRC)/xlockmore.c
359         cd $(HACK_BIN)  ; $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)"
360
361
362 # How we build object files in this directory.
363 .c.o:
364         $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $<
365
366
367 # How to build the "xscreensaver-gl-helper" program, that lets the daemon
368 # know which visual is the right one for GL programs.
369 #
370 HELPER_OBJS = xscreensaver-gl-helper.o $(UTILS_BIN)/visual-gl.o \
371               $(UTILS_BIN)/visual.o $(UTILS_BIN)/resources.o
372 xscreensaver-gl-helper: $(HELPER_OBJS)
373         $(CC) $(LDFLAGS) -o $@ $(HELPER_OBJS) $(LIBS) $(X_LIBS) $(HACK_POST2)
374
375
376 # These hacks use a slightly-differently-compiled variant of screenhack.c.
377 # This is how to make the the other .o file from it.
378 #
379 screenhack-gl.o: $(HACK_SRC)/screenhack.c
380         $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \
381           -DXLOCKMORE  -DUSE_GL $(HACK_SRC)/screenhack.c
382
383 CC_HACK         = $(CC) $(LDFLAGS)
384
385 TRACK_OBJS=rotator.o trackball.o gltrackball.o
386
387 ATLANTIS_OBJS = $(HACK_OBJS) dolphin.o shark.o swim.o whale.o xpm-ximage.o
388 atlantis:       atlantis.o      $(ATLANTIS_OBJS)
389         $(CC_HACK) -o $@ $@.o   $(ATLANTIS_OBJS) $(XPM_LIBS)
390
391 ATUNNEL_OBJS = $(HACK_OBJS) tunnel_draw.o xpm-ximage.o
392 atunnel:        atunnel.o $(ATUNNEL_OBJS)
393         $(CC_HACK) -o $@ $@.o   $(ATUNNEL_OBJS) $(XPM_LIBS)
394
395 cage:           cage.o          $(HACK_OBJS)
396         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
397
398 FLURRY_OBJS_1 = flurry-smoke.o flurry-spark.o flurry-star.o flurry-texture.o
399 FLURRY_OBJS = $(FLURRY_OBJS_1) $(HACK_OBJS)
400
401 flurry:         flurry.o $(FLURRY_OBJS)
402         $(CC_HACK) -o $@ $@.o   $(FLURRY_OBJS) $(HACK_LIBS) -lm
403
404 gears:          gears.o         $(HACK_OBJS) $(TRACK_OBJS)
405         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
406
407 moebius:        moebius.o       $(TRACK_OBJS) $(HACK_OBJS)
408         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
409
410 pipes:          pipes.o         $(HACK_OBJS) pipeobjs.o buildlwo.o
411         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) pipeobjs.o buildlwo.o \
412           $(HACK_LIBS)
413
414 superquadrics:  superquadrics.o $(HACK_OBJS)
415         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
416
417 morph3d:        morph3d.o       $(HACK_OBJS)
418         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
419
420 rubik:          rubik.o $(HACK_OBJS)
421         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
422
423 stairs:         stairs.o        $(HACK_OBJS)
424         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
425
426 SPROINGIES = sproingiewrap.o gllist.o \
427              s1_1.o s1_2.o s1_3.o s1_4.o s1_5.o s1_6.o s1_b.o
428 sproingies: sproingies.o $(HACK_OBJS) $(SPROINGIES)
429         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(SPROINGIES) $(HACK_LIBS)
430
431 lament:         lament.o        $(TRACK_OBJS) xpm-ximage.o $(HACK_OBJS)
432         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) xpm-ximage.o $(HACK_OBJS) $(XPM_LIBS)
433
434 B3D = b_sphere.o b_draw.o b_lockglue.o
435 bubble3d:       bubble3d.o      $(HACK_OBJS) $(B3D)
436         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(B3D) $(HACK_LIBS)
437
438 PLANETHACKS=sphere.o xpm-ximage.o $(TRACK_OBJS)
439 glplanet:       glplanet.o      $(PLANETHACKS) $(HACK_OBJS)
440         $(CC_HACK) -o $@ $@.o   $(PLANETHACKS) $(HACK_OBJS) $(XPM_LIBS)
441
442 pulsar:         pulsar.o        $(HACK_OBJS) xpm-ximage.o
443         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
444
445 EXTRUSION_OBJS=extrusion.o extrusion-helix2.o extrusion-helix3.o    \
446         extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \
447         extrusion-taper.o extrusion-twistoid.o xpm-ximage.o $(TRACK_OBJS)
448 extrusion:      $(EXTRUSION_OBJS) $(HACK_OBJS)
449         $(CC_HACK) -o $@ $(EXTRUSION_OBJS) $(HACK_OBJS) $(XPM_LIBS) $(GLE_LIBS)
450
451 sierpinski3d:   sierpinski3d.o  $(HACK_OBJS) $(TRACK_OBJS)
452         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
453
454 gflux:          gflux.o         $(HACK_OBJS) $(TRACK_OBJS) $(GRAB_OBJS)
455         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(GRAB_OBJS) $(HACK_LIBS)
456
457 SW_OBJS=starwars.o glut_stroke.o glut_swidth.o
458 starwars:       $(SW_OBJS) $(HACK_OBJS)
459         $(CC_HACK) -o $@ $(SW_OBJS) $(HACK_OBJS) $(HACK_LIBS)
460
461 GLT_OBJS=gltext.o glut_stroke.o glut_swidth.o tube.o $(TRACK_OBJS)
462 gltext: $(GLT_OBJS) $(HACK_OBJS)
463         $(CC_HACK) -o $@ $(GLT_OBJS) $(HACK_OBJS) $(HACK_LIBS)
464
465 DB_OBJS=sphere.o tube.o $(TRACK_OBJS)
466 dangerball:     dangerball.o    $(DB_OBJS) $(HACK_OBJS)
467         $(CC_HACK) -o $@ $@.o   $(DB_OBJS) $(HACK_OBJS) $(HACK_LIBS)
468
469 circuit:        circuit.o       $(HACK_OBJS) font-ximage.o
470         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) font-ximage.o $(HACK_LIBS)
471
472 menger:         menger.o        $(HACK_OBJS) $(TRACK_OBJS)
473         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
474
475 engine:         engine.o        $(HACK_OBJS) $(TRACK_OBJS)
476         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
477
478 flipscreen3d:   flipscreen3d.o  $(HACK_OBJS) $(GRAB_OBJS) $(TRACK_OBJS)
479         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
480
481 glsnake:        glsnake.o       $(HACK_OBJS)
482         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
483
484 boxed:          boxed.o         $(HACK_OBJS)
485         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
486
487 glforestfire:   glforestfire.o  $(HACK_OBJS) xpm-ximage.o
488         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
489
490 sballs:         sballs.o        $(HACK_OBJS) xpm-ximage.o
491         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
492
493 cubenetic:      cubenetic.o     $(HACK_OBJS) $(TRACK_OBJS)
494         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
495
496 spheremonics:   spheremonics.o  $(HACK_OBJS) $(TRACK_OBJS)
497         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
498
499 LLOBJS=marching.o xpm-ximage.o $(TRACK_OBJS) $(HACK_OBJS)
500 lavalite:       lavalite.o      $(LLOBJS)
501         $(CC_HACK) -o $@ $@.o   $(LLOBJS)  $(XPM_LIBS)
502
503 queens:         queens.o        $(TRACK_OBJS) $(HACK_OBJS)
504         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
505
506 CHESSOBJS=chessmodels.o $(TRACK_OBJS) $(HACK_OBJS)
507 endgame:        endgame.o       $(CHESSOBJS)
508         $(CC_HACK) -o $@ $@.o   $(CHESSOBJS) $(HACK_LIBS)
509
510 glblur: glblur.o                $(HACK_OBJS) $(TRACK_OBJS)
511         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
512
513 TOASTOBJS1=\
514   toaster.o toaster_base.o toaster_handle.o toaster_handle2.o \
515   toaster_jet.o toaster_knob.o toaster_slots.o toaster_wing.o \
516   toast.o toast2.o
517 TOASTOBJS=flyingtoasters.o gllist.o $(TOASTOBJS1) xpm-ximage.o
518 flyingtoasters: $(TOASTOBJS)          $(TRACK_OBJS) $(HACK_OBJS)
519         $(CC_HACK) -o $@ $(TOASTOBJS) $(TRACK_OBJS) $(HACK_OBJS) $(XPM_LIBS)
520
521 COWOBJS1=\
522   cow_face.o cow_hide.o cow_hoofs.o cow_horns.o cow_tail.o cow_udder.o
523 COWOBJS=bouncingcow.o gllist.o $(COWOBJS1) xpm-ximage.o
524 bouncingcow:    $(COWOBJS)          $(TRACK_OBJS) $(HACK_OBJS)
525         $(CC_HACK) -o $@ $(COWOBJS) $(TRACK_OBJS) $(HACK_OBJS) $(XPM_LIBS)
526
527 glslideshow:    glslideshow.o   $(HACK_OBJS) $(GRAB_OBJS)
528         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB_OBJS) $(HACK_LIBS)
529
530 jigglypuff:     jigglypuff.o    xpm-ximage.o $(HACK_OBJS) $(TRACK_OBJS)
531         $(CC_HACK) -o $@ $@.o   xpm-ximage.o $(HACK_OBJS) $(TRACK_OBJS) $(XPM_LIBS)
532
533 klein:          klein.o         $(HACK_OBJS) $(TRACK_OBJS)
534         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(TRACK_OBJS) $(HACK_LIBS)
535
536 hypertorus:     hypertorus.o    $(HACK_OBJS)
537         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
538
539 glmatrix:       glmatrix.o      $(HACK_OBJS) xpm-ximage.o
540         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
541
542 cubestorm:      cubestorm.o     $(TRACK_OBJS) $(HACK_OBJS)
543         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
544
545 glknots:        glknots.o       tube.o $(TRACK_OBJS) $(HACK_OBJS)
546         $(CC_HACK) -o $@ $@.o   tube.o $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
547
548 blocktube:      blocktube.o     $(HACK_OBJS) xpm-ximage.o
549         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
550
551 flipflop:       flipflop.o      $(TRACK_OBJS) $(HACK_OBJS)
552         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
553
554 antspotlight:   antspotlight.o  $(TRACK_OBJS) $(GRAB_OBJS) $(HACK_OBJS)
555         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(GRAB_OBJS) $(HACK_OBJS) $(HACK_LIBS)
556
557 polytopes:      polytopes.o     $(HACK_OBJS)
558         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
559
560 # This one works differently (it's not xlock-like.)
561 #
562 STONER_OBJS=stonerview.o stonerview-move.o stonerview-osc.o stonerview-view.o \
563             $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/usleep.o
564 stonerview:     $(STONER_OBJS)
565         $(CC_HACK) -o $@ $(STONER_OBJS) $(HACK_LIBS)
566
567 molecules.h:
568         @tmp=molecules.h.$$$$ ;                                         \
569         rm -f $$tmp ;                                                   \
570         echo "building molecules.h from $(HACK_SRC)/images/molecules/*.pdb" ; \
571         for f in $(HACK_SRC)/images/molecules/*.pdb ; do                \
572           $(SHELL) $(UTILS_SRC)/ad2c "$$f" |                            \
573             sed 's/",$$/\\n"/' >> $$tmp ;                               \
574           echo ',' >> $$tmp ;                                           \
575         done ;                                                          \
576         mv $$tmp molecules.h
577
578 MOLECULEOBJS=sphere.o tube.o $(TRACK_OBJS)
579 molecule:       molecule.o      $(MOLECULEOBJS) $(HACK_OBJS)
580         $(CC_HACK) -o $@ $@.o   $(MOLECULEOBJS) $(HACK_OBJS) $(HACK_LIBS)
581
582 gleidescope:    gleidescope.o xpm-ximage.o $(HACK_OBJS) $(GRAB_OBJS)
583         $(CC_HACK) -o $@ $@.o xpm-ximage.o $(HACK_OBJS) $(GRAB_OBJS) $(XPM_LIBS)
584
585 mirrorblob:     mirrorblob.o    $(HACK_OBJS) $(GRAB_OBJS)
586         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB_OBJS) $(XPM_LIBS)
587
588 blinkbox:       blinkbox.o      sphere.o $(HACK_OBJS)
589         $(CC_HACK) -o $@ $@.o   sphere.o $(HACK_OBJS) $(HACK_LIBS)
590
591 noof:   noof.o                  $(HACK_OBJS)
592         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
593
594 PH_OBJS=polyhedra-gl.o $(TRACK_OBJS)
595 polyhedra:      polyhedra.o     $(PH_OBJS) $(HACK_OBJS)
596         $(CC_HACK) -o $@ $@.o   $(PH_OBJS) $(HACK_OBJS) $(HACK_LIBS)
597
598 antinspect:     antinspect.o    $(TRACK_OBJS) $(HACK_OBJS)
599         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
600
601 providence:     providence.o    $(TRACK_OBJS) $(HACK_OBJS)
602         $(CC_HACK) -o $@ $@.o   $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
603
604 dnalogo:        dnalogo.o       tube.o $(TRACK_OBJS) $(HACK_OBJS)
605         $(CC_HACK) -o $@ $@.o   tube.o $(TRACK_OBJS) $(HACK_OBJS) $(HACK_LIBS)
606
607 ##############################################################################
608 #
609 # DO NOT DELETE: updated by make distdepend
610
611 antinspect.o: ../../config.h
612 antinspect.o: $(srcdir)/gltrackball.h
613 antspotlight.o: $(srcdir)/ants.h
614 antspotlight.o: ../../config.h
615 antspotlight.o: $(srcdir)/gltrackball.h
616 antspotlight.o: $(srcdir)/grab-ximage.h
617 antspotlight.o: $(srcdir)/rotator.h
618 atlantis.o: $(srcdir)/atlantis.h
619 atlantis.o: ../../config.h
620 atlantis.o: $(HACK_SRC)/images/sea-texture.xpm
621 atlantis.o: $(srcdir)/xpm-ximage.h
622 atunnel.o: ../../config.h
623 atunnel.o: $(HACK_SRC)/images/tunnel0.xpm
624 atunnel.o: $(HACK_SRC)/images/tunnel1.xpm
625 atunnel.o: $(HACK_SRC)/images/tunnel2.xpm
626 atunnel.o: $(HACK_SRC)/images/tunnel3.xpm
627 atunnel.o: $(HACK_SRC)/images/tunnel4.xpm
628 atunnel.o: $(HACK_SRC)/images/tunnel5.xpm
629 atunnel.o: $(srcdir)/tunnel_draw.h
630 atunnel.o: $(srcdir)/xpm-ximage.h
631 b_draw.o: $(srcdir)/bubble3d.h
632 b_draw.o: ../../config.h
633 blinkbox.o: ../../config.h
634 blinkbox.o: $(srcdir)/sphere.h
635 b_lockglue.o: $(srcdir)/bubble3d.h
636 b_lockglue.o: ../../config.h
637 blocktube.o: ../../config.h
638 blocktube.o: $(HACK_SRC)/images/blocktube.xpm
639 blocktube.o: $(srcdir)/xpm-ximage.h
640 bouncingcow.o: ../../config.h
641 bouncingcow.o: $(srcdir)/gllist.h
642 bouncingcow.o: $(srcdir)/gltrackball.h
643 bouncingcow.o: $(srcdir)/rotator.h
644 bouncingcow.o: $(srcdir)/xpm-ximage.h
645 boxed.o: $(srcdir)/boxed.h
646 boxed.o: ../../config.h
647 b_sphere.o: $(srcdir)/bubble3d.h
648 b_sphere.o: ../../config.h
649 bubble3d.o: $(srcdir)/bubble3d.h
650 bubble3d.o: ../../config.h
651 buildlwo.o: $(srcdir)/buildlwo.h
652 cage.o: ../../config.h
653 cage.o: $(srcdir)/e_textures.h
654 chessmodels.o: $(srcdir)/chessmodels.h
655 circuit.o: ../../config.h
656 circuit.o: $(srcdir)/font-ximage.h
657 cow_face.o: $(srcdir)/gllist.h
658 cow_hide.o: $(srcdir)/gllist.h
659 cow_hoofs.o: $(srcdir)/gllist.h
660 cow_horns.o: $(srcdir)/gllist.h
661 cow_tail.o: $(srcdir)/gllist.h
662 cow_udder.o: $(srcdir)/gllist.h
663 cubenetic.o: ../../config.h
664 cubenetic.o: $(srcdir)/gltrackball.h
665 cubenetic.o: $(srcdir)/rotator.h
666 cubestorm.o: ../../config.h
667 cubestorm.o: $(srcdir)/gltrackball.h
668 cubestorm.o: $(srcdir)/rotator.h
669 dangerball.o: ../../config.h
670 dangerball.o: $(srcdir)/gltrackball.h
671 dangerball.o: $(srcdir)/rotator.h
672 dangerball.o: $(srcdir)/sphere.h
673 dangerball.o: $(srcdir)/tube.h
674 dolphin.o: $(srcdir)/atlantis.h
675 endgame.o: $(srcdir)/chessgames.h
676 endgame.o: $(srcdir)/chessmodels.h
677 endgame.o: ../../config.h
678 endgame.o: $(srcdir)/gltrackball.h
679 engine.o: ../../config.h
680 engine.o: $(srcdir)/gltrackball.h
681 engine.o: $(srcdir)/rotator.h
682 extrusion-helix2.o: ../../config.h
683 extrusion-helix3.o: ../../config.h
684 extrusion-helix4.o: ../../config.h
685 extrusion-joinoffset.o: ../../config.h
686 extrusion.o: ../../config.h
687 extrusion.o: $(srcdir)/rotator.h
688 extrusion.o: $(srcdir)/xpm-ximage.h
689 extrusion-screw.o: ../../config.h
690 extrusion-taper.o: ../../config.h
691 extrusion-twistoid.o: ../../config.h
692 flipflop.o: ../../config.h
693 flipflop.o: $(srcdir)/gltrackball.h
694 flipscreen3d.o: ../../config.h
695 flipscreen3d.o: $(srcdir)/gltrackball.h
696 flipscreen3d.o: $(srcdir)/grab-ximage.h
697 flurry.o: ../../config.h
698 flurry.o: $(srcdir)/flurry.h
699 flurry.o: $(srcdir)/gltrackball.h
700 flurry.o: $(srcdir)/rotator.h
701 flurry-smoke.o: ../../config.h
702 flurry-smoke.o: $(srcdir)/flurry.h
703 flurry-smoke.o: $(srcdir)/gltrackball.h
704 flurry-smoke.o: $(srcdir)/rotator.h
705 flurry-spark.o: ../../config.h
706 flurry-spark.o: $(srcdir)/flurry.h
707 flurry-spark.o: $(srcdir)/gltrackball.h
708 flurry-spark.o: $(srcdir)/rotator.h
709 flurry-star.o: ../../config.h
710 flurry-star.o: $(srcdir)/flurry.h
711 flurry-star.o: $(srcdir)/gltrackball.h
712 flurry-star.o: $(srcdir)/rotator.h
713 flurry-texture.o: ../../config.h
714 flurry-texture.o: $(srcdir)/flurry.h
715 flurry-texture.o: $(srcdir)/gltrackball.h
716 flurry-texture.o: $(srcdir)/rotator.h
717 flyingtoasters.o: ../../config.h
718 flyingtoasters.o: $(srcdir)/gllist.h
719 flyingtoasters.o: $(srcdir)/gltrackball.h
720 flyingtoasters.o: $(HACK_SRC)/images/chromesphere.xpm
721 flyingtoasters.o: $(HACK_SRC)/images/toast.xpm
722 flyingtoasters.o: $(srcdir)/xpm-ximage.h
723 font-ximage.o: ../../config.h
724 fps.o: ../../config.h
725 gears.o: ../../config.h
726 gears.o: $(srcdir)/gltrackball.h
727 gears.o: $(srcdir)/rotator.h
728 gflux.o: ../../config.h
729 gflux.o: $(srcdir)/gltrackball.h
730 gflux.o: $(srcdir)/grab-ximage.h
731 glblur.o: ../../config.h
732 glblur.o: $(srcdir)/gltrackball.h
733 glblur.o: $(srcdir)/rotator.h
734 gleidescope.o: ../../config.h
735 gleidescope.o: $(srcdir)/grab-ximage.h
736 gleidescope.o: $(srcdir)/xpm-ximage.h
737 glforestfire.o: ../../config.h
738 glforestfire.o: $(HACK_SRC)/images/ground.xpm
739 glforestfire.o: $(HACK_SRC)/images/tree.xpm
740 glforestfire.o: $(srcdir)/xpm-ximage.h
741 glknots.o: ../../config.h
742 glknots.o: $(srcdir)/gltrackball.h
743 glknots.o: $(srcdir)/rotator.h
744 glknots.o: $(srcdir)/tube.h
745 gllist.o: $(srcdir)/gllist.h
746 glmatrix.o: ../../config.h
747 glmatrix.o: $(srcdir)/gllist.h
748 glmatrix.o: $(HACK_SRC)/images/matrix3.xpm
749 glmatrix.o: $(srcdir)/xpm-ximage.h
750 glplanet.o: ../../config.h
751 glplanet.o: $(srcdir)/gltrackball.h
752 glplanet.o: $(HACK_SRC)/images/earth.xpm
753 glplanet.o: $(srcdir)/rotator.h
754 glplanet.o: $(srcdir)/sphere.h
755 glplanet.o: $(srcdir)/xpm-ximage.h
756 glslideshow.o: ../../config.h
757 glslideshow.o: $(srcdir)/grab-ximage.h
758 glsnake.o: ../../config.h
759 gltext.o: ../../config.h
760 gltext.o: $(srcdir)/gltrackball.h
761 gltext.o: $(srcdir)/glut_roman.h
762 gltext.o: $(srcdir)/glutstroke.h
763 gltext.o: $(srcdir)/rotator.h
764 gltext.o: $(srcdir)/tube.h
765 gltrackball.o: ../../config.h
766 gltrackball.o: $(srcdir)/gltrackball.h
767 gltrackball.o: $(srcdir)/trackball.h
768 glut_stroke.o: ../../config.h
769 glut_stroke.o: $(srcdir)/glutstroke.h
770 glut_swidth.o: ../../config.h
771 glut_swidth.o: $(srcdir)/glutstroke.h
772 grab-ximage.o: ../../config.h
773 hypertorus.o: ../../config.h
774 jigglypuff.o: ../../config.h
775 jigglypuff.o: $(srcdir)/gltrackball.h
776 jigglypuff.o: $(HACK_SRC)/images/jigglymap.xpm
777 jigglypuff.o: $(srcdir)/xpm-ximage.h
778 klein.o: ../../config.h
779 klein.o: $(srcdir)/gltrackball.h
780 klein.o: $(srcdir)/rotator.h
781 lament.o: ../../config.h
782 lament.o: $(srcdir)/gltrackball.h
783 lament.o: $(HACK_SRC)/images/lament.xpm
784 lament.o: $(srcdir)/rotator.h
785 lament.o: $(srcdir)/xpm-ximage.h
786 lavalite.o: ../../config.h
787 lavalite.o: $(srcdir)/gltrackball.h
788 lavalite.o: $(srcdir)/marching.h
789 lavalite.o: $(srcdir)/rotator.h
790 lavalite.o: $(srcdir)/xpm-ximage.h
791 marching.o: ../../config.h
792 marching.o: $(srcdir)/marching.h
793 menger.o: ../../config.h
794 menger.o: $(srcdir)/gltrackball.h
795 menger.o: $(srcdir)/rotator.h
796 mirrorblob.o: ../../config.h
797 mirrorblob.o: $(srcdir)/grab-ximage.h
798 moebius.o: ../../config.h
799 moebius.o: $(srcdir)/e_textures.h
800 moebius.o: $(srcdir)/gltrackball.h
801 moebius.o: $(srcdir)/rotator.h
802 molecule.o: ../../config.h
803 molecule.o: $(srcdir)/gltrackball.h
804 molecule.o: molecules.h
805 molecule.o: $(srcdir)/rotator.h
806 molecule.o: $(srcdir)/sphere.h
807 molecule.o: $(srcdir)/tube.h
808 morph3d.o: ../../config.h
809 noof.o: ../../config.h
810 pipeobjs.o: $(srcdir)/buildlwo.h
811 pipes.o: $(srcdir)/buildlwo.h
812 pipes.o: ../../config.h
813 polyhedra-gl.o: ../../config.h
814 polyhedra-gl.o: $(srcdir)/gltrackball.h
815 polyhedra-gl.o: $(srcdir)/polyhedra.h
816 polyhedra-gl.o: $(srcdir)/rotator.h
817 polyhedra.o: ../../config.h
818 polyhedra.o: $(srcdir)/polyhedra.h
819 polytopes.o: ../../config.h
820 providence.o: ../../config.h
821 providence.o: $(srcdir)/gltrackball.h
822 pulsar.o: ../../config.h
823 pulsar.o: $(srcdir)/xpm-ximage.h
824 queens.o: ../../config.h
825 queens.o: $(srcdir)/gltrackball.h
826 rotator.o: ../../config.h
827 rotator.o: $(srcdir)/rotator.h
828 rubik.o: ../../config.h
829 s1_1.o: $(srcdir)/gllist.h
830 s1_2.o: $(srcdir)/gllist.h
831 s1_3.o: $(srcdir)/gllist.h
832 s1_4.o: $(srcdir)/gllist.h
833 s1_5.o: $(srcdir)/gllist.h
834 s1_6.o: $(srcdir)/gllist.h
835 s1_b.o: $(srcdir)/gllist.h
836 sballs.o: ../../config.h
837 sballs.o: $(HACK_SRC)/images/sball-bg.xpm
838 sballs.o: $(HACK_SRC)/images/sball.xpm
839 sballs.o: $(srcdir)/xpm-ximage.h
840 shark.o: $(srcdir)/atlantis.h
841 sierpinski3d.o: ../../config.h
842 sierpinski3d.o: $(srcdir)/gltrackball.h
843 sierpinski3d.o: $(srcdir)/rotator.h
844 spheremonics.o: ../../config.h
845 spheremonics.o: $(srcdir)/gltrackball.h
846 spheremonics.o: $(srcdir)/rotator.h
847 sphere.o: ../../config.h
848 sproingies.o: ../../config.h
849 sproingies.o: $(srcdir)/gllist.h
850 sproingiewrap.o: ../../config.h
851 stairs.o: ../../config.h
852 stairs.o: $(srcdir)/e_textures.h
853 starwars.o: ../../config.h
854 starwars.o: $(srcdir)/glut_roman.h
855 starwars.o: $(srcdir)/glutstroke.h
856 stonerview-move.o: ../../config.h
857 stonerview-move.o: $(srcdir)/stonerview-move.h
858 stonerview-move.o: $(srcdir)/stonerview-osc.h
859 stonerview.o: ../../config.h
860 stonerview-osc.o: ../../config.h
861 stonerview-osc.o: $(srcdir)/stonerview-osc.h
862 stonerview.o: $(srcdir)/stonerview-move.h
863 stonerview-view.o: ../../config.h
864 stonerview-view.o: $(srcdir)/stonerview-move.h
865 stonerview-view.o: $(srcdir)/stonerview-osc.h
866 superquadrics.o: ../../config.h
867 swim.o: $(srcdir)/atlantis.h
868 swim.o: ../../config.h
869 toast2.o: $(srcdir)/gllist.h
870 toaster_base.o: $(srcdir)/gllist.h
871 toaster_handle2.o: $(srcdir)/gllist.h
872 toaster_handle.o: $(srcdir)/gllist.h
873 toaster_jet.o: $(srcdir)/gllist.h
874 toaster_knob.o: $(srcdir)/gllist.h
875 toaster.o: $(srcdir)/gllist.h
876 toaster_slots.o: $(srcdir)/gllist.h
877 toaster_wing.o: $(srcdir)/gllist.h
878 toast.o: $(srcdir)/gllist.h
879 trackball.o: ../../config.h
880 trackball.o: $(srcdir)/trackball.h
881 tube.o: ../../config.h
882 tube.o: $(srcdir)/tube.h
883 tunnel_draw.o: ../../config.h
884 tunnel_draw.o: $(srcdir)/tunnel_draw.h
885 whale.o: $(srcdir)/atlantis.h
886 xlock-gl.o: ../../config.h
887 xpm-ximage.o: ../../config.h
888 xscreensaver-gl-helper.o: ../../config.h
889