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