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