X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FMakefile.in;h=cd1921ac41a95379dc7d83bfc31bb8dc3aa04107;hp=4f186cf38268714134c62b2af432dd9f6d5fbc4d;hb=5832fe184606766fef23369159306c0a5799aeb0;hpb=af290bcdf2d1c61efc8aaaff653745c900cbe98c diff --git a/hacks/Makefile.in b/hacks/Makefile.in index 4f186cf3..cd1921ac 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -84,7 +84,8 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ truchet.c bsod.c crystal.c discrete.c distort.c kumppa.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 + phosphor.c xmatrix.c petri.c shadebobs.c xsublim.c ccurve.c \ + blaster.c bumps.c SCRIPTS = vidwhacker webcollage OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ @@ -102,7 +103,8 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ truchet.o bsod.o crystal.o discrete.o distort.o kumppa.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 + phosphor.o xmatrix.o petri.o shadebobs.o xsublim.o ccurve.o \ + blaster.o bumps.o EXES = attraction blitspin bouboule braid bubbles decayscreen deco \ drift flag flame forest vines galaxy grav greynetic halo \ @@ -115,7 +117,7 @@ EXES = attraction blitspin bouboule braid bubbles decayscreen deco \ interference truchet bsod crystal discrete distort kumppa \ sonar demon loop t3d penetrate deluxe compass squiral \ xflame wander spotlight critical phosphor xmatrix petri \ - shadebobs xsublim + shadebobs xsublim ccurve blaster bumps HACK_OBJS_1 = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o @XMU_OBJS@ @@ -128,7 +130,8 @@ XSHM_OBJS = $(UTILS_BIN)/xshm.o XDBE_OBJS = $(UTILS_BIN)/xdbe.o GRAB_LIBS = $(SGI_VIDEO_LIBS) -HDRS = bubbles.h screenhack.h xlockmore.h xlockmoreI.h automata.h +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 \ @@ -141,7 +144,7 @@ MEN = attraction.man blitspin.man bouboule.man braid.man \ xroger.man goop.man starfish.man munch.man rd-bomb.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 + vidwhacker.man webcollage.man xsublim.man STAR = * EXTRAS = README Makefile.in xlock_23.h .gdbinit \ images/$(STAR).xbm \ @@ -534,6 +537,15 @@ petri: petri.o $(HACK_OBJS) $(COL) $(SPL) shadebobs: shadebobs.o $(HACK_OBJS) $(COL) $(SPL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS) +ccurve: ccurve.o $(HACK_OBJS) $(COL) $(SPL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(ERASE) $(HACK_LIBS) + +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) $(GRAB_LIBS) + # The rules for those hacks which follow the `xlockmore' API. # @@ -805,8 +817,8 @@ flame.o: $(UTILS_SRC)/hsv.h flame.o: $(UTILS_SRC)/colors.h flame.o: $(UTILS_SRC)/grabscreen.h flame.o: $(UTILS_SRC)/visual.h -forest.o: $(srcdir)/xlockmore.h forest.o: ../config.h +forest.o: $(srcdir)/xlockmore.h forest.o: $(srcdir)/xlockmoreI.h forest.o: $(srcdir)/screenhack.h forest.o: $(UTILS_SRC)/yarandom.h @@ -817,7 +829,6 @@ forest.o: $(UTILS_SRC)/colors.h forest.o: $(UTILS_SRC)/grabscreen.h forest.o: $(UTILS_SRC)/visual.h forest.o: $(UTILS_SRC)/xshm.h -forest.o: $(UTILS_SRC)/erase.h vines.o: $(srcdir)/xlockmore.h vines.o: ../config.h vines.o: $(srcdir)/xlockmoreI.h @@ -1685,4 +1696,33 @@ shadebobs.o: $(UTILS_SRC)/grabscreen.h shadebobs.o: $(UTILS_SRC)/visual.h xsublim.o: $(UTILS_SRC)/usleep.h xsublim.o: $(UTILS_SRC)/resources.h +ccurve.o: $(srcdir)/screenhack.h +ccurve.o: ../config.h +ccurve.o: $(UTILS_SRC)/yarandom.h +ccurve.o: $(UTILS_SRC)/usleep.h +ccurve.o: $(UTILS_SRC)/resources.h +ccurve.o: $(UTILS_SRC)/hsv.h +ccurve.o: $(UTILS_SRC)/colors.h +ccurve.o: $(UTILS_SRC)/grabscreen.h +ccurve.o: $(UTILS_SRC)/visual.h +ccurve.o: $(UTILS_SRC)/erase.h +blaster.o: $(srcdir)/screenhack.h +blaster.o: ../config.h +blaster.o: $(UTILS_SRC)/yarandom.h +blaster.o: $(UTILS_SRC)/usleep.h +blaster.o: $(UTILS_SRC)/resources.h +blaster.o: $(UTILS_SRC)/hsv.h +blaster.o: $(UTILS_SRC)/colors.h +blaster.o: $(UTILS_SRC)/grabscreen.h +blaster.o: $(UTILS_SRC)/visual.h +bumps.o: $(srcdir)/bumps.h +bumps.o: $(srcdir)/screenhack.h +bumps.o: ../config.h +bumps.o: $(UTILS_SRC)/yarandom.h +bumps.o: $(UTILS_SRC)/usleep.h +bumps.o: $(UTILS_SRC)/resources.h +bumps.o: $(UTILS_SRC)/hsv.h +bumps.o: $(UTILS_SRC)/colors.h +bumps.o: $(UTILS_SRC)/grabscreen.h +bumps.o: $(UTILS_SRC)/visual.h