X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FMakefile.in;h=22afca50ee45df32f72ccbe20f0b2297b0f722b0;hp=eb00f72bf08620e4d2b4cef1ea7e44b8aea34348;hb=07faf451b99879183ed7e909e43a0e065be1ee7f;hpb=3c58fb6311db49c46f1670922933b27c6ea0c065 diff --git a/hacks/Makefile.in b/hacks/Makefile.in index eb00f72b..22afca50 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -1,4 +1,4 @@ -# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-1999 Jamie Zawinski. +# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-2005 Jamie Zawinski. # the `../configure' script generates `hacks/Makefile' from this file. @SET_MAKE@ @@ -7,14 +7,21 @@ srcdir = @srcdir@ VPATH = @srcdir@ +top_srcdir = @top_srcdir@ +top_builddir = .. install_prefix = prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ +datadir = @datadir@ mandir = @mandir@ -man1dir = $(mandir)/man1 -mansuffix = 1 +libexecdir = @libexecdir@ +mansuffix = 6 +manNdir = $(mandir)/man$(mansuffix) + +HACKDIR = @HACKDIR@ +HACK_CONF_DIR = @HACK_CONF_DIR@ CC = @CC@ CFLAGS = @CFLAGS@ @@ -35,7 +42,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_SETUID = @INSTALL_SETUID@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_DIRS = @INSTALL_DIRS@ -HACKDIR = @HACKDIR@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ @@ -49,7 +55,10 @@ HACK_PRE = $(LIBS) $(X_LIBS) HACK_POST = $(X_PRE_LIBS) -lXt -lX11 $(XMU_LIBS) -lXext $(X_EXTRA_LIBS) -lm HACK_LIBS = $(HACK_PRE) @HACK_LIBS@ $(HACK_POST) XPM_LIBS = $(HACK_PRE) @XPM_LIBS@ @HACK_LIBS@ $(HACK_POST) +JPEG_LIBS = @JPEG_LIBS@ XLOCK_LIBS = $(HACK_LIBS) +PTY_LIBS = @PTY_LIBS@ +MINIXPM = $(UTILS_BIN)/minixpm.o UTILS_SRC = $(srcdir)/../utils UTILS_BIN = ../utils @@ -61,6 +70,7 @@ UTIL_SRCS = $(UTILS_SRC)/alpha.c $(UTILS_SRC)/colors.c \ $(UTILS_SRC)/hsv.c $(UTILS_SRC)/resources.c \ $(UTILS_SRC)/spline.c $(UTILS_SRC)/usleep.c \ $(UTILS_SRC)/visual.c $(UTILS_SRC)/logo.c \ + $(UTILS_SRC)/minixpm.c \ $(UTILS_SRC)/yarandom.c $(UTILS_SRC)/erase.c \ $(UTILS_SRC)/xshm.c $(UTILS_SRC)/xdbe.c UTIL_OBJS = $(UTILS_BIN)/alpha.o $(UTILS_BIN)/colors.o \ @@ -68,8 +78,10 @@ UTIL_OBJS = $(UTILS_BIN)/alpha.o $(UTILS_BIN)/colors.o \ $(UTILS_BIN)/hsv.o $(UTILS_BIN)/resources.o \ $(UTILS_BIN)/spline.o $(UTILS_BIN)/usleep.o \ $(UTILS_BIN)/visual.o $(UTILS_BIN)/logo.o \ + $(UTILS_SRC)/minixpm.c \ $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/erase.o \ - $(UTILS_SRC)/xshm.o $(UTILS_SRC)/xdbe.o + $(UTILS_BIN)/xshm.o $(UTILS_BIN)/xdbe.o \ + $(UTILS_BIN)/colorbars.o SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ bubbles-default.c decayscreen.c deco.c drift.c flag.c \ @@ -87,10 +99,26 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ sonar.c demon.c loop.c t3d.c penetrate.c deluxe.c compass.c \ squiral.c xflame.c wander.c spotlight.c critical.c \ phosphor.c xmatrix.c petri.c shadebobs.c xsublim.c ccurve.c \ - blaster.c bumps.c ripples.c xteevee.c xspirograph.c \ + blaster.c bumps.c ripples.c xspirograph.c \ nerverot.c xrayswarm.c hyperball.c zoom.c whirlwindwarp.c \ - rotzoomer.c whirlygig.c speedmine.c -SCRIPTS = vidwhacker webcollage + rotzoomer.c whirlygig.c speedmine.c vermiculate.c \ + xpm-pixmap.c webcollage-helper.c twang.c apollonian.c \ + euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \ + anemone.c halftone.c metaballs.c eruption.c popsquares.c \ + barcode.c piecewise.c cloudlife.c fontglide.c apple2.c \ + apple2-main.c analogtv.c xanalogtv.c pong.c wormhole.c \ + mismunch.c pacman.c pacman_ai.c pacman_level.c \ + fuzzyflakes.c anemotaxis.c memscroller.c substrate.c \ + intermomentary.c fireworkx.c fireworkx_mmx.S fiberlamp.c \ + boxfit.c interaggregate.c celtic.c +SCRIPTS = vidwhacker webcollage ljlatest + +# Programs that are mentioned in XScreenSaver.ad, and that have XML files, +# but that are not shipped with xscreensaver itself. +# +EXTERNALS = cosmos electricsheep extrusion fireflies goban \ + sphereeversion ssystem xaos xdaliclock xearth xfishtank \ + xmountains xplanet xsnow OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ bubbles-default.o decayscreen.o deco.o drift.o flag.o \ @@ -108,9 +136,18 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ sonar.o demon.o loop.o t3d.o penetrate.o deluxe.o compass.o \ squiral.o xflame.o wander.o spotlight.o critical.o \ phosphor.o xmatrix.o petri.o shadebobs.o xsublim.o ccurve.o \ - blaster.o bumps.o ripples.o xteevee.o xspirograph.o \ + blaster.o bumps.o ripples.o xspirograph.o \ nerverot.o xrayswarm.o hyperball.o zoom.o whirlwindwarp.o \ - rotzoomer.o whirlygig.o speedmine.o + rotzoomer.o whirlygig.o speedmine.o vermiculate.o \ + xpm-pixmap.o webcollage-helper.o twang.o apollonian.o \ + euler2d.o juggle.o polyominoes.o thornbird.o fluidballs.o \ + anemone.o halftone.o metaballs.o eruption.o popsquares.o \ + barcode.o piecewise.o cloudlife.o fontglide.o apple2.o \ + apple2-main.o analogtv.o xanalogtv.o pong.o wormhole.o \ + mismunch.o pacman.o pacman_ai.o pacman_level.o \ + fuzzyflakes.o anemotaxis.o memscroller.o substrate.o \ + intermomentary.o fireworkx.o fiberlamp.o boxfit.o \ + interaggregate.o celtic.o NEXES = attraction blitspin bouboule braid bubbles decayscreen deco \ drift flag flame forest vines galaxy grav greynetic halo \ @@ -119,53 +156,82 @@ NEXES = attraction blitspin bouboule braid bubbles decayscreen deco \ penrose pyro qix rocks rorschach sierpinski slidescreen \ slip sphere spiral strange swirl goop starfish munch \ fadeplot rd-bomb coral mountain triangle lissie worm rotor \ - ant xjack xlyap jigsaw cynosure moire2 flow epicycle \ + xjack xlyap jigsaw cynosure moire2 flow epicycle \ interference truchet bsod crystal discrete distort kumppa \ demon loop t3d penetrate deluxe compass squiral xflame \ wander spotlight critical phosphor xmatrix petri shadebobs \ - xsublim ccurve blaster bumps ripples xteevee xspirograph \ + xsublim ccurve blaster bumps ripples xspirograph \ nerverot xrayswarm hyperball zoom whirlwindwarp rotzoomer \ - whirlygig speedmine + whirlygig speedmine vermiculate twang apollonian euler2d \ + juggle polyominoes thornbird fluidballs anemone halftone \ + metaballs eruption popsquares barcode piecewise cloudlife \ + fontglide apple2 xanalogtv pong wormhole mismunch \ + pacman fuzzyflakes anemotaxis memscroller substrate \ + intermomentary fireworkx fiberlamp boxfit interaggregate \ + celtic \ + @JPEG_EXES@ SEXES = sonar +JPEG_EXES = webcollage-helper EXES = $(NEXES) $(SEXES) HACK_OBJS_1 = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o @XMU_OBJS@ HACK_OBJS = screenhack.o $(HACK_OBJS_1) -XLOCK_OBJS = screenhack-xlock.o xlockmore.o $(COLOR_OBJS) $(HACK_OBJS_1) +XLOCK_OBJS = screenhack.o xlockmore.o $(COLOR_OBJS) $(HACK_OBJS_1) COLOR_OBJS = $(UTILS_BIN)/hsv.o $(UTILS_BIN)/colors.o GRAB_OBJS = $(UTILS_BIN)/grabclient.o XSHM_OBJS = $(UTILS_BIN)/xshm.o XDBE_OBJS = $(UTILS_BIN)/xdbe.o -HDRS = bubbles.h screenhack.h xlockmore.h xlockmoreI.h automata.h \ - bumps.h -MEN = attraction.man blitspin.man bouboule.man braid.man \ - bubbles.man decayscreen.man deco.man drift.man flag.man \ - flame.man forest.man vines.man galaxy.man grav.man \ - greynetic.man halo.man helix.man hopalong.man hypercube.man \ - ifs.man imsmap.man julia.man kaleidescope.man laser.man \ - lightning.man lisa.man lmorph.man maze.man moire.man \ - noseguy.man pedal.man penrose.man pyro.man qix.man \ - rocks.man rorschach.man sierpinski.man slidescreen.man \ - slip.man sphere.man spiral.man strange.man swirl.man \ - goop.man starfish.man munch.man rd-bomb.man bumps.man \ - xjack.man xlyap.man jigsaw.man epicycle.man bsod.man \ - sonar.man t3d.man squiral.man spotlight.man critical.man \ - vidwhacker.man webcollage.man xsublim.man distort.man \ - phosphor.man xmatrix.man xteevee.man xflame.man petri.man \ - nerverot.man zoom.man whirlwindwarp.man hyperball.man \ - rotzoomer.man whirlygig.man speedmine.man +HDRS = screenhack.h screenhackI.h xlockmore.h xlockmoreI.h \ + automata.h bubbles.h bumps.h xpm-pixmap.h apple2.h \ + analogtv.h pacman.h pacman_ai.h pacman_level.h +MEN = anemone.man apollonian.man attraction.man \ + blaster.man blitspin.man bouboule.man braid.man bsod.man \ + bubbles.man bumps.man ccurve.man compass.man coral.man \ + critical.man crystal.man cynosure.man decayscreen.man \ + deco.man deluxe.man demon.man discrete.man distort.man \ + drift.man epicycle.man euler2d.man fadeplot.man flag.man \ + flame.man flow.man fluidballs.man forest.man galaxy.man \ + goop.man grav.man greynetic.man halo.man helix.man \ + hopalong.man hyperball.man hypercube.man ifs.man imsmap.man \ + interference.man jigsaw.man juggle.man julia.man \ + kaleidescope.man kumppa.man laser.man lightning.man \ + lisa.man lissie.man lmorph.man loop.man maze.man moire.man \ + moire2.man mountain.man munch.man nerverot.man noseguy.man \ + pedal.man penetrate.man penrose.man petri.man phosphor.man \ + polyominoes.man pyro.man qix.man rd-bomb.man ripples.man \ + rocks.man rorschach.man rotor.man rotzoomer.man \ + shadebobs.man sierpinski.man slidescreen.man slip.man \ + sonar.man speedmine.man sphere.man spiral.man \ + spotlight.man squiral.man starfish.man strange.man \ + swirl.man t3d.man thornbird.man triangle.man truchet.man \ + twang.man vermiculate.man vidwhacker.man vines.man \ + wander.man webcollage.man whirlwindwarp.man whirlygig.man \ + worm.man xflame.man xjack.man xlyap.man xmatrix.man \ + xrayswarm.man xspirograph.man xsublim.man \ + zoom.man halftone.man eruption.man metaballs.man \ + barcode.man piecewise.man cloudlife.man ljlatest.man \ + fontglide.man apple2.man xanalogtv.man pong.man \ + wormhole.man mismunch.man pacman.man fuzzyflakes.man \ + anemotaxis.man memscroller.man substrate.man \ + intermomentary.man fireworkx.man fiberlamp.man boxfit.man \ + interaggregate.man celtic.man STAR = * -EXTRAS = README Makefile.in xlock_23.h .gdbinit \ +EXTRAS = README Makefile.in xml2man.pl .gdbinit \ + euler2d.tex \ + config/README \ + config/$(STAR).xml \ + config/$(STAR).dtd \ + config/$(STAR).xsd \ images/$(STAR).xbm \ images/$(STAR).xpm \ images/bubbles/$(STAR).pov \ images/bubbles/$(STAR).xpm \ images/noseguy/$(STAR).xbm \ images/noseguy/$(STAR).xpm \ - images/jigsaw/$(STAR).xbm \ - images/molecules/$(STAR).pdb + images/molecules/$(STAR).pdb \ + images/pacman/$(STAR).xpm VMSFILES = compile_axp.com compile_decc.com link_axp.com link_decc.com \ vms_axp.opt vms_axp_12.opt vms_decc.opt vms_decc_12.opt @@ -176,8 +242,8 @@ TARFILES = $(SRCS) $(HDRS) $(SCRIPTS) $(MEN) $(EXTRAS) $(VMSFILES) default: all all: $(EXES) -install: install-program install-scripts install-man -uninstall: uninstall-program uninstall-man +install: install-program install-scripts install-xml install-man +uninstall: uninstall-program uninstall-xml uninstall-man install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ @@ -200,8 +266,23 @@ install-program:: $(EXES) sinst="$(INSTALL_PROGRAM)" ; \ fi ; \ for program in $(SEXES); do \ - echo $$sinst $$program $(install_prefix)$(HACKDIR)/$$program ;\ - $$sinst $$program $(install_prefix)$(HACKDIR)/$$program ;\ + instargs="$$program $(install_prefix)$(HACKDIR)/$$program" ; \ + echo $$sinst $$instargs ; \ + if $$sinst $$instargs ; then \ + true ; \ + elif [ @SETUID_HACKS@ = yes ]; then \ + echo $(INSTALL_PROGRAM) $$instargs ; \ + if $(INSTALL_PROGRAM) $$instargs ; then \ + echo "" ; \ + echo "WARNING: unable to install $$program setuid:" \ + "installed non-setuid instead." ; \ + echo "" ; \ + else \ + exit 1 ; \ + fi ; \ + else \ + exit 1 ; \ + fi ; \ done install-scripts: $(SCRIPTS) munge-scripts @@ -220,28 +301,61 @@ install-scripts: $(SCRIPTS) munge-scripts munge-scripts: $(SCRIPTS) @tmp=/tmp/mf.$$$$ ; \ perl="${PERL}" ; \ + rm -f $$tmp ; \ for program in $(SCRIPTS); do \ - echo "adjusting location of perl in $$program..." ; \ sed "s@^\(#!\)\(/[^ ]*/perl[^ ]*\)\(.*\)\$$@\1$$perl\3@" \ < $(srcdir)/$$program > $$tmp ; \ - if cmp -s $(srcdir)/$$program $$tmp ; then \ - true ; \ - else \ + if ! cmp -s $(srcdir)/$$program $$tmp ; then \ + echo "$$program: setting interpreter to $$perl" >&2 ; \ cat $$tmp > ./$$program ; \ fi ; \ - done + done ; \ + rm -f $$tmp +# When installing man pages, we install "foo.man" as "foo.N" and update +# the .TH line in the installed file with one like +# +# .TH XScreenSaver N "V.VV (DD-MMM-YYYY)" "X Version 11" +# +# where N is the manual section suffix. +# install-man: $(MEN) @men="$(MEN)" ; \ - if [ ! -d $(install_prefix)$(man1dir) ]; then \ - $(INSTALL_DIRS) $(install_prefix)$(man1dir) ; \ + U=$(UTILS_SRC)/version.h ; \ + V=`sed -n 's/.*xscreensaver \([0-9]\.[^)]*)\).*/\1/p' < $$U` ; \ + T=/tmp/xs$$$$.$(mansuffix) ; \ + TH=".TH XScreenSaver $(mansuffix) \"$$V\" \"X Version 11\"" ; \ + echo "installing man pages: $$TH" ; \ + \ + if [ ! -d $(install_prefix)$(manNdir) ]; then \ + $(INSTALL_DIRS) $(install_prefix)$(manNdir) ; \ fi ; \ + \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ + manbase=`echo $$man | sed 's/\.man$$//'` ; \ + TH=".TH $$manbase $(mansuffix) \"$$V\" \"X Version 11\" \"XScreenSaver manual\"" ; \ + sed -e "s/^\.TH.*/$$TH/" \ + -e 's@(MANSUFFIX)@($(mansuffix))@g' \ + < $(srcdir)/$$man > $$T ; \ echo $(INSTALL_DATA) $(srcdir)/$$man \ - $(install_prefix)$(man1dir)/$$instname ; \ - $(INSTALL_DATA) $(srcdir)/$$man \ - $(install_prefix)$(man1dir)/$$instname ; \ + $(install_prefix)$(manNdir)/$$instname ; \ + $(INSTALL_DATA) $$T \ + $(install_prefix)$(manNdir)/$$instname ; \ + done ; \ + rm -f $$T + +install-xml: + @dest=$(install_prefix)$(HACK_CONF_DIR) ; \ + if [ ! -d $$dest ]; then \ + $(INSTALL_DIRS) $$dest ; \ + fi ; \ + src=$(srcdir)/config ; \ + for file in $(EXES) $(SCRIPTS) $(EXTERNALS) ; do \ + if [ -f $$src/$$file.xml ]; then \ + echo $(INSTALL_DATA) $$src/$$file.xml $$dest/$$file.xml ; \ + $(INSTALL_DATA) $$src/$$file.xml $$dest/$$file.xml ; \ + fi ; \ done uninstall-program: @@ -254,8 +368,15 @@ uninstall-man: @men="$(MEN)" ; \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ - echo rm -f $(install_prefix)$(man1dir)/$$instname ; \ - rm -f $(install_prefix)$(man1dir)/$$instname ; \ + echo rm -f $(install_prefix)$(manNdir)/$$instname* ; \ + rm -f $(install_prefix)$(manNdir)/$$instname* ; \ + done + +uninstall-xml: + @dest=$(install_prefix)$(HACK_CONF_DIR) ; \ + for file in $(EXES) $(SCRIPTS) $(EXTERNALS) ; do \ + echo rm -f $$dest/$$file.xml ; \ + rm -f $$dest/$$file.xml ; \ done clean: @@ -280,10 +401,12 @@ distdepend:: $(DEPEND) -w 0 -f - \ -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \ $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) -- \ - $(SRCS) | \ + $(SRCS) 2>/dev/null | \ + sort -d | \ ( \ awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \ - sed -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d' \ + sed -e '/^#.*/d' \ + -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d' \ -e 's@\.\./utils@$$(UTILS_SRC)@g' \ -e 's@ \([^$$]\)@ $$(srcdir)/\1@g' \ -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g' ; \ @@ -299,6 +422,45 @@ tags: echo_tarfiles: @echo $(TARFILES) +check_men: + @badmen="" ; \ + for exe in $(EXES) $(SCRIPTS); do \ + if ! [ -f $(srcdir)/$$exe.man \ + -o "$$exe" = webcollage-helper ]; then \ + badmen="$$badmen $$exe" ; \ + fi ; \ + done ; \ + if [ -n "$$badmen" ]; then \ + echo "" ; \ + echo "Warning: The following programs have no manuals:" ; \ + echo "" ; \ + for m in $$badmen ; do \ + echo " $$m" ; \ + done ; \ + fi + +check_xml: + @badxml="" ; \ + for exe in $(EXES) $(SCRIPTS); do \ + if ! [ -f $(srcdir)/config/$$exe.xml \ + -o "$$exe" = webcollage-helper \ + -o "$$exe" = xsublim \ + -o "$$exe" = ljlatest ]; then \ + badxml="$$badxml $$exe" ; \ + fi ; \ + done ; \ + if [ -n "$$badxml" ]; then \ + echo "" ; \ + echo "Warning: The following programs have no configurators:" ; \ + echo "" ; \ + for m in $$badxml ; do \ + echo " $$m" ; \ + done ; \ + echo "" ; \ + fi + + + # Rules for generating the VMS makefiles on Unix, so that it doesn't have to # be done by hand... @@ -312,9 +474,7 @@ compile_axp.com: Makefile.in c=`echo $$c | tr a-z A-Z` ; \ echo "$(VMS_AXP_COMPILE_1)$(VMS_AXP_COMPILE_2) $$c" ; \ done ; \ - foo="$(VMS_AXP_COMPILE_1),XLOCKMORE$(VMS_AXP_COMPILE_2)" ; \ - echo $${foo}/OBJ=SCREENHACK-XLOCK.OBJ SCREENHACK.C ; \ - ) | sort > $@ + ) | sort -d > $@ compile_decc.com: compile_axp.com @echo generating $@ from $<... ; \ @@ -338,7 +498,7 @@ $(srcdir)/../setup.com: Makefile.in c2=`echo "$${c2}" | sed 's/^\(........*\) $$/\1/'` ; \ echo '$$' "$${c2}:== $$'mydir'$${c}" ; \ done ; \ - ) | sort ; \ + ) | sort -d ; \ echo '$$ set def [-.DRIVER]' ; \ echo '$$ mydir = mydisk+f$$directory()' ; \ echo "$$ xscreensaver :== $$'mydir'xscreensaver" ; \ @@ -350,6 +510,7 @@ $(srcdir)/../setup.com: Makefile.in distdepend:: compile_axp.com compile_decc.com distdepend:: link_axp.com link_decc.com distdepend:: $(srcdir)/../setup.com +distdepend:: check_men check_xml # Rules for noticing when the objects from the utils directory are out of @@ -366,6 +527,7 @@ $(UTILS_BIN)/usleep.o: $(UTILS_SRC)/usleep.c $(UTILS_BIN)/visual.o: $(UTILS_SRC)/visual.c $(UTILS_BIN)/xmu.o: $(UTILS_SRC)/xmu.c $(UTILS_BIN)/logo.o: $(UTILS_SRC)/logo.c +$(UTILS_BIN)/minixpm.o: $(UTILS_SRC)/minixpm.c $(UTILS_BIN)/yarandom.o: $(UTILS_SRC)/yarandom.c $(UTILS_BIN)/erase.o: $(UTILS_SRC)/erase.c $(UTILS_BIN)/xshm.o: $(UTILS_SRC)/xshm.c @@ -379,24 +541,24 @@ $(UTIL_OBJS): .c.o: $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $< -# Some hacks use a slightly-differently-compiled variant of this file. -# This is how to make the the other .o file from it. -# -screenhack-xlock.o: screenhack.c - $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \ - -DXLOCKMORE $(srcdir)/screenhack.c + +# Make sure these are regenerated when the version number ticks. +screenhack.o: $(UTILS_SRC)/version.h # Some abbreviations to keep the lines short... +XPM = xpm-pixmap.o ALP = $(UTILS_BIN)/alpha.o HSV = $(UTILS_BIN)/hsv.o SPL = $(UTILS_BIN)/spline.o -LOGO = $(UTILS_BIN)/logo.o +LOGO = $(UTILS_BIN)/logo.o $(UTILS_BIN)/minixpm.o GRAB = $(GRAB_OBJS) ERASE = $(UTILS_BIN)/erase.o COL = $(COLOR_OBJS) SHM = $(XSHM_OBJS) DBE = $(XDBE_OBJS) BARS = $(UTILS_BIN)/colorbars.o $(LOGO) +ATV = analogtv.o $(SHM) +APPLE2 = apple2.o $(ATV) CC_HACK = $(CC) $(LDFLAGS) @@ -414,11 +576,11 @@ xscreensaver-sgigl: xscreensaver-sgigl.c attraction: attraction.o $(HACK_OBJS) $(COL) $(SPL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS) -blitspin: blitspin.o $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(XPM_LIBS) +blitspin: blitspin.o $(HACK_OBJS) $(GRAB) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(XPM) $(XPM_LIBS) -bubbles: bubbles.o $(HACK_OBJS) bubbles-default.o - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) bubbles-default.o $(XPM_LIBS) +bubbles: bubbles.o $(HACK_OBJS) bubbles-default.o $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) bubbles-default.o $(XPM) $(XPM_LIBS) decayscreen: decayscreen.o $(HACK_OBJS) $(GRAB) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) @@ -459,11 +621,11 @@ moire: moire.o $(HACK_OBJS) $(COL) $(SHM) moire2: moire2.o $(HACK_OBJS) $(COL) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) -noseguy: noseguy.o $(HACK_OBJS) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(XPM_LIBS) +noseguy: noseguy.o $(HACK_OBJS) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(XPM) $(XPM_LIBS) -pedal: pedal.o $(HACK_OBJS) $(HSV) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(HACK_LIBS) +pedal: pedal.o $(HACK_OBJS) $(HSV) $(ERASE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(ERASE) $(HACK_LIBS) pyro: pyro.o $(HACK_OBJS) $(HSV) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(HACK_LIBS) @@ -501,8 +663,8 @@ xjack: xjack.o $(HACK_OBJS) xlyap: xlyap.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) -jigsaw: jigsaw.o $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) +jigsaw: jigsaw.o $(HACK_OBJS) $(SPL) $(GRAB) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SPL) $(GRAB) $(HACK_LIBS) cynosure: cynosure.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) @@ -516,8 +678,14 @@ interference: interference.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) truchet: truchet.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) -bsod: bsod.o $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) $(XPM_LIBS) +bsod: bsod.o $(HACK_OBJS) $(GRAB) $(APPLE2) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(APPLE2) $(XPM) $(XPM_LIBS) + +apple2: apple2.o apple2-main.o $(HACK_OBJS) $(ATV) $(GRAB) + $(CC_HACK) -o $@ $@.o apple2-main.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM_LIBS) $(PTY_LIBS) + +xanalogtv: xanalogtv.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) $(XPM_LIBS) $(HACK_LIBS) distort: distort.o $(HACK_OBJS) $(GRAB) $(SHM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) @@ -543,8 +711,8 @@ compass: compass.o $(HACK_OBJS) $(DBE) squiral: squiral.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) -xflame: xflame.o $(HACK_OBJS) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(HACK_LIBS) $(XPM_LIBS) +xflame: xflame.o $(HACK_OBJS) $(SHM) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(XPM) $(XPM_LIBS) wander: wander.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) @@ -556,10 +724,10 @@ critical: critical.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) phosphor: phosphor.o $(HACK_OBJS) $(COL) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) $(PTY_LIBS) -xmatrix: xmatrix.o $(HACK_OBJS) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) $(XPM_LIBS) +xmatrix: xmatrix.o $(HACK_OBJS) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(XPM) $(XPM_LIBS) petri: petri.o $(HACK_OBJS) $(COL) $(SPL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS) @@ -573,15 +741,12 @@ ccurve: ccurve.o $(HACK_OBJS) $(COL) $(SPL) blaster: blaster.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) -bumps: bumps.o $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) +bumps: bumps.o $(HACK_OBJS) $(GRAB) $(SHM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) ripples: ripples.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(HACK_LIBS) -xteevee: xteevee.o $(BARS) $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(BARS) $(HACK_OBJS) $(GRAB) $(HACK_LIBS) - xspirograph: xspirograph.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) @@ -603,12 +768,87 @@ whirlwindwarp: whirlwindwarp.o $(HACK_OBJS) $(COL) rotzoomer: rotzoomer.o $(HACK_OBJS) $(GRAB) $(SHM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) -whirlygig: whirlygig.o $(HACK_OBJS) $(COL) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) +whirlygig: whirlygig.o $(HACK_OBJS) $(DBE) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS) speedmine: speedmine.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) +vermiculate: vermiculate.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +twang: twang.o $(HACK_OBJS) $(GRAB) $(SHM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) + +fluidballs: fluidballs.o $(HACK_OBJS) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) + +anemone: anemone.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) + +halftone: halftone.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +metaballs: metaballs.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +eruption: eruption.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +popsquares: popsquares.o $(HACK_OBJS) $(DBE) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS) + +barcode: barcode.o $(HACK_OBJS) $(HSV) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(HACK_LIBS) + +piecewise: piecewise.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) + +cloudlife: cloudlife.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) + +fontglide: fontglide.o $(HACK_OBJS) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) + +pong: pong.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) $(XPM_LIBS) $(HACK_LIBS) + +wormhole: wormhole.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +mismunch: mismunch.o $(HACK_OBJS) $(COL) $(SPL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS) + +fuzzyflakes: fuzzyflakes.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +anemotaxis: anemotaxis.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) + +memscroller: memscroller.o $(HACK_OBJS) $(SHM) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(HACK_LIBS) + +substrate: substrate.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +intermomentary: intermomentary.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +interaggregate: interaggregate.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +fireworkx: fireworkx.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +boxfit: boxfit.o $(HACK_OBJS) $(COL) $(GRAB) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(GRAB) $(HACK_LIBS) + +ifs: ifs.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +celtic: celtic.o $(HACK_OBJS) $(COL) $(ERASE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) + # The rules for those hacks which follow the `xlockmore' API. # @@ -622,8 +862,8 @@ braid: braid.o $(XLOCK_OBJS) $(ERASE) drift: drift.o $(XLOCK_OBJS) $(ERASE) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) -flag: flag.o $(XLOCK_OBJS) - $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(XPM_LIBS) +flag: flag.o $(XLOCK_OBJS) $(XPM) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(XPM) $(XPM_LIBS) forest: forest.o $(XLOCK_OBJS) $(ERASE) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) @@ -640,9 +880,6 @@ grav: grav.o $(XLOCK_OBJS) hopalong: hopalong.o $(XLOCK_OBJS) $(ERASE) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) -ifs: ifs.o $(XLOCK_OBJS) - $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) - julia: julia.o $(XLOCK_OBJS) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) @@ -706,43 +943,116 @@ loop: loop.o $(XLOCK_OBJS) flow: flow.o $(XLOCK_OBJS) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) -discrete: discrete.o $(XLOCK_OBJS) $(ERASE) +discrete: discrete.o $(XLOCK_OBJS) $(ERASE) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) + +crystal: crystal.o $(XLOCK_OBJS) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) + +apollonian: apollonian.o $(XLOCK_OBJS) $(ERASE) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) + +euler2d: euler2d.o $(XLOCK_OBJS) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) + +juggle: juggle.o $(XLOCK_OBJS) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) + +polyominoes: polyominoes.o $(XLOCK_OBJS) $(ERASE) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(ERASE) $(HACK_LIBS) -crystal: crystal.o $(XLOCK_OBJS) +thornbird: thornbird.o $(XLOCK_OBJS) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) +PACOBJS=pacman_ai.o pacman_level.o +pacman: pacman.o $(PACOBJS) $(XLOCK_OBJS) $(XPM) + $(CC_HACK) -o $@ $@.o $(PACOBJS) $(XLOCK_OBJS) $(XPM) $(XPM_LIBS) +fiberlamp: fiberlamp.o $(XLOCK_OBJS) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) -# This one is not like the others. +# These are not like the others. # xsublim: xsublim.o $(HACK_OBJS_1) $(CC_HACK) -o $@ $@.o $(HACK_OBJS_1) $(HACK_LIBS) +webcollage-helper: webcollage-helper.o + $(CC_HACK) -o $@ $@.o $(XPM_LIBS) $(JPEG_LIBS) + ############################################################################## # # DO NOT DELETE: updated by make distdepend -# $(srcdir)/DO $(srcdir)/NOT $(srcdir)/DELETE: $(srcdir)/updated $(srcdir)/by $(srcdir)/make $(srcdir)/distdepend -attraction.o: $(srcdir)/screenhack.h +analogtv.o: $(srcdir)/analogtv.h +analogtv.o: ../config.h +analogtv.o: $(srcdir)/images/6x10font.xbm +anemone.o: ../config.h +anemone.o: $(srcdir)/screenhackI.h +anemone.o: $(srcdir)/screenhack.h +anemotaxis.o: ../config.h +anemotaxis.o: $(srcdir)/screenhackI.h +anemotaxis.o: $(srcdir)/screenhack.h +ant.o: $(srcdir)/automata.h +ant.o: ../config.h +ant.o: $(srcdir)/screenhackI.h +ant.o: $(srcdir)/xlockmoreI.h +ant.o: $(srcdir)/xlockmore.h +apollonian.o: ../config.h +apollonian.o: $(srcdir)/screenhackI.h +apollonian.o: $(srcdir)/xlockmoreI.h +apollonian.o: $(srcdir)/xlockmore.h +apple2-main.o: $(srcdir)/analogtv.h +apple2-main.o: $(srcdir)/apple2.h +apple2-main.o: ../config.h +apple2-main.o: $(srcdir)/screenhackI.h +apple2-main.o: $(srcdir)/screenhack.h +apple2.o: $(srcdir)/analogtv.h +apple2.o: $(srcdir)/apple2.h +apple2.o: ../config.h +apple2.o: $(srcdir)/images/apple2font.xbm +apple2.o: $(srcdir)/screenhackI.h attraction.o: ../config.h -blitspin.o: $(srcdir)/screenhack.h +attraction.o: $(srcdir)/screenhackI.h +attraction.o: $(srcdir)/screenhack.h +barcode.o: ../config.h +barcode.o: $(srcdir)/screenhackI.h +barcode.o: $(srcdir)/screenhack.h +blaster.o: ../config.h +blaster.o: $(srcdir)/screenhackI.h +blaster.o: $(srcdir)/screenhack.h blitspin.o: ../config.h blitspin.o: $(srcdir)/images/som.xbm -bouboule.o: $(srcdir)/xlockmore.h +blitspin.o: $(srcdir)/screenhackI.h +blitspin.o: $(srcdir)/screenhack.h +blitspin.o: $(srcdir)/xpm-pixmap.h bouboule.o: ../config.h +bouboule.o: $(srcdir)/screenhackI.h bouboule.o: $(srcdir)/xlockmoreI.h -bouboule.o: $(srcdir)/screenhack.h -braid.o: $(srcdir)/xlockmore.h +bouboule.o: $(srcdir)/xlockmore.h +boxfit.o: ../config.h +boxfit.o: $(srcdir)/screenhackI.h +boxfit.o: $(srcdir)/screenhack.h +boxfit.o: $(srcdir)/xpm-pixmap.h braid.o: ../config.h +braid.o: $(srcdir)/screenhackI.h braid.o: $(srcdir)/xlockmoreI.h -braid.o: $(srcdir)/screenhack.h -bubbles.o: $(srcdir)/screenhack.h -bubbles.o: ../config.h -bubbles.o: $(srcdir)/bubbles.h -bubbles-default.o: ../config.h +braid.o: $(srcdir)/xlockmore.h +bsod.o: $(srcdir)/analogtv.h +bsod.o: $(srcdir)/apple2.h +bsod.o: ../config.h +bsod.o: $(srcdir)/images/amiga.xpm +bsod.o: $(srcdir)/images/atari.xbm +bsod.o: $(srcdir)/images/hmac.xpm +bsod.o: $(srcdir)/images/macbomb.xbm +bsod.o: $(srcdir)/images/mac.xbm +bsod.o: $(srcdir)/screenhackI.h +bsod.o: $(srcdir)/screenhack.h +bsod.o: $(srcdir)/xpm-pixmap.h bubbles-default.o: $(srcdir)/bubbles.h +bubbles-default.o: ../config.h +bubbles-default.o: $(srcdir)/images/bubbles/blood10.xpm +bubbles-default.o: $(srcdir)/images/bubbles/blood11.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood1.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood2.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood3.xpm @@ -752,8 +1062,8 @@ bubbles-default.o: $(srcdir)/images/bubbles/blood6.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood7.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood8.xpm bubbles-default.o: $(srcdir)/images/bubbles/blood9.xpm -bubbles-default.o: $(srcdir)/images/bubbles/blood10.xpm -bubbles-default.o: $(srcdir)/images/bubbles/blood11.xpm +bubbles-default.o: $(srcdir)/images/bubbles/blue10.xpm +bubbles-default.o: $(srcdir)/images/bubbles/blue11.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue1.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue2.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue3.xpm @@ -763,8 +1073,8 @@ bubbles-default.o: $(srcdir)/images/bubbles/blue6.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue7.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue8.xpm bubbles-default.o: $(srcdir)/images/bubbles/blue9.xpm -bubbles-default.o: $(srcdir)/images/bubbles/blue10.xpm -bubbles-default.o: $(srcdir)/images/bubbles/blue11.xpm +bubbles-default.o: $(srcdir)/images/bubbles/glass10.xpm +bubbles-default.o: $(srcdir)/images/bubbles/glass11.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass1.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass2.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass3.xpm @@ -774,8 +1084,8 @@ bubbles-default.o: $(srcdir)/images/bubbles/glass6.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass7.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass8.xpm bubbles-default.o: $(srcdir)/images/bubbles/glass9.xpm -bubbles-default.o: $(srcdir)/images/bubbles/glass10.xpm -bubbles-default.o: $(srcdir)/images/bubbles/glass11.xpm +bubbles-default.o: $(srcdir)/images/bubbles/jade10.xpm +bubbles-default.o: $(srcdir)/images/bubbles/jade11.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade1.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade2.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade3.xpm @@ -785,82 +1095,229 @@ bubbles-default.o: $(srcdir)/images/bubbles/jade6.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade7.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade8.xpm bubbles-default.o: $(srcdir)/images/bubbles/jade9.xpm -bubbles-default.o: $(srcdir)/images/bubbles/jade10.xpm -bubbles-default.o: $(srcdir)/images/bubbles/jade11.xpm -decayscreen.o: $(srcdir)/screenhack.h +bubbles.o: $(srcdir)/bubbles.h +bubbles.o: ../config.h +bubbles.o: $(srcdir)/screenhackI.h +bubbles.o: $(srcdir)/screenhack.h +bubbles.o: $(srcdir)/xpm-pixmap.h +bumps.o: $(srcdir)/bumps.h +bumps.o: ../config.h +bumps.o: $(srcdir)/screenhackI.h +bumps.o: $(srcdir)/screenhack.h +ccurve.o: ../config.h +ccurve.o: $(srcdir)/screenhackI.h +ccurve.o: $(srcdir)/screenhack.h +celtic.o: ../config.h +celtic.o: $(srcdir)/screenhackI.h +celtic.o: $(srcdir)/screenhack.h +cloudlife.o: ../config.h +cloudlife.o: $(srcdir)/screenhackI.h +cloudlife.o: $(srcdir)/screenhack.h +compass.o: ../config.h +compass.o: $(srcdir)/screenhackI.h +compass.o: $(srcdir)/screenhack.h +coral.o: ../config.h +coral.o: $(srcdir)/screenhackI.h +coral.o: $(srcdir)/screenhack.h +critical.o: ../config.h +critical.o: $(srcdir)/screenhackI.h +critical.o: $(srcdir)/screenhack.h +crystal.o: ../config.h +crystal.o: $(srcdir)/screenhackI.h +crystal.o: $(srcdir)/xlockmoreI.h +crystal.o: $(srcdir)/xlockmore.h +cynosure.o: ../config.h +cynosure.o: $(srcdir)/screenhackI.h +cynosure.o: $(srcdir)/screenhack.h decayscreen.o: ../config.h -deco.o: $(srcdir)/screenhack.h +decayscreen.o: $(srcdir)/screenhackI.h +decayscreen.o: $(srcdir)/screenhack.h deco.o: ../config.h -drift.o: $(srcdir)/xlockmore.h +deco.o: $(srcdir)/screenhackI.h +deco.o: $(srcdir)/screenhack.h +deluxe.o: ../config.h +deluxe.o: $(srcdir)/screenhackI.h +deluxe.o: $(srcdir)/screenhack.h +demon.o: $(srcdir)/automata.h +demon.o: ../config.h +demon.o: $(srcdir)/screenhackI.h +demon.o: $(srcdir)/xlockmoreI.h +demon.o: $(srcdir)/xlockmore.h +discrete.o: ../config.h +discrete.o: $(srcdir)/screenhackI.h +discrete.o: $(srcdir)/xlockmoreI.h +discrete.o: $(srcdir)/xlockmore.h +distort.o: ../config.h +distort.o: $(srcdir)/screenhackI.h +distort.o: $(srcdir)/screenhack.h drift.o: ../config.h +drift.o: $(srcdir)/screenhackI.h drift.o: $(srcdir)/xlockmoreI.h -drift.o: $(srcdir)/screenhack.h -flag.o: $(srcdir)/xlockmore.h +drift.o: $(srcdir)/xlockmore.h +epicycle.o: ../config.h +epicycle.o: $(srcdir)/screenhackI.h +epicycle.o: $(srcdir)/screenhack.h +eruption.o: ../config.h +eruption.o: $(srcdir)/screenhackI.h +eruption.o: $(srcdir)/screenhack.h +euler2d.o: ../config.h +euler2d.o: $(srcdir)/screenhackI.h +euler2d.o: $(srcdir)/xlockmoreI.h +euler2d.o: $(srcdir)/xlockmore.h +fadeplot.o: ../config.h +fadeplot.o: $(srcdir)/screenhackI.h +fadeplot.o: $(srcdir)/xlockmoreI.h +fadeplot.o: $(srcdir)/xlockmore.h +fiberlamp.o: ../config.h +fiberlamp.o: $(srcdir)/screenhackI.h +fiberlamp.o: $(srcdir)/xlockmoreI.h +fiberlamp.o: $(srcdir)/xlockmore.h +fireworkx.o: ../config.h +fireworkx.o: $(srcdir)/screenhackI.h +fireworkx.o: $(srcdir)/screenhack.h flag.o: ../config.h -flag.o: $(srcdir)/xlockmoreI.h -flag.o: $(srcdir)/screenhack.h flag.o: $(srcdir)/images/bob.xbm -flame.o: $(srcdir)/screenhack.h +flag.o: $(srcdir)/screenhackI.h +flag.o: $(srcdir)/xlockmoreI.h +flag.o: $(srcdir)/xlockmore.h +flag.o: $(srcdir)/xpm-pixmap.h flame.o: ../config.h +flame.o: $(srcdir)/screenhackI.h +flame.o: $(srcdir)/screenhack.h +flow.o: ../config.h +flow.o: $(srcdir)/screenhackI.h +flow.o: $(srcdir)/xlockmoreI.h +flow.o: $(srcdir)/xlockmore.h +fluidballs.o: ../config.h +fluidballs.o: $(srcdir)/screenhackI.h +fluidballs.o: $(srcdir)/screenhack.h +fontglide.o: ../config.h +fontglide.o: $(srcdir)/screenhackI.h +fontglide.o: $(srcdir)/screenhack.h forest.o: ../config.h -forest.o: $(srcdir)/xlockmore.h +forest.o: $(srcdir)/screenhackI.h forest.o: $(srcdir)/xlockmoreI.h -forest.o: $(srcdir)/screenhack.h -vines.o: $(srcdir)/xlockmore.h -vines.o: ../config.h -vines.o: $(srcdir)/xlockmoreI.h -vines.o: $(srcdir)/screenhack.h -galaxy.o: $(srcdir)/xlockmore.h +forest.o: $(srcdir)/xlockmore.h +fuzzyflakes.o: ../config.h +fuzzyflakes.o: $(srcdir)/screenhackI.h +fuzzyflakes.o: $(srcdir)/screenhack.h galaxy.o: ../config.h +galaxy.o: $(srcdir)/screenhackI.h galaxy.o: $(srcdir)/xlockmoreI.h -galaxy.o: $(srcdir)/screenhack.h -grav.o: $(srcdir)/xlockmore.h +galaxy.o: $(srcdir)/xlockmore.h +goop.o: ../config.h +goop.o: $(srcdir)/screenhackI.h +goop.o: $(srcdir)/screenhack.h grav.o: ../config.h +grav.o: $(srcdir)/screenhackI.h grav.o: $(srcdir)/xlockmoreI.h -grav.o: $(srcdir)/screenhack.h -greynetic.o: $(srcdir)/screenhack.h +grav.o: $(srcdir)/xlockmore.h greynetic.o: ../config.h -halo.o: $(srcdir)/screenhack.h +greynetic.o: $(srcdir)/screenhackI.h +greynetic.o: $(srcdir)/screenhack.h +halftone.o: ../config.h +halftone.o: $(srcdir)/screenhackI.h +halftone.o: $(srcdir)/screenhack.h halo.o: ../config.h -helix.o: $(srcdir)/screenhack.h +halo.o: $(srcdir)/screenhackI.h +halo.o: $(srcdir)/screenhack.h helix.o: ../config.h -hopalong.o: $(srcdir)/xlockmore.h +helix.o: $(srcdir)/screenhackI.h +helix.o: $(srcdir)/screenhack.h hopalong.o: ../config.h +hopalong.o: $(srcdir)/screenhackI.h hopalong.o: $(srcdir)/xlockmoreI.h -hopalong.o: $(srcdir)/screenhack.h -hypercube.o: $(srcdir)/screenhack.h +hopalong.o: $(srcdir)/xlockmore.h +hyperball.o: ../config.h +hyperball.o: $(srcdir)/screenhackI.h +hyperball.o: $(srcdir)/screenhack.h hypercube.o: ../config.h -ifs.o: $(srcdir)/xlockmore.h +hypercube.o: $(srcdir)/screenhackI.h +hypercube.o: $(srcdir)/screenhack.h ifs.o: ../config.h -ifs.o: $(srcdir)/xlockmoreI.h +ifs.o: $(srcdir)/screenhackI.h ifs.o: $(srcdir)/screenhack.h -imsmap.o: $(srcdir)/screenhack.h imsmap.o: ../config.h -julia.o: $(srcdir)/xlockmore.h +imsmap.o: $(srcdir)/screenhackI.h +imsmap.o: $(srcdir)/screenhack.h +interaggregate.o: ../config.h +interaggregate.o: $(srcdir)/screenhackI.h +interaggregate.o: $(srcdir)/screenhack.h +interference.o: ../config.h +interference.o: $(srcdir)/screenhackI.h +interference.o: $(srcdir)/screenhack.h +intermomentary.o: ../config.h +intermomentary.o: $(srcdir)/screenhackI.h +intermomentary.o: $(srcdir)/screenhack.h +jigsaw.o: ../config.h +jigsaw.o: $(srcdir)/screenhackI.h +jigsaw.o: $(srcdir)/screenhack.h +juggle.o: ../config.h +juggle.o: $(srcdir)/screenhackI.h +juggle.o: $(srcdir)/xlockmoreI.h +juggle.o: $(srcdir)/xlockmore.h julia.o: ../config.h +julia.o: $(srcdir)/screenhackI.h julia.o: $(srcdir)/xlockmoreI.h -julia.o: $(srcdir)/screenhack.h -kaleidescope.o: $(srcdir)/screenhack.h +julia.o: $(srcdir)/xlockmore.h kaleidescope.o: ../config.h -laser.o: $(srcdir)/xlockmore.h +kaleidescope.o: $(srcdir)/screenhackI.h +kaleidescope.o: $(srcdir)/screenhack.h +kumppa.o: ../config.h +kumppa.o: $(srcdir)/screenhackI.h +kumppa.o: $(srcdir)/screenhack.h laser.o: ../config.h +laser.o: $(srcdir)/screenhackI.h laser.o: $(srcdir)/xlockmoreI.h -laser.o: $(srcdir)/screenhack.h -lightning.o: $(srcdir)/xlockmore.h +laser.o: $(srcdir)/xlockmore.h lightning.o: ../config.h +lightning.o: $(srcdir)/screenhackI.h lightning.o: $(srcdir)/xlockmoreI.h -lightning.o: $(srcdir)/screenhack.h -lisa.o: $(srcdir)/xlockmore.h +lightning.o: $(srcdir)/xlockmore.h lisa.o: ../config.h +lisa.o: $(srcdir)/screenhackI.h lisa.o: $(srcdir)/xlockmoreI.h -lisa.o: $(srcdir)/screenhack.h -lmorph.o: $(srcdir)/screenhack.h +lisa.o: $(srcdir)/xlockmore.h +lissie.o: ../config.h +lissie.o: $(srcdir)/screenhackI.h +lissie.o: $(srcdir)/xlockmoreI.h +lissie.o: $(srcdir)/xlockmore.h lmorph.o: ../config.h -maze.o: $(srcdir)/screenhack.h +lmorph.o: $(srcdir)/screenhackI.h +lmorph.o: $(srcdir)/screenhack.h +loop.o: $(srcdir)/automata.h +loop.o: ../config.h +loop.o: $(srcdir)/screenhackI.h +loop.o: $(srcdir)/xlockmoreI.h +loop.o: $(srcdir)/xlockmore.h maze.o: ../config.h -moire.o: $(srcdir)/screenhack.h +maze.o: $(srcdir)/screenhackI.h +maze.o: $(srcdir)/screenhack.h +memscroller.o: ../config.h +memscroller.o: $(srcdir)/screenhackI.h +memscroller.o: $(srcdir)/screenhack.h +metaballs.o: ../config.h +metaballs.o: $(srcdir)/screenhackI.h +metaballs.o: $(srcdir)/screenhack.h +mismunch.o: ../config.h +mismunch.o: $(srcdir)/screenhackI.h +mismunch.o: $(srcdir)/screenhack.h +moire2.o: ../config.h +moire2.o: $(srcdir)/screenhackI.h +moire2.o: $(srcdir)/screenhack.h moire.o: ../config.h -noseguy.o: $(srcdir)/screenhack.h +moire.o: $(srcdir)/screenhackI.h +moire.o: $(srcdir)/screenhack.h +mountain.o: ../config.h +mountain.o: $(srcdir)/screenhackI.h +mountain.o: $(srcdir)/xlockmoreI.h +mountain.o: $(srcdir)/xlockmore.h +munch.o: ../config.h +munch.o: $(srcdir)/screenhackI.h +munch.o: $(srcdir)/screenhack.h +nerverot.o: ../config.h +nerverot.o: $(srcdir)/screenhackI.h +nerverot.o: $(srcdir)/screenhack.h noseguy.o: ../config.h noseguy.o: $(srcdir)/images/noseguy/nose-f1.xpm noseguy.o: $(srcdir)/images/noseguy/nose-f2.xpm @@ -870,233 +1327,252 @@ noseguy.o: $(srcdir)/images/noseguy/nose-l1.xpm noseguy.o: $(srcdir)/images/noseguy/nose-l2.xpm noseguy.o: $(srcdir)/images/noseguy/nose-r1.xpm noseguy.o: $(srcdir)/images/noseguy/nose-r2.xpm -pedal.o: $(srcdir)/screenhack.h +noseguy.o: $(srcdir)/screenhackI.h +noseguy.o: $(srcdir)/screenhack.h +noseguy.o: $(srcdir)/xpm-pixmap.h +pacman_ai.o: ../config.h +pacman_ai.o: $(srcdir)/pacman_ai.h +pacman_ai.o: $(srcdir)/pacman.h +pacman_ai.o: $(srcdir)/pacman_level.h +pacman_ai.o: $(srcdir)/screenhackI.h +pacman_ai.o: $(srcdir)/xlockmoreI.h +pacman_ai.o: $(srcdir)/xpm-pixmap.h +pacman_level.o: ../config.h +pacman_level.o: $(srcdir)/pacman.h +pacman_level.o: $(srcdir)/pacman_level.h +pacman_level.o: $(srcdir)/screenhackI.h +pacman_level.o: $(srcdir)/xlockmoreI.h +pacman_level.o: $(srcdir)/xpm-pixmap.h +pacman.o: ../config.h +pacman.o: $(srcdir)/images/pacman/eyes-d.xpm +pacman.o: $(srcdir)/images/pacman/eyes-l.xpm +pacman.o: $(srcdir)/images/pacman/eyes-r.xpm +pacman.o: $(srcdir)/images/pacman/eyes-u.xpm +pacman.o: $(srcdir)/images/pacman/ghost-d1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-d2.xpm +pacman.o: $(srcdir)/images/pacman/ghost-l1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-l2.xpm +pacman.o: $(srcdir)/images/pacman/ghost-mask.xpm +pacman.o: $(srcdir)/images/pacman/ghost-r1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-r2.xpm +pacman.o: $(srcdir)/images/pacman/ghost-s1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-s2.xpm +pacman.o: $(srcdir)/images/pacman/ghost-sf1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-sf2.xpm +pacman.o: $(srcdir)/images/pacman/ghost-u1.xpm +pacman.o: $(srcdir)/images/pacman/ghost-u2.xpm +pacman.o: $(srcdir)/images/pacman/pacman-0.xpm +pacman.o: $(srcdir)/images/pacman/pacman-d1.xpm +pacman.o: $(srcdir)/images/pacman/pacman-d2.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds1.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds2.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds3.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds4.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds5.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds6.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds7.xpm +pacman.o: $(srcdir)/images/pacman/pacman-ds8.xpm +pacman.o: $(srcdir)/images/pacman/pacman-l1.xpm +pacman.o: $(srcdir)/images/pacman/pacman-l2.xpm +pacman.o: $(srcdir)/images/pacman/pacman-r1.xpm +pacman.o: $(srcdir)/images/pacman/pacman-r2.xpm +pacman.o: $(srcdir)/images/pacman/pacman-u1.xpm +pacman.o: $(srcdir)/images/pacman/pacman-u2.xpm +pacman.o: $(srcdir)/pacman_ai.h +pacman.o: $(srcdir)/pacman.h +pacman.o: $(srcdir)/pacman_level.h +pacman.o: $(srcdir)/screenhackI.h +pacman.o: $(srcdir)/xlockmoreI.h +pacman.o: $(srcdir)/xlockmore.h +pacman.o: $(srcdir)/xpm-pixmap.h pedal.o: ../config.h -penrose.o: $(srcdir)/xlockmore.h +pedal.o: $(srcdir)/screenhackI.h +pedal.o: $(srcdir)/screenhack.h +penetrate.o: ../config.h +penetrate.o: $(srcdir)/screenhackI.h +penetrate.o: $(srcdir)/screenhack.h penrose.o: ../config.h +penrose.o: $(srcdir)/screenhackI.h penrose.o: $(srcdir)/xlockmoreI.h -penrose.o: $(srcdir)/screenhack.h -pyro.o: $(srcdir)/screenhack.h +penrose.o: $(srcdir)/xlockmore.h +petri.o: ../config.h +petri.o: $(srcdir)/screenhackI.h +petri.o: $(srcdir)/screenhack.h +phosphor.o: ../config.h +phosphor.o: $(srcdir)/images/6x10font.xbm +phosphor.o: $(srcdir)/screenhackI.h +phosphor.o: $(srcdir)/screenhack.h +piecewise.o: ../config.h +piecewise.o: $(srcdir)/screenhackI.h +piecewise.o: $(srcdir)/screenhack.h +polyominoes.o: ../config.h +polyominoes.o: $(srcdir)/screenhackI.h +polyominoes.o: $(srcdir)/xlockmoreI.h +polyominoes.o: $(srcdir)/xlockmore.h +pong.o: $(srcdir)/analogtv.h +pong.o: ../config.h +pong.o: $(srcdir)/screenhackI.h +pong.o: $(srcdir)/screenhack.h +popsquares.o: ../config.h +popsquares.o: $(srcdir)/screenhackI.h +popsquares.o: $(srcdir)/screenhack.h pyro.o: ../config.h -qix.o: $(srcdir)/screenhack.h +pyro.o: $(srcdir)/screenhackI.h +pyro.o: $(srcdir)/screenhack.h qix.o: ../config.h -rocks.o: $(srcdir)/screenhack.h +qix.o: $(srcdir)/screenhackI.h +qix.o: $(srcdir)/screenhack.h +rd-bomb.o: ../config.h +rd-bomb.o: $(srcdir)/screenhackI.h +rd-bomb.o: $(srcdir)/screenhack.h +ripples.o: ../config.h +ripples.o: $(srcdir)/screenhackI.h +ripples.o: $(srcdir)/screenhack.h rocks.o: ../config.h -rorschach.o: $(srcdir)/screenhack.h +rocks.o: $(srcdir)/screenhackI.h +rocks.o: $(srcdir)/screenhack.h rorschach.o: ../config.h -screenhack.o: $(srcdir)/screenhack.h +rorschach.o: $(srcdir)/screenhackI.h +rorschach.o: $(srcdir)/screenhack.h +rotor.o: ../config.h +rotor.o: $(srcdir)/screenhackI.h +rotor.o: $(srcdir)/xlockmoreI.h +rotor.o: $(srcdir)/xlockmore.h +rotzoomer.o: ../config.h +rotzoomer.o: $(srcdir)/screenhackI.h +rotzoomer.o: $(srcdir)/screenhack.h screenhack.o: ../config.h -sierpinski.o: $(srcdir)/xlockmore.h +screenhack.o: $(srcdir)/screenhackI.h +shadebobs.o: ../config.h +shadebobs.o: $(srcdir)/screenhackI.h +shadebobs.o: $(srcdir)/screenhack.h sierpinski.o: ../config.h +sierpinski.o: $(srcdir)/screenhackI.h sierpinski.o: $(srcdir)/xlockmoreI.h -sierpinski.o: $(srcdir)/screenhack.h -slidescreen.o: $(srcdir)/screenhack.h +sierpinski.o: $(srcdir)/xlockmore.h slidescreen.o: ../config.h -slip.o: $(srcdir)/xlockmore.h +slidescreen.o: $(srcdir)/screenhackI.h +slidescreen.o: $(srcdir)/screenhack.h slip.o: ../config.h +slip.o: $(srcdir)/screenhackI.h slip.o: $(srcdir)/xlockmoreI.h -slip.o: $(srcdir)/screenhack.h -sphere.o: $(srcdir)/xlockmore.h +slip.o: $(srcdir)/xlockmore.h +sonar.o: ../config.h +sonar.o: $(srcdir)/screenhackI.h +sonar.o: $(srcdir)/screenhack.h +speedmine.o: ../config.h +speedmine.o: $(srcdir)/screenhackI.h +speedmine.o: $(srcdir)/screenhack.h sphere.o: ../config.h +sphere.o: $(srcdir)/screenhackI.h sphere.o: $(srcdir)/xlockmoreI.h -sphere.o: $(srcdir)/screenhack.h -spiral.o: $(srcdir)/xlockmore.h +sphere.o: $(srcdir)/xlockmore.h spiral.o: ../config.h +spiral.o: $(srcdir)/screenhackI.h spiral.o: $(srcdir)/xlockmoreI.h -spiral.o: $(srcdir)/screenhack.h -strange.o: $(srcdir)/xlockmore.h +spiral.o: $(srcdir)/xlockmore.h +spotlight.o: ../config.h +spotlight.o: $(srcdir)/screenhackI.h +spotlight.o: $(srcdir)/screenhack.h +squiral.o: ../config.h +squiral.o: $(srcdir)/screenhackI.h +squiral.o: $(srcdir)/screenhack.h +starfish.o: ../config.h +starfish.o: $(srcdir)/screenhackI.h +starfish.o: $(srcdir)/screenhack.h strange.o: ../config.h +strange.o: $(srcdir)/screenhackI.h strange.o: $(srcdir)/xlockmoreI.h -strange.o: $(srcdir)/screenhack.h -swirl.o: $(srcdir)/xlockmore.h +strange.o: $(srcdir)/xlockmore.h +substrate.o: ../config.h +substrate.o: $(srcdir)/screenhackI.h +substrate.o: $(srcdir)/screenhack.h swirl.o: ../config.h +swirl.o: $(srcdir)/screenhackI.h swirl.o: $(srcdir)/xlockmoreI.h -swirl.o: $(srcdir)/screenhack.h -xlockmore.o: $(srcdir)/screenhack.h -xlockmore.o: ../config.h -xlockmore.o: $(srcdir)/xlockmoreI.h -goop.o: $(srcdir)/screenhack.h -goop.o: ../config.h -starfish.o: $(srcdir)/screenhack.h -starfish.o: ../config.h -munch.o: $(srcdir)/screenhack.h -munch.o: ../config.h -fadeplot.o: $(srcdir)/xlockmore.h -fadeplot.o: ../config.h -fadeplot.o: $(srcdir)/xlockmoreI.h -fadeplot.o: $(srcdir)/screenhack.h -rd-bomb.o: $(srcdir)/screenhack.h -rd-bomb.o: ../config.h -coral.o: $(srcdir)/screenhack.h -coral.o: ../config.h -mountain.o: $(srcdir)/xlockmore.h -mountain.o: ../config.h -mountain.o: $(srcdir)/xlockmoreI.h -mountain.o: $(srcdir)/screenhack.h -triangle.o: $(srcdir)/xlockmore.h +swirl.o: $(srcdir)/xlockmore.h +t3d.o: ../config.h +t3d.o: $(srcdir)/screenhackI.h +t3d.o: $(srcdir)/screenhack.h +thornbird.o: ../config.h +thornbird.o: $(srcdir)/screenhackI.h +thornbird.o: $(srcdir)/xlockmoreI.h +thornbird.o: $(srcdir)/xlockmore.h triangle.o: ../config.h +triangle.o: $(srcdir)/screenhackI.h triangle.o: $(srcdir)/xlockmoreI.h -triangle.o: $(srcdir)/screenhack.h -lissie.o: $(srcdir)/xlockmore.h -lissie.o: ../config.h -lissie.o: $(srcdir)/xlockmoreI.h -lissie.o: $(srcdir)/screenhack.h -worm.o: $(srcdir)/xlockmore.h +triangle.o: $(srcdir)/xlockmore.h +truchet.o: ../config.h +truchet.o: $(srcdir)/screenhackI.h +truchet.o: $(srcdir)/screenhack.h +twang.o: ../config.h +twang.o: $(srcdir)/screenhackI.h +twang.o: $(srcdir)/screenhack.h +vermiculate.o: ../config.h +vermiculate.o: $(srcdir)/screenhackI.h +vermiculate.o: $(srcdir)/screenhack.h +vines.o: ../config.h +vines.o: $(srcdir)/screenhackI.h +vines.o: $(srcdir)/xlockmoreI.h +vines.o: $(srcdir)/xlockmore.h +wander.o: ../config.h +wander.o: $(srcdir)/screenhackI.h +wander.o: $(srcdir)/screenhack.h +webcollage-helper.o: ../config.h +whirlwindwarp.o: ../config.h +whirlwindwarp.o: $(srcdir)/screenhackI.h +whirlwindwarp.o: $(srcdir)/screenhack.h +whirlygig.o: ../config.h +whirlygig.o: $(srcdir)/screenhackI.h +whirlygig.o: $(srcdir)/screenhack.h +wormhole.o: ../config.h +wormhole.o: $(srcdir)/screenhackI.h +wormhole.o: $(srcdir)/screenhack.h worm.o: ../config.h +worm.o: $(srcdir)/screenhackI.h worm.o: $(srcdir)/xlockmoreI.h -worm.o: $(srcdir)/screenhack.h -rotor.o: $(srcdir)/xlockmore.h -rotor.o: ../config.h -rotor.o: $(srcdir)/xlockmoreI.h -rotor.o: $(srcdir)/screenhack.h -ant.o: $(srcdir)/xlockmore.h -ant.o: ../config.h -ant.o: $(srcdir)/xlockmoreI.h -ant.o: $(srcdir)/screenhack.h -ant.o: $(srcdir)/automata.h -xjack.o: $(srcdir)/screenhack.h -xjack.o: ../config.h -xlyap.o: $(srcdir)/screenhack.h -xlyap.o: ../config.h -jigsaw.o: $(srcdir)/screenhack.h -jigsaw.o: ../config.h -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_n_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_ne_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_e_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_se_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_s_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_sw_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_w_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_nw_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_n_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_ne_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_e_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_se_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_s_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_sw_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_w_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_nw_h.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_n_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_ne_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_e_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_se_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_s_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_sw_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_w_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_a_nw_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_n_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_ne_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_e_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_se_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_s_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_sw_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_w_f.xbm -jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_nw_f.xbm -cynosure.o: $(srcdir)/screenhack.h -cynosure.o: ../config.h -moire2.o: $(srcdir)/screenhack.h -moire2.o: ../config.h -flow.o: $(srcdir)/xlockmore.h -flow.o: ../config.h -flow.o: $(srcdir)/xlockmoreI.h -flow.o: $(srcdir)/screenhack.h -epicycle.o: $(srcdir)/screenhack.h -epicycle.o: ../config.h -interference.o: $(srcdir)/screenhack.h -interference.o: ../config.h -truchet.o: $(srcdir)/screenhack.h -truchet.o: ../config.h -bsod.o: $(srcdir)/screenhack.h -bsod.o: ../config.h -bsod.o: $(srcdir)/images/amiga.xpm -bsod.o: $(srcdir)/images/atari.xbm -bsod.o: $(srcdir)/images/mac.xbm -crystal.o: $(srcdir)/xlockmore.h -crystal.o: ../config.h -crystal.o: $(srcdir)/xlockmoreI.h -crystal.o: $(srcdir)/screenhack.h -discrete.o: $(srcdir)/xlockmore.h -discrete.o: ../config.h -discrete.o: $(srcdir)/xlockmoreI.h -discrete.o: $(srcdir)/screenhack.h -distort.o: $(srcdir)/screenhack.h -distort.o: ../config.h -kumppa.o: $(srcdir)/screenhack.h -kumppa.o: ../config.h -sonar.o: $(srcdir)/screenhack.h -sonar.o: ../config.h -demon.o: $(srcdir)/xlockmore.h -demon.o: ../config.h -demon.o: $(srcdir)/xlockmoreI.h -demon.o: $(srcdir)/screenhack.h -demon.o: $(srcdir)/automata.h -loop.o: $(srcdir)/xlockmore.h -loop.o: ../config.h -loop.o: $(srcdir)/xlockmoreI.h -loop.o: $(srcdir)/screenhack.h -loop.o: $(srcdir)/automata.h -t3d.o: $(srcdir)/screenhack.h -t3d.o: ../config.h -penetrate.o: $(srcdir)/screenhack.h -penetrate.o: ../config.h -deluxe.o: $(srcdir)/screenhack.h -deluxe.o: ../config.h -compass.o: $(srcdir)/screenhack.h -compass.o: ../config.h -squiral.o: $(srcdir)/screenhack.h -squiral.o: ../config.h -xflame.o: $(srcdir)/screenhack.h +worm.o: $(srcdir)/xlockmore.h +xanalogtv.o: $(srcdir)/analogtv.h +xanalogtv.o: ../config.h +xanalogtv.o: $(srcdir)/screenhackI.h +xanalogtv.o: $(srcdir)/screenhack.h +xanalogtv.o: $(srcdir)/xpm-pixmap.h xflame.o: ../config.h xflame.o: $(srcdir)/images/bob.xbm -wander.o: $(srcdir)/screenhack.h -wander.o: ../config.h -spotlight.o: $(srcdir)/screenhack.h -spotlight.o: ../config.h -critical.o: $(srcdir)/screenhack.h -critical.o: ../config.h -phosphor.o: $(srcdir)/screenhack.h -phosphor.o: ../config.h -xmatrix.o: $(srcdir)/screenhack.h +xflame.o: $(srcdir)/screenhackI.h +xflame.o: $(srcdir)/screenhack.h +xflame.o: $(srcdir)/xpm-pixmap.h +xjack.o: ../config.h +xjack.o: $(srcdir)/screenhackI.h +xjack.o: $(srcdir)/screenhack.h +xlockmore.o: ../config.h +xlockmore.o: $(srcdir)/screenhackI.h +xlockmore.o: $(srcdir)/screenhack.h +xlockmore.o: $(srcdir)/xlockmoreI.h +xlyap.o: ../config.h +xlyap.o: $(srcdir)/screenhackI.h +xlyap.o: $(srcdir)/screenhack.h xmatrix.o: ../config.h -xmatrix.o: $(srcdir)/images/matrix.xpm -xmatrix.o: $(srcdir)/images/matrix2.xpm -xmatrix.o: $(srcdir)/images/matrix.xbm +xmatrix.o: $(srcdir)/images/matrix1b.xbm +xmatrix.o: $(srcdir)/images/matrix1b.xpm +xmatrix.o: $(srcdir)/images/matrix1.xbm +xmatrix.o: $(srcdir)/images/matrix1.xpm +xmatrix.o: $(srcdir)/images/matrix2b.xbm +xmatrix.o: $(srcdir)/images/matrix2b.xpm xmatrix.o: $(srcdir)/images/matrix2.xbm -petri.o: $(srcdir)/screenhack.h -petri.o: ../config.h -shadebobs.o: $(srcdir)/screenhack.h -shadebobs.o: ../config.h -ccurve.o: $(srcdir)/screenhack.h -ccurve.o: ../config.h -blaster.o: $(srcdir)/screenhack.h -blaster.o: ../config.h -bumps.o: $(srcdir)/bumps.h -bumps.o: $(srcdir)/screenhack.h -bumps.o: ../config.h -ripples.o: $(srcdir)/screenhack.h -ripples.o: ../config.h -xteevee.o: $(srcdir)/screenhack.h -xteevee.o: ../config.h -xspirograph.o: $(srcdir)/screenhack.h -xspirograph.o: ../config.h -nerverot.o: $(srcdir)/screenhack.h -nerverot.o: ../config.h -xrayswarm.o: $(srcdir)/screenhack.h +xmatrix.o: $(srcdir)/images/matrix2.xpm +xmatrix.o: $(srcdir)/screenhackI.h +xmatrix.o: $(srcdir)/screenhack.h +xmatrix.o: $(srcdir)/xpm-pixmap.h +xpm-pixmap.o: ../config.h +xpm-pixmap.o: $(srcdir)/xpm-pixmap.h xrayswarm.o: ../config.h -hyperball.o: $(srcdir)/screenhack.h -hyperball.o: ../config.h -zoom.o: $(srcdir)/screenhack.h +xrayswarm.o: $(srcdir)/screenhackI.h +xrayswarm.o: $(srcdir)/screenhack.h +xspirograph.o: ../config.h +xspirograph.o: $(srcdir)/screenhackI.h +xspirograph.o: $(srcdir)/screenhack.h zoom.o: ../config.h -whirlwindwarp.o: $(srcdir)/screenhack.h -whirlwindwarp.o: ../config.h -rotzoomer.o: $(srcdir)/screenhack.h -rotzoomer.o: ../config.h -whirlygig.o: $(srcdir)/screenhack.h -whirlygig.o: ../config.h -speedmine.o: $(srcdir)/screenhack.h -speedmine.o: ../config.h +zoom.o: $(srcdir)/screenhackI.h +zoom.o: $(srcdir)/screenhack.h