--- hacks/Makefile.in.orig 2022-05-27 10:47:31.844930445 +0900 +++ hacks/Makefile.in 2022-05-30 07:45:00.207596516 +0900 @@ -124,7 +124,7 @@ SRCS = xscreensaver-getimage.c \ tessellimage.c delaunay.c recanim.c binaryring.c \ glitchpeg.c vfeedback.c scooter.c webcollage-cocoa.m \ webcollage-helper-cocoa.m testx11.c marbling.c \ - binaryhorizon.c + binaryhorizon.c helloxsaver.c helloxsaver2.c helloimgdraw.c SCRIPTS = xscreensaver-getimage-file xscreensaver-getimage-video \ xscreensaver-text vidwhacker webcollage @@ -163,7 +163,7 @@ OBJS = attraction.o blitspin.o bouboule asm6502.o abstractile.o lcdscrub.o hexadrop.o \ tessellimage.o delaunay.o recanim.o binaryring.o \ glitchpeg.o vfeedback.o scooter.o testx11.o marbling.o \ - binaryhorizon.c + binaryhorizon.c helloxsaver.o helloxsaver2.o helloimgdraw.o EXES = attraction blitspin bouboule braid decayscreen deco \ drift flame galaxy grav greynetic halo \ @@ -186,7 +186,7 @@ EXES = attraction blitspin bouboule bra intermomentary fireworkx fiberlamp boxfit interaggregate \ celtic cwaves m6502 abstractile lcdscrub hexadrop \ tessellimage binaryring glitchpeg vfeedback scooter \ - marbling binaryhorizon \ + marbling binaryhorizon helloxsaver helloxsaver2 helloimgdraw \ xscreensaver-getimage @JPEG_EXES@ JPEG_EXES = webcollage-helper @@ -245,7 +245,7 @@ MEN = anemone.man apollonian.man attrac interaggregate.man celtic.man cwaves.man abstractile.man \ lcdscrub.man hexadrop.man tessellimage.man binaryring.man \ glitchpeg.man vfeedback.man scooter.man marbling.man \ - binaryhorizon.man \ + binaryhorizon.man helloxsaver.man helloxsaver2.man helloimgdraw.man \ xscreensaver-text.man \ xscreensaver-getimage.man \ xscreensaver-getimage-file.man \ @@ -614,6 +614,9 @@ moire2: moire2.o $(HACK_OBJS) $(COL) $( noseguy: noseguy.o $(HACK_OBJS) $(PNG) $(TEXT) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(PNG) $(TEXT) $(PNG_LIBS) $(TEXT_LIBS) +helloimgdraw: helloimgdraw.o $(HACK_OBJS) $(PNG) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(PNG) $(PNG_LIBS) $(DBE) $(HACK_LIBS) + pedal: pedal.o $(HACK_OBJS) $(HSV) $(ERASE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(ERASE) $(HACK_LIBS) @@ -706,6 +709,12 @@ penetrate: penetrate.o $(HACK_OBJS) $(CO deluxe: deluxe.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) $(HACK_LIBS) +helloxsaver: helloxsaver.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) $(HACK_LIBS) + +helloxsaver2: helloxsaver2.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(ALP) $(COL) $(DBE) $(HACK_LIBS) + compass: compass.o $(HACK_OBJS) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) @@ -1612,6 +1621,38 @@ deluxe.o: $(UTILS_SRC)/visual.h deluxe.o: $(UTILS_SRC)/xdbe.h deluxe.o: $(UTILS_SRC)/xft.h deluxe.o: $(UTILS_SRC)/yarandom.h +helloxsaver.o: ../config.h +helloxsaver.o: $(srcdir)/fps.h +helloxsaver.o: $(srcdir)/recanim.h +helloxsaver.o: $(srcdir)/screenhackI.h +helloxsaver.o: $(srcdir)/screenhack.h +helloxsaver.o: $(UTILS_SRC)/alpha.h +helloxsaver.o: $(UTILS_SRC)/colors.h +helloxsaver.o: $(UTILS_SRC)/font-retry.h +helloxsaver.o: $(UTILS_SRC)/grabscreen.h +helloxsaver.o: $(UTILS_SRC)/hsv.h +helloxsaver.o: $(UTILS_SRC)/resources.h +helloxsaver.o: $(UTILS_SRC)/usleep.h +helloxsaver.o: $(UTILS_SRC)/visual.h +helloxsaver.o: $(UTILS_SRC)/xdbe.h +helloxsaver.o: $(UTILS_SRC)/xft.h +helloxsaver.o: $(UTILS_SRC)/yarandom.h +helloxsaver2.o: ../config.h +helloxsaver2.o: $(srcdir)/fps.h +helloxsaver2.o: $(srcdir)/recanim.h +helloxsaver2.o: $(srcdir)/screenhackI.h +helloxsaver2.o: $(srcdir)/screenhack.h +helloxsaver2.o: $(UTILS_SRC)/alpha.h +helloxsaver2.o: $(UTILS_SRC)/colors.h +helloxsaver2.o: $(UTILS_SRC)/font-retry.h +helloxsaver2.o: $(UTILS_SRC)/grabscreen.h +helloxsaver2.o: $(UTILS_SRC)/hsv.h +helloxsaver2.o: $(UTILS_SRC)/resources.h +helloxsaver2.o: $(UTILS_SRC)/usleep.h +helloxsaver2.o: $(UTILS_SRC)/visual.h +helloxsaver2.o: $(UTILS_SRC)/xdbe.h +helloxsaver2.o: $(UTILS_SRC)/xft.h +helloxsaver2.o: $(UTILS_SRC)/yarandom.h demon.o: $(srcdir)/automata.h demon.o: ../config.h demon.o: $(srcdir)/fps.h @@ -2517,6 +2558,24 @@ noseguy.o: $(UTILS_SRC)/visual.h noseguy.o: $(UTILS_SRC)/xft.h noseguy.o: $(UTILS_SRC)/yarandom.h noseguy.o: $(srcdir)/ximage-loader.h +helloimgdraw.o: ../config.h +helloimgdraw.o: $(srcdir)/fps.h +helloimgdraw.o: images/gen/ufoimage256c_png.h +helloimgdraw.o: $(srcdir)/recanim.h +helloimgdraw.o: $(srcdir)/screenhackI.h +helloimgdraw.o: $(srcdir)/screenhack.h +helloimgdraw.o: $(UTILS_SRC)/colors.h +helloimgdraw.o: $(UTILS_SRC)/font-retry.h +helloimgdraw.o: $(UTILS_SRC)/grabscreen.h +helloimgdraw.o: $(UTILS_SRC)/hsv.h +helloimgdraw.o: $(UTILS_SRC)/resources.h +helloimgdraw.o: $(UTILS_SRC)/textclient.h +helloimgdraw.o: $(UTILS_SRC)/usleep.h +helloimgdraw.o: $(UTILS_SRC)/visual.h +helloimgdraw.o: $(UTILS_SRC)/xdbe.h +helloimgdraw.o: $(UTILS_SRC)/xft.h +helloimgdraw.o: $(UTILS_SRC)/yarandom.h +helloimgdraw.o: $(srcdir)/ximage-loader.h pacman_ai.o: ../config.h pacman_ai.o: $(srcdir)/fps.h pacman_ai.o: $(srcdir)/pacman_ai.h