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