X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2FMakefile.in;h=111e7865846b8232ba04974d6f49c0755b8cfdb7;hb=de041722414a2e31c1c04caa10aaec9d6952e9b4;hp=138571f844bbe417ba32c3553117363bab303846;hpb=14627f4038ada5d11456f3770090f3c39740d70f;p=xscreensaver diff --git a/hacks/Makefile.in b/hacks/Makefile.in index 138571f8..111e7865 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -87,7 +87,7 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.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 \ - nerverot.c xrayswarm.c hyperball.c + nerverot.c xrayswarm.c hyperball.c zoom.c whirlwindwarp.c SCRIPTS = vidwhacker webcollage OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ @@ -107,7 +107,7 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.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 \ - nerverot.o xrayswarm.o hyperball.o + nerverot.o xrayswarm.o hyperball.o zoom.o whirlwindwarp.o EXES = attraction blitspin bouboule braid bubbles decayscreen deco \ drift flag flame forest vines galaxy grav greynetic halo \ @@ -121,7 +121,7 @@ EXES = attraction blitspin bouboule braid bubbles decayscreen deco \ sonar demon loop t3d penetrate deluxe compass squiral \ xflame wander spotlight critical phosphor xmatrix petri \ shadebobs xsublim ccurve blaster bumps ripples xteevee \ - xspirograph nerverot xrayswarm hyperball + xspirograph nerverot xrayswarm hyperball zoom whirlwindwarp HACK_OBJS_1 = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o @XMU_OBJS@ @@ -150,7 +150,7 @@ MEN = attraction.man blitspin.man bouboule.man braid.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 + nerverot.man zoom.man whirlwindwarp.man STAR = * EXTRAS = README Makefile.in xlock_23.h .gdbinit \ images/$(STAR).xbm \ @@ -580,6 +580,13 @@ xrayswarm: xrayswarm.o $(HACK_OBJS) hyperball: hyperball.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) +zoom: zoom.o $(HACK_OBJS) $(GRAB) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) $(GRAB_LIBS) + +whirlwindwarp: whirlwindwarp.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + + # The rules for those hacks which follow the `xlockmore' API. # @@ -1818,4 +1825,23 @@ hyperball.o: $(UTILS_SRC)/hsv.h hyperball.o: $(UTILS_SRC)/colors.h hyperball.o: $(UTILS_SRC)/grabscreen.h hyperball.o: $(UTILS_SRC)/visual.h +zoom.o: $(srcdir)/screenhack.h +zoom.o: ../config.h +zoom.o: $(UTILS_SRC)/yarandom.h +zoom.o: $(UTILS_SRC)/usleep.h +zoom.o: $(UTILS_SRC)/resources.h +zoom.o: $(UTILS_SRC)/hsv.h +zoom.o: $(UTILS_SRC)/colors.h +zoom.o: $(UTILS_SRC)/grabscreen.h +zoom.o: $(UTILS_SRC)/visual.h +whirlwindwarp.o: $(srcdir)/screenhack.h +whirlwindwarp.o: ../config.h +whirlwindwarp.o: $(UTILS_SRC)/yarandom.h +whirlwindwarp.o: $(UTILS_SRC)/usleep.h +whirlwindwarp.o: $(UTILS_SRC)/resources.h +whirlwindwarp.o: $(UTILS_SRC)/hsv.h +whirlwindwarp.o: $(UTILS_SRC)/colors.h +whirlwindwarp.o: $(UTILS_SRC)/grabscreen.h +whirlwindwarp.o: $(UTILS_SRC)/visual.h +whirlwindwarp.o: $(UTILS_SRC)/erase.h