ftp://ftp.swin.edu.au/slackware/slackware-9.1/source/xap/xscreensaver/xscreensaver...
[xscreensaver] / hacks / Makefile.in
1 # hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-2002 Jamie Zawinski.
2 # the `../configure' script generates `hacks/Makefile' from this file.
3
4 @SET_MAKE@
5 .SUFFIXES:
6 .SUFFIXES: .c .o
7
8 srcdir          = @srcdir@
9 VPATH           = @srcdir@
10
11 install_prefix  =
12 prefix          = @prefix@
13 exec_prefix     = @exec_prefix@
14 bindir          = @bindir@
15 mandir          = @mandir@
16 # maybe this should be 6 (games)?
17 mansuffix       = 1
18 manNdir         = $(mandir)/man$(mansuffix)
19
20 CC              = @CC@
21 CFLAGS          = @CFLAGS@
22 LDFLAGS         = @LDFLAGS@
23 DEFS            = -DSTANDALONE @DEFS@
24 LIBS            = @LIBS@
25 PERL            = @PERL@
26
27 DEPEND          = @DEPEND@
28 DEPEND_FLAGS    = @DEPEND_FLAGS@
29 DEPEND_DEFINES  = @DEPEND_DEFINES@
30
31 SHELL           = /bin/sh
32 INSTALL         = @INSTALL@
33 SUID_FLAGS      = -o root -m 4755
34 INSTALL_PROGRAM = @INSTALL_PROGRAM@
35 INSTALL_SCRIPT  = @INSTALL_SCRIPT@
36 INSTALL_SETUID  = @INSTALL_SETUID@
37 INSTALL_DATA    = @INSTALL_DATA@
38 INSTALL_DIRS    = @INSTALL_DIRS@
39 GNOME_DATADIR   = @GNOME_DATADIR@
40 HACKDIR         = @HACKDIR@
41 HACK_CONF_DIR   = @HACK_CONF_DIR@
42
43 X_CFLAGS        = @X_CFLAGS@
44 X_LIBS          = @X_LIBS@
45 X_PRE_LIBS      = @X_PRE_LIBS@
46 X_EXTRA_LIBS    = @X_EXTRA_LIBS@
47 XMU_LIBS        = @XMU_LIBS@
48
49 # Note: see comment in ../driver/Makefile.in for explanation of X_LIBS, etc.
50 #
51 HACK_PRE        = $(LIBS) $(X_LIBS)
52 HACK_POST     = $(X_PRE_LIBS) -lXt -lX11 $(XMU_LIBS) -lXext $(X_EXTRA_LIBS) -lm
53 HACK_LIBS       = $(HACK_PRE)            @HACK_LIBS@ $(HACK_POST)
54 XPM_LIBS        = $(HACK_PRE) @XPM_LIBS@ @HACK_LIBS@ $(HACK_POST)
55 JPEG_LIBS       = @JPEG_LIBS@
56 XLOCK_LIBS      = $(HACK_LIBS)
57
58 UTILS_SRC       = $(srcdir)/../utils
59 UTILS_BIN       = ../utils
60
61 INCLUDES        = -I. -I$(srcdir) -I$(UTILS_SRC) -I.. @INCLUDES@
62
63 UTIL_SRCS       = $(UTILS_SRC)/alpha.c $(UTILS_SRC)/colors.c \
64                   $(UTILS_SRC)/grabscreen.c $(UTILS_SRC)/grabclient.c \
65                   $(UTILS_SRC)/hsv.c $(UTILS_SRC)/resources.c \
66                   $(UTILS_SRC)/spline.c $(UTILS_SRC)/usleep.c \
67                   $(UTILS_SRC)/visual.c $(UTILS_SRC)/logo.c \
68                   $(UTILS_SRC)/yarandom.c $(UTILS_SRC)/erase.c \
69                   $(UTILS_SRC)/xshm.c $(UTILS_SRC)/xdbe.c
70 UTIL_OBJS       = $(UTILS_BIN)/alpha.o $(UTILS_BIN)/colors.o \
71                   $(UTILS_BIN)/grabscreen.o $(UTILS_BIN)/grabclient.o \
72                   $(UTILS_BIN)/hsv.o $(UTILS_BIN)/resources.o \
73                   $(UTILS_BIN)/spline.o $(UTILS_BIN)/usleep.o \
74                   $(UTILS_BIN)/visual.o $(UTILS_BIN)/logo.o \
75                   $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/erase.o \
76                   $(UTILS_SRC)/xshm.o $(UTILS_SRC)/xdbe.o
77
78 SRCS            = attraction.c blitspin.c bouboule.c braid.c bubbles.c \
79                   bubbles-default.c decayscreen.c deco.c drift.c flag.c \
80                   flame.c forest.c vines.c galaxy.c grav.c greynetic.c \
81                   halo.c helix.c hopalong.c hypercube.c ifs.c imsmap.c \
82                   julia.c kaleidescope.c laser.c lightning.c lisa.c lmorph.c \
83                   maze.c moire.c noseguy.c pedal.c penrose.c pyro.c qix.c \
84                   rocks.c rorschach.c screenhack.c sierpinski.c slidescreen.c \
85                   slip.c sphere.c spiral.c strange.c swirl.c xlockmore.c \
86                   goop.c starfish.c munch.c fadeplot.c \
87                   rd-bomb.c coral.c mountain.c triangle.c lissie.c worm.c \
88                   rotor.c ant.c xjack.c xlyap.c jigsaw.c xscreensaver-sgigl.c \
89                   cynosure.c moire2.c flow.c epicycle.c interference.c \
90                   truchet.c bsod.c crystal.c discrete.c distort.c kumppa.c \
91                   sonar.c demon.c loop.c t3d.c penetrate.c deluxe.c compass.c \
92                   squiral.c xflame.c wander.c spotlight.c critical.c \
93                   phosphor.c xmatrix.c petri.c shadebobs.c xsublim.c ccurve.c \
94                   blaster.c bumps.c ripples.c xteevee.c xspirograph.c \
95                   nerverot.c xrayswarm.c hyperball.c zoom.c whirlwindwarp.c \
96                   rotzoomer.c whirlygig.c speedmine.c vermiculate.c \
97                   xpm-pixmap.c webcollage-helper.c twang.c apollonian.c \
98                   euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \
99                   anemone.c halftone.c metaballs.c eruption.c popsquares.c \
100                   barcode.c piecewise.c cloudlife.c
101 SCRIPTS         = vidwhacker webcollage ljlatest
102
103 OBJS            = attraction.o blitspin.o bouboule.o braid.o bubbles.o \
104                   bubbles-default.o decayscreen.o deco.o drift.o flag.o \
105                   flame.o forest.o vines.o galaxy.o grav.o greynetic.o \
106                   halo.o helix.o hopalong.o hypercube.o ifs.o imsmap.o \
107                   julia.o kaleidescope.o laser.o lightning.o lisa.o lmorph.o \
108                   maze.o moire.o noseguy.o pedal.o penrose.o pyro.o qix.o \
109                   rocks.o rorschach.o screenhack.o sierpinski.o slidescreen.o \
110                   slip.o sphere.o spiral.o strange.o swirl.o xlockmore.o \
111                   goop.o starfish.o munch.o fadeplot.o \
112                   rd-bomb.o coral.o mountain.o triangle.o lissie.o worm.o \
113                   rotor.o ant.o xjack.o xlyap.o jigsaw.o xscreensaver-sgigl.o \
114                   cynosure.o moire2.o flow.o epicycle.o interference.o \
115                   truchet.o bsod.o crystal.o discrete.o distort.o kumppa.o \
116                   sonar.o demon.o loop.o t3d.o penetrate.o deluxe.o compass.o \
117                   squiral.o xflame.o wander.o spotlight.o critical.o \
118                   phosphor.o xmatrix.o petri.o shadebobs.o xsublim.o ccurve.o \
119                   blaster.o bumps.o ripples.o xteevee.o xspirograph.o \
120                   nerverot.o xrayswarm.o hyperball.o zoom.o whirlwindwarp.o \
121                   rotzoomer.o whirlygig.o speedmine.o vermiculate.o \
122                   xpm-pixmap.o webcollage-helper.o twang.o apollonian.o \
123                   euler2d.o juggle.o polyominoes.o thornbird.o fluidballs.o \
124                   anemone.o halftone.o metaballs.o eruption.o popsquares.o \
125                   barcode.o piecewise.o cloudlife.o
126
127 NEXES           = attraction blitspin bouboule braid bubbles decayscreen deco \
128                   drift flag flame forest vines galaxy grav greynetic halo \
129                   helix hopalong hypercube ifs imsmap julia kaleidescope \
130                   laser lightning lisa lmorph maze moire noseguy pedal \
131                   penrose pyro qix rocks rorschach sierpinski slidescreen \
132                   slip sphere spiral strange swirl goop starfish munch \
133                   fadeplot rd-bomb coral mountain triangle lissie worm rotor \
134                   ant xjack xlyap jigsaw cynosure moire2 flow epicycle \
135                   interference truchet bsod crystal discrete distort kumppa \
136                   demon loop t3d penetrate deluxe compass squiral xflame \
137                   wander spotlight critical phosphor xmatrix petri shadebobs \
138                   xsublim ccurve blaster bumps ripples xteevee xspirograph \
139                   nerverot xrayswarm hyperball zoom whirlwindwarp rotzoomer \
140                   whirlygig speedmine vermiculate twang apollonian euler2d \
141                   juggle polyominoes thornbird  fluidballs anemone halftone \
142                   metaballs eruption popsquares barcode piecewise cloudlife \
143                   @JPEG_EXES@
144 SEXES           = sonar
145 JPEG_EXES       = webcollage-helper
146 EXES            = $(NEXES) $(SEXES)
147
148 HACK_OBJS_1     = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
149                   $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o @XMU_OBJS@
150 HACK_OBJS       = screenhack.o $(HACK_OBJS_1)
151 XLOCK_OBJS      = screenhack-xlock.o xlockmore.o $(COLOR_OBJS) $(HACK_OBJS_1)
152 COLOR_OBJS      = $(UTILS_BIN)/hsv.o $(UTILS_BIN)/colors.o
153 GRAB_OBJS       = $(UTILS_BIN)/grabclient.o
154 XSHM_OBJS       = $(UTILS_BIN)/xshm.o
155 XDBE_OBJS       = $(UTILS_BIN)/xdbe.o
156
157 HDRS            = bubbles.h screenhack.h xlockmore.h xlockmoreI.h automata.h \
158                   bumps.h xpm-pixmap.h
159 MEN             = anemone.man ant.man apollonian.man attraction.man \
160                   blaster.man blitspin.man bouboule.man braid.man bsod.man \
161                   bubbles.man bumps.man ccurve.man compass.man coral.man \
162                   critical.man crystal.man cynosure.man decayscreen.man \
163                   deco.man deluxe.man demon.man discrete.man distort.man \
164                   drift.man epicycle.man euler2d.man fadeplot.man flag.man \
165                   flame.man flow.man fluidballs.man forest.man galaxy.man \
166                   goop.man grav.man greynetic.man halo.man helix.man \
167                   hopalong.man hyperball.man hypercube.man ifs.man imsmap.man \
168                   interference.man jigsaw.man juggle.man julia.man \
169                   kaleidescope.man kumppa.man laser.man lightning.man \
170                   lisa.man lissie.man lmorph.man loop.man maze.man moire.man \
171                   moire2.man mountain.man munch.man nerverot.man noseguy.man \
172                   pedal.man penetrate.man penrose.man petri.man phosphor.man \
173                   polyominoes.man pyro.man qix.man rd-bomb.man ripples.man \
174                   rocks.man rorschach.man rotor.man rotzoomer.man \
175                   shadebobs.man sierpinski.man slidescreen.man slip.man \
176                   sonar.man speedmine.man sphere.man spiral.man \
177                   spotlight.man squiral.man starfish.man strange.man \
178                   swirl.man t3d.man thornbird.man triangle.man truchet.man \
179                   twang.man vermiculate.man vidwhacker.man vines.man \
180                   wander.man webcollage.man whirlwindwarp.man whirlygig.man \
181                   worm.man xflame.man xjack.man xlyap.man xmatrix.man \
182                   xrayswarm.man xspirograph.man xsublim.man xteevee.man \
183                   zoom.man halftone.man eruption.man metaballs.man \
184                   barcode.man piecewise.man cloudlife.man ljlatest.man
185 STAR            = *
186 EXTRAS          = README Makefile.in xlock_23.h xml2man.pl .gdbinit \
187                   config/README \
188                   config/$(STAR).xml \
189                   images/$(STAR).xbm \
190                   images/$(STAR).xpm \
191                   images/bubbles/$(STAR).pov \
192                   images/bubbles/$(STAR).xpm \
193                   images/noseguy/$(STAR).xbm \
194                   images/noseguy/$(STAR).xpm \
195                   images/jigsaw/$(STAR).xbm  \
196                   images/molecules/$(STAR).pdb
197
198 VMSFILES        = compile_axp.com compile_decc.com link_axp.com link_decc.com \
199                   vms_axp.opt vms_axp_12.opt vms_decc.opt vms_decc_12.opt
200
201 TARFILES        = $(SRCS) $(HDRS) $(SCRIPTS) $(MEN) $(EXTRAS) $(VMSFILES)
202
203
204 default: all
205 all: $(EXES)
206
207 install:   install-program   install-scripts install-xml install-man
208 uninstall: uninstall-program uninstall-xml uninstall-man
209
210 install-strip:
211         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
212                 install
213
214 # the hacks, in $HACKDIR
215 install-program:: $(EXES)
216         @if [ ! -d $(install_prefix)$(HACKDIR) ]; then                  \
217           $(INSTALL_DIRS) $(install_prefix)$(HACKDIR) ;                 \
218          fi ;                                                           \
219         for program in $(NEXES); do                                     \
220           echo $(INSTALL_PROGRAM) $$program                             \
221             $(install_prefix)$(HACKDIR)/$$program ;                     \
222           $(INSTALL_PROGRAM) $$program                                  \
223             $(install_prefix)$(HACKDIR)/$$program ;                     \
224         done ;                                                          \
225         if [ @SETUID_HACKS@ = yes ]; then                               \
226           sinst="$(INSTALL_SETUID)" ;                                   \
227         else                                                            \
228           sinst="$(INSTALL_PROGRAM)" ;                                  \
229         fi ;                                                            \
230         for program in $(SEXES); do                                     \
231           instargs="$$program $(install_prefix)$(HACKDIR)/$$program" ;  \
232           echo $$sinst $$instargs ;                                     \
233           if   $$sinst $$instargs ; then                                \
234               true ;                                                    \
235           elif [ @SETUID_HACKS@ = yes ]; then                           \
236             echo $(INSTALL_PROGRAM) $$instargs ;                        \
237             if   $(INSTALL_PROGRAM) $$instargs ; then                   \
238               echo "" ;                                                 \
239               echo "WARNING: unable to install $$program setuid:"       \
240                    "installed non-setuid instead." ;                    \
241               echo "" ;                                                 \
242             else                                                        \
243               exit 1 ;                                                  \
244             fi ;                                                        \
245           else                                                          \
246             exit 1 ;                                                    \
247           fi ;                                                          \
248         done
249
250 install-scripts: $(SCRIPTS) munge-scripts
251         @for program in $(SCRIPTS); do                                  \
252           if [ -r $$program ] ; then                                    \
253             p=$$program ;                                               \
254           else                                                          \
255             p=$(srcdir)/$$program ;                                     \
256           fi ;                                                          \
257           echo $(INSTALL_SCRIPT) $$p                                    \
258             $(install_prefix)$(HACKDIR)/$$program ;                     \
259           $(INSTALL_SCRIPT) $$p                                         \
260             $(install_prefix)$(HACKDIR)/$$program ;                     \
261         done
262
263 munge-scripts: $(SCRIPTS)
264         @tmp=/tmp/mf.$$$$ ;                                             \
265         perl="${PERL}" ;                                                \
266         rm -f $$tmp ;                                                   \
267         for program in $(SCRIPTS); do                                   \
268           sed "s@^\(#!\)\(/[^ ]*/perl[^ ]*\)\(.*\)\$$@\1$$perl\3@"      \
269               < $(srcdir)/$$program > $$tmp ;                           \
270           if cmp -s $(srcdir)/$$program $$tmp ; then                    \
271             echo "$$program unchanged" ;                                \
272             true ;                                                      \
273           else                                                          \
274             echo "$$program: setting interpreter to $$perl" ;           \
275             cat $$tmp > ./$$program ;                                   \
276           fi ;                                                          \
277         done ;                                                          \
278         rm -f $$tmp
279
280 install-man: $(MEN)
281         @men="$(MEN)" ;                                                 \
282         if [ ! -d $(install_prefix)$(manNdir) ]; then                   \
283           $(INSTALL_DIRS) $(install_prefix)$(manNdir) ;                 \
284          fi ;                                                           \
285         for man in $$men; do                                            \
286           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
287           echo $(INSTALL_DATA) $(srcdir)/$$man                          \
288            $(install_prefix)$(manNdir)/$$instname ;                     \
289           $(INSTALL_DATA) $(srcdir)/$$man                               \
290             $(install_prefix)$(manNdir)/$$instname ;                    \
291         done
292
293 install-xml:
294         @if [ ! -d $(install_prefix)$(HACK_CONF_DIR) ]; then            \
295           $(INSTALL_DIRS) $(install_prefix)$(HACK_CONF_DIR) ;           \
296          fi ;                                                           \
297          files=`cd $(srcdir)/config/ ; echo README $(STAR).xml` ;       \
298          for file in $$files ; do                                       \
299            echo $(INSTALL_DATA) $(srcdir)/config/$$file                 \
300             $(install_prefix)$(HACK_CONF_DIR)/$$file ;                  \
301           $(INSTALL_DATA) $(srcdir)/config/$$file                       \
302             $(install_prefix)$(HACK_CONF_DIR)/$$file ;                  \
303         done
304
305 uninstall-program:
306         @for program in $(EXES) $(SCRIPTS); do                          \
307           echo rm -f $(install_prefix)$(HACKDIR)/$$program ;            \
308           rm -f $(install_prefix)$(HACKDIR)/$$program ;                 \
309         done
310
311 uninstall-man:
312         @men="$(MEN)" ;                                                 \
313         for man in $$men; do                                            \
314           instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ;     \
315           echo rm -f $(install_prefix)$(manNdir)/$$instname ;           \
316           rm -f $(install_prefix)$(manNdir)/$$instname ;                \
317         done
318
319 uninstall-xml:
320         @cd $(srcdir)/config/ ;                                         \
321          for file in README $(STAR).xml ; do                            \
322           echo rm -f $(install_prefix)$(HACK_CONF_DIR)/$$file ;         \
323           rm -f $(install_prefix)$(HACK_CONF_DIR)/$$file ;              \
324         done
325
326 clean:
327         -rm -f *.o a.out core $(EXES)
328
329 distclean: clean
330         -rm -f Makefile TAGS *~ "#"*
331
332 # Adds all current dependencies to Makefile
333 depend:
334         $(DEPEND) -s '# DO NOT DELETE: updated by make depend'              \
335         $(DEPEND_FLAGS) --                                                  \
336         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
337         $(SRCS)
338
339 # Adds some dependencies to Makefile.in -- not totally accurate, but pretty
340 # close.  This excludes dependencies on files in /usr/include, etc.  It tries
341 # to include only dependencies on files which are themselves a part of this
342 # package.
343 distdepend::
344         @echo updating dependencies in `pwd`/Makefile.in... ;               \
345         $(DEPEND) -w 0 -f -                                                 \
346         -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
347         $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) --      \
348         $(SRCS) 2>/dev/null |                                               \
349         sort -d |                                                           \
350         (                                                                   \
351           awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \
352           sed -e '/^#.*/d'                                                  \
353               -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d'                        \
354               -e 's@\.\./utils@$$(UTILS_SRC)@g'                             \
355               -e 's@ \([^$$]\)@ $$(srcdir)/\1@g'                            \
356               -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g' ;                     \
357           echo ''                                                           \
358         ) > /tmp/distdepend.$$$$ &&                                         \
359         mv Makefile.in Makefile.in.bak &&                                   \
360         mv /tmp/distdepend.$$$$ Makefile.in
361
362 TAGS: tags
363 tags:
364         find $(srcdir) -name '*.[chly]' -print | xargs etags -a
365
366 echo_tarfiles:
367         @echo $(TARFILES)
368
369 check_men:
370         @badmen="" ;                                                    \
371          for exe in $(EXES) $(SCRIPTS); do                              \
372            if ! [ -f $(srcdir)/$$exe.man                                \
373                   -o "$$exe" = webcollage-helper ]; then                \
374              badmen="$$badmen $$exe" ;                                  \
375            fi ;                                                         \
376          done ;                                                         \
377          if [ -n "$$badmen" ]; then                                     \
378            echo "" ;                                                    \
379            echo "Warning: The following programs have no manuals:" ;    \
380            echo "" ;                                                    \
381            for m in $$badmen ; do                                       \
382              echo "    $$m" ;                                           \
383            done ;                                                       \
384          fi
385
386 check_xml:
387         @badxml="" ;                                                    \
388          for exe in $(EXES) $(SCRIPTS); do                              \
389            if ! [ -f $(srcdir)/config/$$exe.xml                         \
390                   -o "$$exe" = webcollage-helper                        \
391                   -o "$$exe" = xsublim                                  \
392                   -o "$$exe" = ljlatest ]; then                         \
393              badxml="$$badxml $$exe" ;                                  \
394            fi ;                                                         \
395          done ;                                                         \
396          if [ -n "$$badxml" ]; then                                     \
397            echo "" ;                                                    \
398            echo "Warning: The following programs have no configurators:" ; \
399            echo "" ;                                                    \
400            for m in $$badxml ; do                                       \
401              echo "    $$m" ;                                           \
402            done ;                                                       \
403            echo "" ;                                                    \
404          fi
405
406
407
408
409 # Rules for generating the VMS makefiles on Unix, so that it doesn't have to
410 # be done by hand...
411 #
412 VMS_AXP_COMPILE_1=$$ CC/DECC/PREFIX=ALL/DEFINE=(VMS,HAVE_CONFIG_H,STANDALONE
413 VMS_AXP_COMPILE_2=)/INCL=([],[-],[-.UTILS])
414
415 compile_axp.com: Makefile.in
416         @echo generating $@ from $<...  ;                                   \
417         ( for c in $(SRCS) ; do                                             \
418            c=`echo $$c | tr a-z A-Z` ;                                      \
419            echo "$(VMS_AXP_COMPILE_1)$(VMS_AXP_COMPILE_2) $$c" ;            \
420          done ;                                                             \
421          foo="$(VMS_AXP_COMPILE_1),XLOCKMORE$(VMS_AXP_COMPILE_2)" ;         \
422          echo $${foo}/OBJ=SCREENHACK-XLOCK.OBJ SCREENHACK.C ;               \
423         ) | sort -d > $@
424
425 compile_decc.com: compile_axp.com
426         @echo generating $@ from $<...  ;                                   \
427         sed 's/axp/decc/g' < $< > $@
428
429 #### TODO: generating link_axp.com is kinda tricky...
430
431 link_decc.com: link_axp.com
432         @echo generating $@ from $<...  ;                                   \
433         sed 's/axp/decc/g' < $< > $@
434
435 $(srcdir)/../setup.com: Makefile.in
436         @echo generating $@ from $<...  ;                                   \
437         ( echo '$$! Xscreensaver - definition of various DCL symbols' ;     \
438           echo '$$ set NOON' ;                                              \
439           echo '$$ set def [.HACKS]' ;                                      \
440           echo '$$ mydisk = f$$trnlmn("SYS$$DISK")' ;                       \
441           echo '$$ mydir  = mydisk+f$$directory()' ;                        \
442           ( for c in $(EXES) ; do                                           \
443              c2="$${c}          " ;                                         \
444              c2=`echo "$${c2}" | sed 's/^\(........*\)  $$/\1/'` ;          \
445              echo '$$' "$${c2}:== $$'mydir'$${c}" ;                         \
446              done ;                                                         \
447           ) | sort -d ;                                                     \
448           echo '$$ set def [-.DRIVER]' ;                                    \
449           echo '$$ mydir  = mydisk+f$$directory()' ;                        \
450           echo "$$ xscreensaver :== $$'mydir'xscreensaver" ;                \
451           echo "$$ xscreen*command :== $$'mydir'xscreensaver-command" ;     \
452           echo '$$ set def [-]' ;                                           \
453           echo '$$ exit' ;                                                  \
454           ) > $@
455
456 distdepend:: compile_axp.com compile_decc.com
457 distdepend:: link_axp.com link_decc.com
458 distdepend:: $(srcdir)/../setup.com
459 distdepend:: check_men check_xml
460
461
462 # Rules for noticing when the objects from the utils directory are out of
463 # date with respect to their sources, and going and building them according
464 # to the rules in their own Makefile...
465 #
466 $(UTILS_BIN)/alpha.o:           $(UTILS_SRC)/alpha.c
467 $(UTILS_BIN)/colors.o:          $(UTILS_SRC)/colors.c
468 $(UTILS_BIN)/grabclient.o:      $(UTILS_SRC)/grabclient.c
469 $(UTILS_BIN)/hsv.o:             $(UTILS_SRC)/hsv.c
470 $(UTILS_BIN)/resources.o:       $(UTILS_SRC)/resources.c
471 $(UTILS_BIN)/spline.o:          $(UTILS_SRC)/spline.c
472 $(UTILS_BIN)/usleep.o:          $(UTILS_SRC)/usleep.c
473 $(UTILS_BIN)/visual.o:          $(UTILS_SRC)/visual.c
474 $(UTILS_BIN)/xmu.o:             $(UTILS_SRC)/xmu.c
475 $(UTILS_BIN)/logo.o:            $(UTILS_SRC)/logo.c
476 $(UTILS_BIN)/yarandom.o:        $(UTILS_SRC)/yarandom.c
477 $(UTILS_BIN)/erase.o:           $(UTILS_SRC)/erase.c
478 $(UTILS_BIN)/xshm.o:            $(UTILS_SRC)/xshm.c
479 $(UTILS_BIN)/xdbe.o:            $(UTILS_SRC)/xdbe.c
480
481 $(UTIL_OBJS):
482         cd $(UTILS_BIN) ; \
483         $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
484
485 # How we build object files in this directory.
486 .c.o:
487         $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $<
488
489 # Some hacks use a slightly-differently-compiled variant of this file.
490 # This is how to make the the other .o file from it.
491 #
492 screenhack-xlock.o: screenhack.c
493         $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \
494         -DXLOCKMORE $(srcdir)/screenhack.c
495
496 # Some abbreviations to keep the lines short...
497 XPM             = xpm-pixmap.o
498 ALP             = $(UTILS_BIN)/alpha.o
499 HSV             = $(UTILS_BIN)/hsv.o
500 SPL             = $(UTILS_BIN)/spline.o
501 LOGO            = $(UTILS_BIN)/logo.o
502 GRAB            = $(GRAB_OBJS)
503 ERASE           = $(UTILS_BIN)/erase.o
504 COL             = $(COLOR_OBJS)
505 SHM             = $(XSHM_OBJS)
506 DBE             = $(XDBE_OBJS)
507 BARS            = $(UTILS_BIN)/colorbars.o $(LOGO)
508
509 CC_HACK         = $(CC) $(LDFLAGS)
510
511 xscreensaver-sgigl: xscreensaver-sgigl.c
512         $(CC) $(LDFLAGS) -o $@ $< -I$(UTILS_SRC) $(HACK_PRE) \
513                 $(XMU_LIBS) -lX11 -lXext $(X_EXTRA_LIBS) -lm
514
515
516 # The rules for those hacks which follow the `screenhack.c' API.
517 # If make wasn't such an utter abomination, these could all be combined
518 # into one rule, but we don't live in such a perfect world.  The $< rule
519 # is pretty much useless in the face of more than one dependency, as far
520 # as I can tell.
521 #
522 attraction:     attraction.o    $(HACK_OBJS) $(COL) $(SPL)
523         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
524
525 blitspin:       blitspin.o      $(HACK_OBJS) $(GRAB) $(XPM)
526         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(XPM) $(XPM_LIBS)
527
528 bubbles:        bubbles.o       $(HACK_OBJS) bubbles-default.o $(XPM)
529         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) bubbles-default.o $(XPM) $(XPM_LIBS)
530
531 decayscreen:    decayscreen.o   $(HACK_OBJS) $(GRAB)
532         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
533
534 deco:           deco.o          $(HACK_OBJS) $(COL)
535         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
536
537 flame:          flame.o         $(HACK_OBJS) $(COL)
538         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
539
540 greynetic:      greynetic.o     $(HACK_OBJS)
541         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
542
543 halo:           halo.o          $(HACK_OBJS) $(COL)
544         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
545
546 helix:          helix.o         $(HACK_OBJS) $(HSV) $(ERASE)
547         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(ERASE) $(HACK_LIBS)
548
549 hypercube:      hypercube.o     $(HACK_OBJS)
550         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
551
552 imsmap:         imsmap.o        $(HACK_OBJS) $(COL)
553         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
554
555 kaleidescope:   kaleidescope.o  $(HACK_OBJS)
556         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
557
558 lmorph:         lmorph.o        $(HACK_OBJS)
559         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
560
561 maze:           maze.o          $(HACK_OBJS) $(ERASE) $(LOGO)
562         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(ERASE) $(LOGO) $(HACK_LIBS)
563
564 moire:          moire.o         $(HACK_OBJS) $(COL) $(SHM)
565         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS)
566
567 moire2:         moire2.o        $(HACK_OBJS) $(COL) $(DBE)
568         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS)
569
570 noseguy:        noseguy.o       $(HACK_OBJS) $(XPM)
571         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(XPM) $(XPM_LIBS)
572
573 pedal:          pedal.o         $(HACK_OBJS) $(HSV)
574         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(HACK_LIBS)
575
576 pyro:           pyro.o          $(HACK_OBJS) $(HSV)
577         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(HACK_LIBS)
578
579 qix:            qix.o           $(HACK_OBJS) $(HSV) $(ALP)
580         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(ALP) $(HACK_LIBS)
581
582 rocks:          rocks.o         $(HACK_OBJS) $(COL)
583         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
584
585 rorschach:      rorschach.o     $(HACK_OBJS) $(HSV) $(ERASE)
586         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(ERASE) $(HACK_LIBS)
587
588 slidescreen:    slidescreen.o   $(HACK_OBJS) $(GRAB)
589         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
590
591 goop:           goop.o          $(HACK_OBJS) $(HSV) $(ALP) $(SPL)
592         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(ALP) $(SPL) $(HACK_LIBS)
593
594 starfish:       starfish.o      $(HACK_OBJS) $(COL) $(SPL)
595         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
596
597 munch:          munch.o         $(HACK_OBJS) $(COL) $(SPL)
598         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
599
600 rd-bomb:        rd-bomb.o       $(HACK_OBJS) $(COL) $(SHM)
601         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS)
602
603 coral:          coral.o         $(HACK_OBJS) $(COL) $(ERASE)
604         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
605
606 xjack:          xjack.o         $(HACK_OBJS)
607         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
608
609 xlyap:          xlyap.o         $(HACK_OBJS) $(COL)
610         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
611
612 jigsaw:         jigsaw.o        $(HACK_OBJS) $(GRAB)
613         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
614
615 cynosure:       cynosure.o      $(HACK_OBJS) $(COL)
616         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
617
618 epicycle:       epicycle.o      $(HACK_OBJS) $(COL) $(ERASE)
619         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
620
621 interference:  interference.o   $(HACK_OBJS) $(COL) $(SHM) $(DBE)
622         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SHM) $(DBE) $(HACK_LIBS)
623
624 truchet:         truchet.o      $(HACK_OBJS) $(COL)
625         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
626
627 bsod:           bsod.o          $(HACK_OBJS) $(GRAB) $(SHM) $(XPM)
628         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(XPM) $(XPM_LIBS)
629
630 distort:        distort.o       $(HACK_OBJS) $(GRAB) $(SHM)
631         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS)
632
633 kumppa:         kumppa.o        $(HACK_OBJS) $(DBE)
634         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(HACK_LIBS)
635
636 sonar:          sonar.o         $(HACK_OBJS) $(COL)
637         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
638
639 t3d:            t3d.o           $(HACK_OBJS) $(COL)
640         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
641
642 penetrate:      penetrate.o     $(HACK_OBJS) $(COL)
643         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
644
645 deluxe:         deluxe.o        $(HACK_OBJS) $(ALP) $(COL) $(DBE)
646         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(ALP) $(COL) $(DBE) $(HACK_LIBS)
647
648 compass:        compass.o       $(HACK_OBJS) $(DBE)
649         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(HACK_LIBS)
650
651 squiral:        squiral.o       $(HACK_OBJS) $(COL)
652         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
653
654 xflame:         xflame.o        $(HACK_OBJS) $(SHM) $(XPM)
655         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(SHM) $(XPM) $(XPM_LIBS)
656
657 wander:         wander.o        $(HACK_OBJS) $(COL) $(ERASE)
658         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
659
660 spotlight:      spotlight.o     $(HACK_OBJS) $(GRAB)
661         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
662
663 critical:       critical.o      $(HACK_OBJS) $(COL) $(ERASE)
664         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
665
666 phosphor:       phosphor.o      $(HACK_OBJS) $(COL)
667         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
668
669 xmatrix:        xmatrix.o       $(HACK_OBJS) $(XPM)
670         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(XPM) $(XPM_LIBS)
671
672 petri:          petri.o         $(HACK_OBJS) $(COL) $(SPL)
673         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
674
675 shadebobs:      shadebobs.o     $(HACK_OBJS) $(COL) $(SPL)
676         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
677
678 ccurve:         ccurve.o        $(HACK_OBJS) $(COL) $(SPL)
679         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
680
681 blaster:        blaster.o       $(HACK_OBJS)
682         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
683
684 bumps:          bumps.o         $(HACK_OBJS) $(GRAB) $(SHM)
685         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS)
686
687 ripples:        ripples.o       $(HACK_OBJS) $(SHM) $(COL) $(GRAB)
688         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(HACK_LIBS)
689
690 xteevee:        xteevee.o       $(BARS) $(HACK_OBJS) $(GRAB)
691         $(CC_HACK) -o $@ $@.o   $(BARS) $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
692
693 xspirograph:    xspirograph.o   $(HACK_OBJS) $(COL) $(ERASE)
694         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS)
695
696 nerverot:       nerverot.o      $(HACK_OBJS) $(COL)
697         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
698
699 xrayswarm:      xrayswarm.o     $(HACK_OBJS) 
700         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
701
702 hyperball:      hyperball.o     $(HACK_OBJS)
703         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
704
705 zoom:   zoom.o  $(HACK_OBJS) $(GRAB)
706         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(HACK_LIBS)
707
708 whirlwindwarp:  whirlwindwarp.o $(HACK_OBJS) $(COL)
709         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
710
711 rotzoomer:      rotzoomer.o     $(HACK_OBJS) $(GRAB) $(SHM)
712         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS)
713
714 whirlygig:      whirlygig.o     $(HACK_OBJS) $(DBE) $(COL)
715         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS)
716
717 speedmine:      speedmine.o     $(HACK_OBJS) $(COL)
718         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
719
720 vermiculate:    vermiculate.o   $(HACK_OBJS) $(COL)
721         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
722
723 twang:          twang.o         $(HACK_OBJS) $(GRAB) $(SHM)
724         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS)
725
726 fluidballs:     fluidballs.o    $(HACK_OBJS) $(DBE)
727         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(HACK_LIBS)
728
729 anemone:        anemone.o       $(HACK_OBJS) $(DBE)
730         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(HACK_LIBS)
731
732 halftone:       halftone.o      $(HACK_OBJS) $(COL)
733         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(HACK_LIBS)
734
735 metaballs:      metaballs.o     $(HACK_OBJS)
736         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
737
738 eruption:       eruption.o      $(HACK_OBJS)
739         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
740
741 popsquares:     popsquares.o    $(HACK_OBJS) $(DBE) $(COL)
742         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS)
743
744 barcode:        barcode.o       $(HACK_OBJS) $(HSV)
745         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HSV) $(HACK_LIBS)
746
747 piecewise:      piecewise.o     $(HACK_OBJS) $(COL) $(DBE)
748         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS)
749
750 cloudlife:      cloudlife.o     $(HACK_OBJS) $(COL) $(DBE)
751         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS)
752
753 # The rules for those hacks which follow the `xlockmore' API.
754 #
755
756 bouboule:       bouboule.o      $(XLOCK_OBJS)
757         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
758
759 braid:          braid.o         $(XLOCK_OBJS) $(ERASE)
760         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
761
762 drift:          drift.o         $(XLOCK_OBJS) $(ERASE)
763         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
764
765 flag:           flag.o          $(XLOCK_OBJS) $(XPM)
766         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(XPM) $(XPM_LIBS)
767
768 forest:         forest.o        $(XLOCK_OBJS) $(ERASE)
769         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
770
771 vines:          vines.o         $(XLOCK_OBJS) $(ERASE)
772         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
773
774 galaxy:         galaxy.o        $(XLOCK_OBJS)
775         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
776
777 grav:           grav.o          $(XLOCK_OBJS)
778         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
779
780 hopalong:       hopalong.o      $(XLOCK_OBJS) $(ERASE)
781         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
782
783 ifs:            ifs.o           $(XLOCK_OBJS)
784         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
785
786 julia:          julia.o         $(XLOCK_OBJS)
787         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
788
789 laser:          laser.o         $(XLOCK_OBJS)
790         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
791
792 lightning:      lightning.o     $(XLOCK_OBJS)
793         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
794
795 lisa:           lisa.o          $(XLOCK_OBJS)
796         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
797
798 lissie:         lissie.o        $(XLOCK_OBJS)
799         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
800
801 penrose:        penrose.o       $(XLOCK_OBJS)
802         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
803
804 sierpinski:     sierpinski.o    $(XLOCK_OBJS)
805         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
806
807 slip:           slip.o          $(XLOCK_OBJS) $(GRAB)
808         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(GRAB) $(HACK_LIBS)
809
810 sphere:         sphere.o        $(XLOCK_OBJS)
811         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
812
813 spiral:         spiral.o        $(XLOCK_OBJS)
814         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
815
816 strange:        strange.o       $(XLOCK_OBJS)
817         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
818
819 swirl:          swirl.o         $(XLOCK_OBJS) $(SHM)
820         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(SHM) $(HACK_LIBS)
821
822 fadeplot:       fadeplot.o      $(XLOCK_OBJS)
823         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
824
825 mountain:       mountain.o      $(XLOCK_OBJS)
826         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
827
828 triangle:       triangle.o      $(XLOCK_OBJS)
829         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
830
831 worm:           worm.o          $(XLOCK_OBJS)
832         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
833
834 rotor:          rotor.o         $(XLOCK_OBJS)
835         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
836
837 ant:            ant.o           $(XLOCK_OBJS) $(ERASE)
838         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
839
840 demon:          demon.o         $(XLOCK_OBJS)
841         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
842
843 loop:           loop.o          $(XLOCK_OBJS)
844         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
845
846 flow:           flow.o          $(XLOCK_OBJS)
847         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
848
849 discrete:       discrete.o      $(XLOCK_OBJS) $(ERASE)
850         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
851
852 crystal:        crystal.o       $(XLOCK_OBJS)
853         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
854
855 apollonian:     apollonian.o    $(XLOCK_OBJS) $(ERASE)
856         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
857
858 euler2d:        euler2d.o       $(XLOCK_OBJS)
859         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
860
861 juggle:         juggle.o        $(XLOCK_OBJS)
862         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
863
864 polyominoes:    polyominoes.o   $(XLOCK_OBJS) $(ERASE)
865         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS)
866
867 thornbird:      thornbird.o     $(XLOCK_OBJS)
868         $(CC_HACK) -o $@ $@.o   $(XLOCK_OBJS) $(HACK_LIBS)
869
870
871 # These are not like the others.
872 #
873 xsublim:        xsublim.o       $(HACK_OBJS_1)
874         $(CC_HACK) -o $@ $@.o   $(HACK_OBJS_1) $(HACK_LIBS)
875
876 webcollage-helper: webcollage-helper.o
877         $(CC_HACK) -o $@ $@.o   $(XPM_LIBS) $(JPEG_LIBS)
878
879
880 ##############################################################################
881 #
882 # DO NOT DELETE: updated by make distdepend
883
884 anemone.o: ../config.h
885 anemone.o: $(srcdir)/screenhack.h
886 ant.o: $(srcdir)/automata.h
887 ant.o: ../config.h
888 ant.o: $(srcdir)/screenhack.h
889 ant.o: $(srcdir)/xlockmore.h
890 ant.o: $(srcdir)/xlockmoreI.h
891 apollonian.o: ../config.h
892 apollonian.o: $(srcdir)/screenhack.h
893 apollonian.o: $(srcdir)/xlockmore.h
894 apollonian.o: $(srcdir)/xlockmoreI.h
895 attraction.o: ../config.h
896 attraction.o: $(srcdir)/screenhack.h
897 barcode.o: ../config.h
898 barcode.o: $(srcdir)/screenhack.h
899 blaster.o: ../config.h
900 blaster.o: $(srcdir)/screenhack.h
901 blitspin.o: ../config.h
902 blitspin.o: $(srcdir)/images/som.xbm
903 blitspin.o: $(srcdir)/screenhack.h
904 blitspin.o: $(srcdir)/xpm-pixmap.h
905 bouboule.o: ../config.h
906 bouboule.o: $(srcdir)/screenhack.h
907 bouboule.o: $(srcdir)/xlockmore.h
908 bouboule.o: $(srcdir)/xlockmoreI.h
909 braid.o: ../config.h
910 braid.o: $(srcdir)/screenhack.h
911 braid.o: $(srcdir)/xlockmore.h
912 braid.o: $(srcdir)/xlockmoreI.h
913 bsod.o: ../config.h
914 bsod.o: $(srcdir)/images/amiga.xpm
915 bsod.o: $(srcdir)/images/atari.xbm
916 bsod.o: $(srcdir)/images/hmac.xpm
917 bsod.o: $(srcdir)/images/macbomb.xbm
918 bsod.o: $(srcdir)/images/mac.xbm
919 bsod.o: $(srcdir)/screenhack.h
920 bsod.o: $(srcdir)/xpm-pixmap.h
921 bubbles-default.o: $(srcdir)/bubbles.h
922 bubbles-default.o: ../config.h
923 bubbles-default.o: $(srcdir)/images/bubbles/blood10.xpm
924 bubbles-default.o: $(srcdir)/images/bubbles/blood11.xpm
925 bubbles-default.o: $(srcdir)/images/bubbles/blood1.xpm
926 bubbles-default.o: $(srcdir)/images/bubbles/blood2.xpm
927 bubbles-default.o: $(srcdir)/images/bubbles/blood3.xpm
928 bubbles-default.o: $(srcdir)/images/bubbles/blood4.xpm
929 bubbles-default.o: $(srcdir)/images/bubbles/blood5.xpm
930 bubbles-default.o: $(srcdir)/images/bubbles/blood6.xpm
931 bubbles-default.o: $(srcdir)/images/bubbles/blood7.xpm
932 bubbles-default.o: $(srcdir)/images/bubbles/blood8.xpm
933 bubbles-default.o: $(srcdir)/images/bubbles/blood9.xpm
934 bubbles-default.o: $(srcdir)/images/bubbles/blue10.xpm
935 bubbles-default.o: $(srcdir)/images/bubbles/blue11.xpm
936 bubbles-default.o: $(srcdir)/images/bubbles/blue1.xpm
937 bubbles-default.o: $(srcdir)/images/bubbles/blue2.xpm
938 bubbles-default.o: $(srcdir)/images/bubbles/blue3.xpm
939 bubbles-default.o: $(srcdir)/images/bubbles/blue4.xpm
940 bubbles-default.o: $(srcdir)/images/bubbles/blue5.xpm
941 bubbles-default.o: $(srcdir)/images/bubbles/blue6.xpm
942 bubbles-default.o: $(srcdir)/images/bubbles/blue7.xpm
943 bubbles-default.o: $(srcdir)/images/bubbles/blue8.xpm
944 bubbles-default.o: $(srcdir)/images/bubbles/blue9.xpm
945 bubbles-default.o: $(srcdir)/images/bubbles/glass10.xpm
946 bubbles-default.o: $(srcdir)/images/bubbles/glass11.xpm
947 bubbles-default.o: $(srcdir)/images/bubbles/glass1.xpm
948 bubbles-default.o: $(srcdir)/images/bubbles/glass2.xpm
949 bubbles-default.o: $(srcdir)/images/bubbles/glass3.xpm
950 bubbles-default.o: $(srcdir)/images/bubbles/glass4.xpm
951 bubbles-default.o: $(srcdir)/images/bubbles/glass5.xpm
952 bubbles-default.o: $(srcdir)/images/bubbles/glass6.xpm
953 bubbles-default.o: $(srcdir)/images/bubbles/glass7.xpm
954 bubbles-default.o: $(srcdir)/images/bubbles/glass8.xpm
955 bubbles-default.o: $(srcdir)/images/bubbles/glass9.xpm
956 bubbles-default.o: $(srcdir)/images/bubbles/jade10.xpm
957 bubbles-default.o: $(srcdir)/images/bubbles/jade11.xpm
958 bubbles-default.o: $(srcdir)/images/bubbles/jade1.xpm
959 bubbles-default.o: $(srcdir)/images/bubbles/jade2.xpm
960 bubbles-default.o: $(srcdir)/images/bubbles/jade3.xpm
961 bubbles-default.o: $(srcdir)/images/bubbles/jade4.xpm
962 bubbles-default.o: $(srcdir)/images/bubbles/jade5.xpm
963 bubbles-default.o: $(srcdir)/images/bubbles/jade6.xpm
964 bubbles-default.o: $(srcdir)/images/bubbles/jade7.xpm
965 bubbles-default.o: $(srcdir)/images/bubbles/jade8.xpm
966 bubbles-default.o: $(srcdir)/images/bubbles/jade9.xpm
967 bubbles.o: $(srcdir)/bubbles.h
968 bubbles.o: ../config.h
969 bubbles.o: $(srcdir)/screenhack.h
970 bubbles.o: $(srcdir)/xpm-pixmap.h
971 bumps.o: $(srcdir)/bumps.h
972 bumps.o: ../config.h
973 bumps.o: $(srcdir)/screenhack.h
974 ccurve.o: ../config.h
975 ccurve.o: $(srcdir)/screenhack.h
976 cloudlife.o: ../config.h
977 cloudlife.o: $(srcdir)/screenhack.h
978 compass.o: ../config.h
979 compass.o: $(srcdir)/screenhack.h
980 coral.o: ../config.h
981 coral.o: $(srcdir)/screenhack.h
982 critical.o: ../config.h
983 critical.o: $(srcdir)/screenhack.h
984 crystal.o: ../config.h
985 crystal.o: $(srcdir)/screenhack.h
986 crystal.o: $(srcdir)/xlockmore.h
987 crystal.o: $(srcdir)/xlockmoreI.h
988 cynosure.o: ../config.h
989 cynosure.o: $(srcdir)/screenhack.h
990 decayscreen.o: ../config.h
991 decayscreen.o: $(srcdir)/screenhack.h
992 deco.o: ../config.h
993 deco.o: $(srcdir)/screenhack.h
994 deluxe.o: ../config.h
995 deluxe.o: $(srcdir)/screenhack.h
996 demon.o: $(srcdir)/automata.h
997 demon.o: ../config.h
998 demon.o: $(srcdir)/screenhack.h
999 demon.o: $(srcdir)/xlockmore.h
1000 demon.o: $(srcdir)/xlockmoreI.h
1001 discrete.o: ../config.h
1002 discrete.o: $(srcdir)/screenhack.h
1003 discrete.o: $(srcdir)/xlockmore.h
1004 discrete.o: $(srcdir)/xlockmoreI.h
1005 distort.o: ../config.h
1006 distort.o: $(srcdir)/screenhack.h
1007 drift.o: ../config.h
1008 drift.o: $(srcdir)/screenhack.h
1009 drift.o: $(srcdir)/xlockmore.h
1010 drift.o: $(srcdir)/xlockmoreI.h
1011 epicycle.o: ../config.h
1012 epicycle.o: $(srcdir)/screenhack.h
1013 eruption.o: ../config.h
1014 eruption.o: $(srcdir)/screenhack.h
1015 euler2d.o: ../config.h
1016 euler2d.o: $(srcdir)/screenhack.h
1017 euler2d.o: $(srcdir)/xlockmore.h
1018 euler2d.o: $(srcdir)/xlockmoreI.h
1019 fadeplot.o: ../config.h
1020 fadeplot.o: $(srcdir)/screenhack.h
1021 fadeplot.o: $(srcdir)/xlockmore.h
1022 fadeplot.o: $(srcdir)/xlockmoreI.h
1023 flag.o: ../config.h
1024 flag.o: $(srcdir)/images/bob.xbm
1025 flag.o: $(srcdir)/screenhack.h
1026 flag.o: $(srcdir)/xlockmore.h
1027 flag.o: $(srcdir)/xlockmoreI.h
1028 flag.o: $(srcdir)/xpm-pixmap.h
1029 flame.o: ../config.h
1030 flame.o: $(srcdir)/screenhack.h
1031 flow.o: ../config.h
1032 flow.o: $(srcdir)/screenhack.h
1033 flow.o: $(srcdir)/xlockmore.h
1034 flow.o: $(srcdir)/xlockmoreI.h
1035 fluidballs.o: ../config.h
1036 fluidballs.o: $(srcdir)/screenhack.h
1037 forest.o: ../config.h
1038 forest.o: $(srcdir)/screenhack.h
1039 forest.o: $(srcdir)/xlockmore.h
1040 forest.o: $(srcdir)/xlockmoreI.h
1041 galaxy.o: ../config.h
1042 galaxy.o: $(srcdir)/screenhack.h
1043 galaxy.o: $(srcdir)/xlockmore.h
1044 galaxy.o: $(srcdir)/xlockmoreI.h
1045 goop.o: ../config.h
1046 goop.o: $(srcdir)/screenhack.h
1047 grav.o: ../config.h
1048 grav.o: $(srcdir)/screenhack.h
1049 grav.o: $(srcdir)/xlockmore.h
1050 grav.o: $(srcdir)/xlockmoreI.h
1051 greynetic.o: ../config.h
1052 greynetic.o: $(srcdir)/screenhack.h
1053 halftone.o: ../config.h
1054 halftone.o: $(srcdir)/screenhack.h
1055 halo.o: ../config.h
1056 halo.o: $(srcdir)/screenhack.h
1057 helix.o: ../config.h
1058 helix.o: $(srcdir)/screenhack.h
1059 hopalong.o: ../config.h
1060 hopalong.o: $(srcdir)/screenhack.h
1061 hopalong.o: $(srcdir)/xlockmore.h
1062 hopalong.o: $(srcdir)/xlockmoreI.h
1063 hyperball.o: ../config.h
1064 hyperball.o: $(srcdir)/screenhack.h
1065 hypercube.o: ../config.h
1066 hypercube.o: $(srcdir)/screenhack.h
1067 ifs.o: ../config.h
1068 ifs.o: $(srcdir)/screenhack.h
1069 ifs.o: $(srcdir)/xlockmore.h
1070 ifs.o: $(srcdir)/xlockmoreI.h
1071 imsmap.o: ../config.h
1072 imsmap.o: $(srcdir)/screenhack.h
1073 interference.o: ../config.h
1074 interference.o: $(srcdir)/screenhack.h
1075 jigsaw.o: ../config.h
1076 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_e_f.xbm
1077 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_e_h.xbm
1078 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_f.xbm
1079 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_h.xbm
1080 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_ne_f.xbm
1081 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_ne_h.xbm
1082 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_n_f.xbm
1083 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_n_h.xbm
1084 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_nw_f.xbm
1085 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_nw_h.xbm
1086 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_se_f.xbm
1087 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_se_h.xbm
1088 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_s_f.xbm
1089 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_s_h.xbm
1090 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_sw_f.xbm
1091 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_sw_h.xbm
1092 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_w_f.xbm
1093 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_w_h.xbm
1094 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_e_f.xbm
1095 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_e_h.xbm
1096 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_f.xbm
1097 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_h.xbm
1098 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_ne_f.xbm
1099 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_ne_h.xbm
1100 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_n_f.xbm
1101 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_n_h.xbm
1102 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_nw_f.xbm
1103 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_nw_h.xbm
1104 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_se_f.xbm
1105 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_se_h.xbm
1106 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_s_f.xbm
1107 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_s_h.xbm
1108 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_sw_f.xbm
1109 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_sw_h.xbm
1110 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_w_f.xbm
1111 jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_w_h.xbm
1112 jigsaw.o: $(srcdir)/screenhack.h
1113 juggle.o: ../config.h
1114 juggle.o: $(srcdir)/screenhack.h
1115 juggle.o: $(srcdir)/xlockmore.h
1116 juggle.o: $(srcdir)/xlockmoreI.h
1117 julia.o: ../config.h
1118 julia.o: $(srcdir)/screenhack.h
1119 julia.o: $(srcdir)/xlockmore.h
1120 julia.o: $(srcdir)/xlockmoreI.h
1121 kaleidescope.o: ../config.h
1122 kaleidescope.o: $(srcdir)/screenhack.h
1123 kumppa.o: ../config.h
1124 kumppa.o: $(srcdir)/screenhack.h
1125 laser.o: ../config.h
1126 laser.o: $(srcdir)/screenhack.h
1127 laser.o: $(srcdir)/xlockmore.h
1128 laser.o: $(srcdir)/xlockmoreI.h
1129 lightning.o: ../config.h
1130 lightning.o: $(srcdir)/screenhack.h
1131 lightning.o: $(srcdir)/xlockmore.h
1132 lightning.o: $(srcdir)/xlockmoreI.h
1133 lisa.o: ../config.h
1134 lisa.o: $(srcdir)/screenhack.h
1135 lisa.o: $(srcdir)/xlockmore.h
1136 lisa.o: $(srcdir)/xlockmoreI.h
1137 lissie.o: ../config.h
1138 lissie.o: $(srcdir)/screenhack.h
1139 lissie.o: $(srcdir)/xlockmore.h
1140 lissie.o: $(srcdir)/xlockmoreI.h
1141 lmorph.o: ../config.h
1142 lmorph.o: $(srcdir)/screenhack.h
1143 loop.o: $(srcdir)/automata.h
1144 loop.o: ../config.h
1145 loop.o: $(srcdir)/screenhack.h
1146 loop.o: $(srcdir)/xlockmore.h
1147 loop.o: $(srcdir)/xlockmoreI.h
1148 maze.o: ../config.h
1149 maze.o: $(srcdir)/screenhack.h
1150 metaballs.o: ../config.h
1151 metaballs.o: $(srcdir)/screenhack.h
1152 moire2.o: ../config.h
1153 moire2.o: $(srcdir)/screenhack.h
1154 moire.o: ../config.h
1155 moire.o: $(srcdir)/screenhack.h
1156 mountain.o: ../config.h
1157 mountain.o: $(srcdir)/screenhack.h
1158 mountain.o: $(srcdir)/xlockmore.h
1159 mountain.o: $(srcdir)/xlockmoreI.h
1160 munch.o: ../config.h
1161 munch.o: $(srcdir)/screenhack.h
1162 nerverot.o: ../config.h
1163 nerverot.o: $(srcdir)/screenhack.h
1164 noseguy.o: ../config.h
1165 noseguy.o: $(srcdir)/images/noseguy/nose-f1.xpm
1166 noseguy.o: $(srcdir)/images/noseguy/nose-f2.xpm
1167 noseguy.o: $(srcdir)/images/noseguy/nose-f3.xpm
1168 noseguy.o: $(srcdir)/images/noseguy/nose-f4.xpm
1169 noseguy.o: $(srcdir)/images/noseguy/nose-l1.xpm
1170 noseguy.o: $(srcdir)/images/noseguy/nose-l2.xpm
1171 noseguy.o: $(srcdir)/images/noseguy/nose-r1.xpm
1172 noseguy.o: $(srcdir)/images/noseguy/nose-r2.xpm
1173 noseguy.o: $(srcdir)/screenhack.h
1174 noseguy.o: $(srcdir)/xpm-pixmap.h
1175 pedal.o: ../config.h
1176 pedal.o: $(srcdir)/screenhack.h
1177 penetrate.o: ../config.h
1178 penetrate.o: $(srcdir)/screenhack.h
1179 penrose.o: ../config.h
1180 penrose.o: $(srcdir)/screenhack.h
1181 penrose.o: $(srcdir)/xlockmore.h
1182 penrose.o: $(srcdir)/xlockmoreI.h
1183 petri.o: ../config.h
1184 petri.o: $(srcdir)/screenhack.h
1185 phosphor.o: ../config.h
1186 phosphor.o: $(srcdir)/screenhack.h
1187 piecewise.o: ../config.h
1188 piecewise.o: $(srcdir)/screenhack.h
1189 polyominoes.o: ../config.h
1190 polyominoes.o: $(srcdir)/screenhack.h
1191 polyominoes.o: $(srcdir)/xlockmore.h
1192 polyominoes.o: $(srcdir)/xlockmoreI.h
1193 popsquares.o: ../config.h
1194 popsquares.o: $(srcdir)/screenhack.h
1195 pyro.o: ../config.h
1196 pyro.o: $(srcdir)/screenhack.h
1197 qix.o: ../config.h
1198 qix.o: $(srcdir)/screenhack.h
1199 rd-bomb.o: ../config.h
1200 rd-bomb.o: $(srcdir)/screenhack.h
1201 ripples.o: ../config.h
1202 ripples.o: $(srcdir)/screenhack.h
1203 rocks.o: ../config.h
1204 rocks.o: $(srcdir)/screenhack.h
1205 rorschach.o: ../config.h
1206 rorschach.o: $(srcdir)/screenhack.h
1207 rotor.o: ../config.h
1208 rotor.o: $(srcdir)/screenhack.h
1209 rotor.o: $(srcdir)/xlockmore.h
1210 rotor.o: $(srcdir)/xlockmoreI.h
1211 rotzoomer.o: ../config.h
1212 rotzoomer.o: $(srcdir)/screenhack.h
1213 screenhack.o: ../config.h
1214 screenhack.o: $(srcdir)/screenhack.h
1215 shadebobs.o: ../config.h
1216 shadebobs.o: $(srcdir)/screenhack.h
1217 sierpinski.o: ../config.h
1218 sierpinski.o: $(srcdir)/screenhack.h
1219 sierpinski.o: $(srcdir)/xlockmore.h
1220 sierpinski.o: $(srcdir)/xlockmoreI.h
1221 slidescreen.o: ../config.h
1222 slidescreen.o: $(srcdir)/screenhack.h
1223 slip.o: ../config.h
1224 slip.o: $(srcdir)/screenhack.h
1225 slip.o: $(srcdir)/xlockmore.h
1226 slip.o: $(srcdir)/xlockmoreI.h
1227 sonar.o: ../config.h
1228 sonar.o: $(srcdir)/screenhack.h
1229 speedmine.o: ../config.h
1230 speedmine.o: $(srcdir)/screenhack.h
1231 sphere.o: ../config.h
1232 sphere.o: $(srcdir)/screenhack.h
1233 sphere.o: $(srcdir)/xlockmore.h
1234 sphere.o: $(srcdir)/xlockmoreI.h
1235 spiral.o: ../config.h
1236 spiral.o: $(srcdir)/screenhack.h
1237 spiral.o: $(srcdir)/xlockmore.h
1238 spiral.o: $(srcdir)/xlockmoreI.h
1239 spotlight.o: ../config.h
1240 spotlight.o: $(srcdir)/screenhack.h
1241 squiral.o: ../config.h
1242 squiral.o: $(srcdir)/screenhack.h
1243 starfish.o: ../config.h
1244 starfish.o: $(srcdir)/screenhack.h
1245 strange.o: ../config.h
1246 strange.o: $(srcdir)/screenhack.h
1247 strange.o: $(srcdir)/xlockmore.h
1248 strange.o: $(srcdir)/xlockmoreI.h
1249 swirl.o: ../config.h
1250 swirl.o: $(srcdir)/screenhack.h
1251 swirl.o: $(srcdir)/xlockmore.h
1252 swirl.o: $(srcdir)/xlockmoreI.h
1253 t3d.o: ../config.h
1254 t3d.o: $(srcdir)/screenhack.h
1255 thornbird.o: ../config.h
1256 thornbird.o: $(srcdir)/screenhack.h
1257 thornbird.o: $(srcdir)/xlockmore.h
1258 thornbird.o: $(srcdir)/xlockmoreI.h
1259 triangle.o: ../config.h
1260 triangle.o: $(srcdir)/screenhack.h
1261 triangle.o: $(srcdir)/xlockmore.h
1262 triangle.o: $(srcdir)/xlockmoreI.h
1263 truchet.o: ../config.h
1264 truchet.o: $(srcdir)/screenhack.h
1265 twang.o: ../config.h
1266 twang.o: $(srcdir)/screenhack.h
1267 vermiculate.o: ../config.h
1268 vermiculate.o: $(srcdir)/screenhack.h
1269 vines.o: ../config.h
1270 vines.o: $(srcdir)/screenhack.h
1271 vines.o: $(srcdir)/xlockmore.h
1272 vines.o: $(srcdir)/xlockmoreI.h
1273 wander.o: ../config.h
1274 wander.o: $(srcdir)/screenhack.h
1275 webcollage-helper.o: ../config.h
1276 whirlwindwarp.o: ../config.h
1277 whirlwindwarp.o: $(srcdir)/screenhack.h
1278 whirlygig.o: ../config.h
1279 whirlygig.o: $(srcdir)/screenhack.h
1280 worm.o: ../config.h
1281 worm.o: $(srcdir)/screenhack.h
1282 worm.o: $(srcdir)/xlockmore.h
1283 worm.o: $(srcdir)/xlockmoreI.h
1284 xflame.o: ../config.h
1285 xflame.o: $(srcdir)/images/bob.xbm
1286 xflame.o: $(srcdir)/screenhack.h
1287 xflame.o: $(srcdir)/xpm-pixmap.h
1288 xjack.o: ../config.h
1289 xjack.o: $(srcdir)/screenhack.h
1290 xlockmore.o: ../config.h
1291 xlockmore.o: $(srcdir)/screenhack.h
1292 xlockmore.o: $(srcdir)/xlockmoreI.h
1293 xlyap.o: ../config.h
1294 xlyap.o: $(srcdir)/screenhack.h
1295 xmatrix.o: ../config.h
1296 xmatrix.o: $(srcdir)/images/matrix1b.xbm
1297 xmatrix.o: $(srcdir)/images/matrix1b.xpm
1298 xmatrix.o: $(srcdir)/images/matrix1.xbm
1299 xmatrix.o: $(srcdir)/images/matrix1.xpm
1300 xmatrix.o: $(srcdir)/images/matrix2b.xbm
1301 xmatrix.o: $(srcdir)/images/matrix2b.xpm
1302 xmatrix.o: $(srcdir)/images/matrix2.xbm
1303 xmatrix.o: $(srcdir)/images/matrix2.xpm
1304 xmatrix.o: $(srcdir)/screenhack.h
1305 xmatrix.o: $(srcdir)/xpm-pixmap.h
1306 xpm-pixmap.o: ../config.h
1307 xrayswarm.o: ../config.h
1308 xrayswarm.o: $(srcdir)/screenhack.h
1309 xspirograph.o: ../config.h
1310 xspirograph.o: $(srcdir)/screenhack.h
1311 xteevee.o: ../config.h
1312 xteevee.o: $(srcdir)/screenhack.h
1313 zoom.o: ../config.h
1314 zoom.o: $(srcdir)/screenhack.h
1315