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