X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2FMakefile.in;h=2a090f6d92ebaed8217f7c6d0f9205e5b66ba946;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hp=8d5f892ceaa1dd3ab8b02bf6c37053edf8ea55cb;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/hacks/Makefile.in b/hacks/Makefile.in index 8d5f892c..2a090f6d 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -1,4 +1,4 @@ -# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-2014 Jamie Zawinski. +# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-2015 Jamie Zawinski. # the `../configure' script generates `hacks/Makefile' from this file. @SET_MAKE@ @@ -78,19 +78,19 @@ UTIL_SRCS = $(UTILS_SRC)/alpha.c $(UTILS_SRC)/colors.c \ $(UTILS_SRC)/yarandom.c $(UTILS_SRC)/erase.c \ $(UTILS_SRC)/xshm.c $(UTILS_SRC)/xdbe.c \ $(UTILS_SRC)/textclient.c $(UTILS_SRC)/aligned_malloc.c \ - $(UTILS_SRC)/thread_util.c + $(UTILS_SRC)/thread_util.c $(UTILS_SRC)/pow2.c UTIL_OBJS = $(UTILS_BIN)/alpha.o $(UTILS_BIN)/colors.o \ $(UTILS_BIN)/grabclient.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.o \ + $(UTILS_BIN)/minixpm.o \ $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/erase.o \ $(UTILS_BIN)/xshm.o $(UTILS_BIN)/xdbe.o \ $(UTILS_BIN)/colorbars.o \ - $(UTILS_SRC)/textclient.o $(UTILS_SRC)/aligned_malloc.o \ - $(UTILS_SRC)/thread_util.o \ - $(UTILS_SRC)/xft.o $(UTILS_SRC)/utf8wc.o + $(UTILS_BIN)/textclient.o $(UTILS_BIN)/aligned_malloc.o \ + $(UTILS_BIN)/thread_util.o $(UTILS_BIN)/pow2.o \ + $(UTILS_BIN)/xft.o $(UTILS_BIN)/utf8wc.o SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ bubbles-default.c decayscreen.c deco.c drift.c flag.c \ @@ -122,7 +122,7 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ boxfit.c interaggregate.c celtic.c cwaves.c m6502.c \ asm6502.c abstractile.c lcdscrub.c hexadrop.c \ tessellimage.c delaunay.c recanim.c binaryring.c \ - webcollage-cocoa.m webcollage-helper-cocoa.m + webcollage-cocoa.m webcollage-helper-cocoa.m testx11.c SCRIPTS = vidwhacker webcollage ljlatest # Programs that are mentioned in XScreenSaver.ad, and that have XML files, @@ -162,7 +162,7 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ interaggregate.o celtic.o cwaves.o webcollage-cocoa.o \ webcollage-helper-cocoa.o m6502.o asm6502.o abstractile.o \ lcdscrub.o hexadrop.o tessellimage.o delaunay.o recanim.o \ - binaryring.o + binaryring.o testx11.o EXES = attraction blitspin bouboule braid decayscreen deco \ drift flame galaxy grav greynetic halo \ @@ -190,7 +190,7 @@ JPEG_EXES = webcollage-helper RETIRED_EXES = ant bubbles critical flag forest hyperball hypercube laser \ lightning lisa lissie lmorph rotor sphere spiral t3d vines \ - whirlygig worm xsublim juggle + whirlygig worm xsublim juggle testx11 HACK_OBJS_1 = fps.o $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o \ @@ -422,7 +422,6 @@ distdepend:: m6502.h -e 's@ $$(srcdir)/\(m6502.h\)@ \1@g' ; \ echo '' \ ) > /tmp/distdepend.$$$$ && \ - mv Makefile.in Makefile.in.bak && \ mv /tmp/distdepend.$$$$ Makefile.in TAGS: tags @@ -533,9 +532,11 @@ $(UTILS_BIN)/xdbe.o: $(UTILS_SRC)/xdbe.c $(UTILS_BIN)/textclient.o: $(UTILS_SRC)/textclient.c $(UTILS_BIN)/aligned_malloc.o: $(UTILS_SRC)/aligned_malloc.c $(UTILS_BIN)/thread_util.o: $(UTILS_SRC)/thread_util.c +$(UTILS_BIN)/pow2.o: $(UTILS_SRC)/pow2.c $(UTIL_OBJS): - $(MAKE) -C $(UTILS_BIN) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + cd $(UTILS_BIN) ; \ + $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" # How we build object files in this directory. .c.o: @@ -554,12 +555,12 @@ LOGO = $(UTILS_BIN)/logo.o $(UTILS_BIN)/minixpm.o GRAB = $(GRAB_OBJS) ERASE = $(UTILS_BIN)/erase.o COL = $(COLOR_OBJS) -SHM = $(XSHM_OBJS) +SHM = $(XSHM_OBJS) $(THREAD_OBJS) DBE = $(XDBE_OBJS) BARS = $(UTILS_BIN)/colorbars.o $(LOGO) THRO = $(THREAD_OBJS) THRL = $(THREAD_CFLAGS) $(THREAD_LIBS) -ATV = analogtv.o $(SHM) $(THRO) +ATV = analogtv.o $(SHM) APPLE2 = apple2.o $(ATV) TEXT = $(UTILS_BIN)/textclient.o @@ -585,8 +586,8 @@ attraction: attraction.o $(HACK_OBJS) $(COL) $(SPL) binaryring: binaryring.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) -blitspin: blitspin.o $(HACK_OBJS) $(GRAB) $(XPM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(XPM) $(XPM_LIBS) +blitspin: blitspin.o $(HACK_OBJS) $(GRAB) $(XPM) $(UTILS_BIN)/pow2.o + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(XPM) $(UTILS_BIN)/pow2.o $(XPM_LIBS) bubbles: bubbles.o $(HACK_OBJS) bubbles-default.o $(XPM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) bubbles-default.o $(XPM) $(XPM_LIBS) @@ -625,7 +626,7 @@ maze: maze.o $(HACK_OBJS) $(ERASE) $(LOGO) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ERASE) $(LOGO) $(HACK_LIBS) moire: moire.o $(HACK_OBJS) $(COL) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS) $(THRL) moire2: moire2.o $(HACK_OBJS) $(COL) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) @@ -661,7 +662,7 @@ munch: munch.o $(HACK_OBJS) $(COL) $(SPL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS) rd-bomb: rd-bomb.o $(HACK_OBJS) $(COL) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(HACK_LIBS) $(THRL) coral: coral.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) @@ -678,8 +679,8 @@ cynosure: cynosure.o $(HACK_OBJS) $(COL) epicycle: epicycle.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) -interference: interference.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) $(THRO) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) $(THRO) $(HACK_LIBS) $(THRL) +interference: interference.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) $(HACK_LIBS) $(THRL) truchet: truchet.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) @@ -694,7 +695,7 @@ xanalogtv: xanalogtv.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ATV) $(GRAB) $(XPM) $(XPM_LIBS) $(HACK_LIBS) $(THRL) distort: distort.o $(HACK_OBJS) $(GRAB) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) $(THRL) kumppa: kumppa.o $(HACK_OBJS) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) @@ -715,7 +716,7 @@ squiral: squiral.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) xflame: xflame.o $(HACK_OBJS) $(SHM) $(XPM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(XPM) $(XPM_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(XPM) $(XPM_LIBS) $(THRL) wander: wander.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) @@ -745,10 +746,10 @@ blaster: blaster.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) bumps: bumps.o $(HACK_OBJS) $(GRAB) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) $(THRL) ripples: ripples.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(HACK_LIBS) $(THRL) xspirograph: xspirograph.o $(HACK_OBJS) $(COL) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) @@ -769,7 +770,7 @@ whirlwindwarp: whirlwindwarp.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) rotzoomer: rotzoomer.o $(HACK_OBJS) $(GRAB) $(SHM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) $(THRL) whirlygig: whirlygig.o $(HACK_OBJS) $(DBE) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS) @@ -781,7 +782,7 @@ 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) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) $(THRL) fluidballs: fluidballs.o $(HACK_OBJS) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) @@ -826,7 +827,7 @@ 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) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(HACK_LIBS) $(THRL) substrate: substrate.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) @@ -873,6 +874,12 @@ hexadrop: hexadrop.o $(HACK_OBJS) $(COL) tessellimage: tessellimage.o delaunay.o $(HACK_OBJS) $(GRAB) $(CC_HACK) -o $@ $@.o delaunay.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) +testx11: testx11.o glx/rotator.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o glx/rotator.o $(HACK_OBJS) $(COL) $(HACK_LIBS) +glx/rotator.o: glx/rotator.c + cd glx ; \ + $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + # The rules for those hacks which follow the `xlockmore' API. # @@ -933,11 +940,11 @@ sphere: sphere.o $(XLOCK_OBJS) spiral: spiral.o $(XLOCK_OBJS) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) -strange: strange.o $(XLOCK_OBJS) - $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) +strange: strange.o $(XLOCK_OBJS) $(SHM) $(UTILS_BIN)/pow2.o + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(SHM) $(UTILS_BIN)/pow2.o $(HACK_LIBS) $(THRL) swirl: swirl.o $(XLOCK_OBJS) $(SHM) - $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(SHM) $(HACK_LIBS) + $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(SHM) $(HACK_LIBS) $(THRL) fadeplot: fadeplot.o $(XLOCK_OBJS) $(CC_HACK) -o $@ $@.o $(XLOCK_OBJS) $(HACK_LIBS) @@ -1039,6 +1046,7 @@ anemone.o: $(UTILS_SRC)/hsv.h anemone.o: $(UTILS_SRC)/resources.h anemone.o: $(UTILS_SRC)/usleep.h anemone.o: $(UTILS_SRC)/visual.h +anemone.o: $(UTILS_SRC)/xdbe.h anemone.o: $(UTILS_SRC)/yarandom.h anemotaxis.o: ../config.h anemotaxis.o: $(srcdir)/fps.h @@ -1050,6 +1058,7 @@ anemotaxis.o: $(UTILS_SRC)/hsv.h anemotaxis.o: $(UTILS_SRC)/resources.h anemotaxis.o: $(UTILS_SRC)/usleep.h anemotaxis.o: $(UTILS_SRC)/visual.h +anemotaxis.o: $(UTILS_SRC)/xdbe.h anemotaxis.o: $(UTILS_SRC)/yarandom.h ant.o: $(srcdir)/automata.h ant.o: ../config.h @@ -1115,6 +1124,7 @@ apple2.o: $(UTILS_SRC)/visual.h apple2.o: $(UTILS_SRC)/xshm.h apple2.o: $(UTILS_SRC)/yarandom.h asm6502.o: $(srcdir)/asm6502.h +asm6502.o: ../config.h asm6502.o: $(UTILS_SRC)/yarandom.h attraction.o: ../config.h attraction.o: $(srcdir)/fps.h @@ -1169,6 +1179,7 @@ blitspin.o: $(srcdir)/screenhack.h blitspin.o: $(UTILS_SRC)/colors.h blitspin.o: $(UTILS_SRC)/grabscreen.h blitspin.o: $(UTILS_SRC)/hsv.h +blitspin.o: $(UTILS_SRC)/pow2.h blitspin.o: $(UTILS_SRC)/resources.h blitspin.o: $(UTILS_SRC)/usleep.h blitspin.o: $(UTILS_SRC)/visual.h @@ -1219,6 +1230,7 @@ bsod.o: ../config.h bsod.o: $(srcdir)/fps.h bsod.o: $(srcdir)/images/amiga.xpm bsod.o: $(srcdir)/images/android.xpm +bsod.o: $(srcdir)/images/apple.xbm bsod.o: $(srcdir)/images/atari.xbm bsod.o: $(srcdir)/images/atm.xbm bsod.o: $(srcdir)/images/hmac.xpm @@ -1309,6 +1321,7 @@ bumps.o: $(UTILS_SRC)/hsv.h bumps.o: $(UTILS_SRC)/resources.h bumps.o: $(UTILS_SRC)/usleep.h bumps.o: $(UTILS_SRC)/visual.h +bumps.o: $(UTILS_SRC)/xshm.h bumps.o: $(UTILS_SRC)/yarandom.h ccurve.o: ../config.h ccurve.o: $(srcdir)/fps.h @@ -1355,6 +1368,7 @@ compass.o: $(UTILS_SRC)/hsv.h compass.o: $(UTILS_SRC)/resources.h compass.o: $(UTILS_SRC)/usleep.h compass.o: $(UTILS_SRC)/visual.h +compass.o: $(UTILS_SRC)/xdbe.h compass.o: $(UTILS_SRC)/yarandom.h coral.o: ../config.h coral.o: $(srcdir)/fps.h @@ -1451,6 +1465,7 @@ deluxe.o: $(UTILS_SRC)/hsv.h deluxe.o: $(UTILS_SRC)/resources.h deluxe.o: $(UTILS_SRC)/usleep.h deluxe.o: $(UTILS_SRC)/visual.h +deluxe.o: $(UTILS_SRC)/xdbe.h deluxe.o: $(UTILS_SRC)/yarandom.h demon.o: $(srcdir)/automata.h demon.o: ../config.h @@ -1490,6 +1505,7 @@ distort.o: $(UTILS_SRC)/hsv.h distort.o: $(UTILS_SRC)/resources.h distort.o: $(UTILS_SRC)/usleep.h distort.o: $(UTILS_SRC)/visual.h +distort.o: $(UTILS_SRC)/xshm.h distort.o: $(UTILS_SRC)/yarandom.h drift.o: ../config.h drift.o: $(srcdir)/fps.h @@ -1627,6 +1643,7 @@ fluidballs.o: $(UTILS_SRC)/hsv.h fluidballs.o: $(UTILS_SRC)/resources.h fluidballs.o: $(UTILS_SRC)/usleep.h fluidballs.o: $(UTILS_SRC)/visual.h +fluidballs.o: $(UTILS_SRC)/xdbe.h fluidballs.o: $(UTILS_SRC)/yarandom.h fontglide.o: ../config.h fontglide.o: $(srcdir)/fps.h @@ -1640,6 +1657,7 @@ fontglide.o: $(UTILS_SRC)/textclient.h fontglide.o: $(UTILS_SRC)/usleep.h fontglide.o: $(UTILS_SRC)/utf8wc.h fontglide.o: $(UTILS_SRC)/visual.h +fontglide.o: $(UTILS_SRC)/xdbe.h fontglide.o: $(UTILS_SRC)/xft.h fontglide.o: $(UTILS_SRC)/yarandom.h forest.o: ../config.h @@ -1853,6 +1871,7 @@ interference.o: $(UTILS_SRC)/resources.h interference.o: $(UTILS_SRC)/thread_util.h interference.o: $(UTILS_SRC)/usleep.h interference.o: $(UTILS_SRC)/visual.h +interference.o: $(UTILS_SRC)/xdbe.h interference.o: $(UTILS_SRC)/xshm.h interference.o: $(UTILS_SRC)/yarandom.h intermomentary.o: ../config.h @@ -1914,6 +1933,7 @@ kumppa.o: $(UTILS_SRC)/hsv.h kumppa.o: $(UTILS_SRC)/resources.h kumppa.o: $(UTILS_SRC)/usleep.h kumppa.o: $(UTILS_SRC)/visual.h +kumppa.o: $(UTILS_SRC)/xdbe.h kumppa.o: $(UTILS_SRC)/yarandom.h laser.o: ../config.h laser.o: $(srcdir)/fps.h @@ -2042,6 +2062,7 @@ memscroller.o: $(UTILS_SRC)/hsv.h memscroller.o: $(UTILS_SRC)/resources.h memscroller.o: $(UTILS_SRC)/usleep.h memscroller.o: $(UTILS_SRC)/visual.h +memscroller.o: $(UTILS_SRC)/xshm.h memscroller.o: $(UTILS_SRC)/yarandom.h metaballs.o: ../config.h metaballs.o: $(srcdir)/fps.h @@ -2064,6 +2085,7 @@ moire2.o: $(UTILS_SRC)/hsv.h moire2.o: $(UTILS_SRC)/resources.h moire2.o: $(UTILS_SRC)/usleep.h moire2.o: $(UTILS_SRC)/visual.h +moire2.o: $(UTILS_SRC)/xdbe.h moire2.o: $(UTILS_SRC)/yarandom.h moire.o: ../config.h moire.o: $(srcdir)/fps.h @@ -2075,6 +2097,7 @@ moire.o: $(UTILS_SRC)/hsv.h moire.o: $(UTILS_SRC)/resources.h moire.o: $(UTILS_SRC)/usleep.h moire.o: $(UTILS_SRC)/visual.h +moire.o: $(UTILS_SRC)/xshm.h moire.o: $(UTILS_SRC)/yarandom.h mountain.o: ../config.h mountain.o: $(srcdir)/fps.h @@ -2287,6 +2310,7 @@ piecewise.o: $(UTILS_SRC)/hsv.h piecewise.o: $(UTILS_SRC)/resources.h piecewise.o: $(UTILS_SRC)/usleep.h piecewise.o: $(UTILS_SRC)/visual.h +piecewise.o: $(UTILS_SRC)/xdbe.h piecewise.o: $(UTILS_SRC)/yarandom.h polyominoes.o: ../config.h polyominoes.o: $(srcdir)/fps.h @@ -2327,6 +2351,7 @@ popsquares.o: $(UTILS_SRC)/hsv.h popsquares.o: $(UTILS_SRC)/resources.h popsquares.o: $(UTILS_SRC)/usleep.h popsquares.o: $(UTILS_SRC)/visual.h +popsquares.o: $(UTILS_SRC)/xdbe.h popsquares.o: $(UTILS_SRC)/yarandom.h pyro.o: ../config.h pyro.o: $(srcdir)/fps.h @@ -2361,6 +2386,7 @@ rd-bomb.o: $(UTILS_SRC)/hsv.h rd-bomb.o: $(UTILS_SRC)/resources.h rd-bomb.o: $(UTILS_SRC)/usleep.h rd-bomb.o: $(UTILS_SRC)/visual.h +rd-bomb.o: $(UTILS_SRC)/xshm.h rd-bomb.o: $(UTILS_SRC)/yarandom.h recanim.o: ../config.h recanim.o: $(srcdir)/fps.h @@ -2383,6 +2409,7 @@ ripples.o: $(UTILS_SRC)/hsv.h ripples.o: $(UTILS_SRC)/resources.h ripples.o: $(UTILS_SRC)/usleep.h ripples.o: $(UTILS_SRC)/visual.h +ripples.o: $(UTILS_SRC)/xshm.h ripples.o: $(UTILS_SRC)/yarandom.h rocks.o: ../config.h rocks.o: $(srcdir)/fps.h @@ -2430,6 +2457,7 @@ rotzoomer.o: $(UTILS_SRC)/hsv.h rotzoomer.o: $(UTILS_SRC)/resources.h rotzoomer.o: $(UTILS_SRC)/usleep.h rotzoomer.o: $(UTILS_SRC)/visual.h +rotzoomer.o: $(UTILS_SRC)/xshm.h rotzoomer.o: $(UTILS_SRC)/yarandom.h screenhack.o: ../config.h screenhack.o: $(srcdir)/fps.h @@ -2569,10 +2597,13 @@ starfish.o: $(UTILS_SRC)/yarandom.h strange.o: ../config.h strange.o: $(srcdir)/fps.h strange.o: $(srcdir)/screenhackI.h +strange.o: $(UTILS_SRC)/aligned_malloc.h strange.o: $(UTILS_SRC)/colors.h strange.o: $(UTILS_SRC)/grabscreen.h strange.o: $(UTILS_SRC)/hsv.h +strange.o: $(UTILS_SRC)/pow2.h strange.o: $(UTILS_SRC)/resources.h +strange.o: $(UTILS_SRC)/thread_util.h strange.o: $(UTILS_SRC)/usleep.h strange.o: $(UTILS_SRC)/visual.h strange.o: $(UTILS_SRC)/xshm.h @@ -2626,6 +2657,18 @@ tessellimage.o: $(UTILS_SRC)/resources.h tessellimage.o: $(UTILS_SRC)/usleep.h tessellimage.o: $(UTILS_SRC)/visual.h tessellimage.o: $(UTILS_SRC)/yarandom.h +testx11.o: ../config.h +testx11.o: $(srcdir)/fps.h +testx11.o: $(srcdir)/glx/rotator.h +testx11.o: $(srcdir)/screenhackI.h +testx11.o: $(srcdir)/screenhack.h +testx11.o: $(UTILS_SRC)/colors.h +testx11.o: $(UTILS_SRC)/grabscreen.h +testx11.o: $(UTILS_SRC)/hsv.h +testx11.o: $(UTILS_SRC)/resources.h +testx11.o: $(UTILS_SRC)/usleep.h +testx11.o: $(UTILS_SRC)/visual.h +testx11.o: $(UTILS_SRC)/yarandom.h thornbird.o: ../config.h thornbird.o: $(srcdir)/fps.h thornbird.o: $(srcdir)/screenhackI.h @@ -2673,6 +2716,7 @@ twang.o: $(UTILS_SRC)/hsv.h twang.o: $(UTILS_SRC)/resources.h twang.o: $(UTILS_SRC)/usleep.h twang.o: $(UTILS_SRC)/visual.h +twang.o: $(UTILS_SRC)/xshm.h twang.o: $(UTILS_SRC)/yarandom.h vermiculate.o: ../config.h vermiculate.o: $(srcdir)/fps.h @@ -2745,6 +2789,7 @@ whirlygig.o: $(UTILS_SRC)/hsv.h whirlygig.o: $(UTILS_SRC)/resources.h whirlygig.o: $(UTILS_SRC)/usleep.h whirlygig.o: $(UTILS_SRC)/visual.h +whirlygig.o: $(UTILS_SRC)/xdbe.h whirlygig.o: $(UTILS_SRC)/yarandom.h wormhole.o: ../config.h wormhole.o: $(srcdir)/fps.h @@ -2798,6 +2843,7 @@ xflame.o: $(UTILS_SRC)/hsv.h xflame.o: $(UTILS_SRC)/resources.h xflame.o: $(UTILS_SRC)/usleep.h xflame.o: $(UTILS_SRC)/visual.h +xflame.o: $(UTILS_SRC)/xshm.h xflame.o: $(UTILS_SRC)/yarandom.h xflame.o: $(srcdir)/xpm-pixmap.h xjack.o: ../config.h