http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[xscreensaver] / hacks / Makefile.in
index 691e6b3b1723a777abcac6d4c12cd7b404252862..05d6a5c692cc8130d740e94cb9649ccdb543df64 100644 (file)
@@ -97,7 +97,7 @@ SRCS          = attraction.c blitspin.c bouboule.c braid.c bubbles.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
+                 barcode.c piecewise.c cloudlife.c
 SCRIPTS                = vidwhacker webcollage
 
 OBJS           = attraction.o blitspin.o bouboule.o braid.o bubbles.o \
@@ -122,7 +122,7 @@ OBJS                = attraction.o blitspin.o bouboule.o braid.o bubbles.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
+                 barcode.o piecewise.o cloudlife.o
 
 NEXES          = attraction blitspin bouboule braid bubbles decayscreen deco \
                  drift flag flame forest vines galaxy grav greynetic halo \
@@ -139,7 +139,7 @@ NEXES               = attraction blitspin bouboule braid bubbles decayscreen deco \
                  nerverot xrayswarm hyperball zoom whirlwindwarp rotzoomer \
                  whirlygig speedmine vermiculate twang apollonian euler2d \
                  juggle polyominoes thornbird  fluidballs anemone halftone \
-                 metaballs eruption popsquares barcode \
+                 metaballs eruption popsquares barcode piecewise cloudlife \
                  @JPEG_EXES@
 SEXES          = sonar
 JPEG_EXES      = webcollage-helper
@@ -180,7 +180,8 @@ MEN         = anemone.man ant.man apollonian.man attraction.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 xteevee.man \
-                 zoom.man halftone.man eruption.man metaballs.man barcode.man
+                 zoom.man halftone.man eruption.man metaballs.man \
+                 barcode.man piecewise.man cloudlife.man
 STAR           = *
 EXTRAS         = README Makefile.in xlock_23.h xml2man.pl .gdbinit \
                  config/README \
@@ -621,8 +622,8 @@ 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) $(XPM)
-       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(XPM) $(XPM_LIBS)
+bsod:          bsod.o          $(HACK_OBJS) $(GRAB) $(SHM) $(XPM)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(XPM) $(XPM_LIBS)
 
 distort:       distort.o       $(HACK_OBJS) $(GRAB) $(SHM)
        $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS)
@@ -741,6 +742,11 @@ popsquares:        popsquares.o    $(HACK_OBJS) $(DBE) $(COL)
 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)
 
 # The rules for those hacks which follow the `xlockmore' API.
 #
@@ -965,6 +971,8 @@ bumps.o: ../config.h
 bumps.o: $(srcdir)/screenhack.h
 ccurve.o: ../config.h
 ccurve.o: $(srcdir)/screenhack.h
+cloudlife.o: ../config.h
+cloudlife.o: $(srcdir)/screenhack.h
 compass.o: ../config.h
 compass.o: $(srcdir)/screenhack.h
 coral.o: ../config.h
@@ -1174,6 +1182,8 @@ petri.o: ../config.h
 petri.o: $(srcdir)/screenhack.h
 phosphor.o: ../config.h
 phosphor.o: $(srcdir)/screenhack.h
+piecewise.o: ../config.h
+piecewise.o: $(srcdir)/screenhack.h
 polyominoes.o: ../config.h
 polyominoes.o: $(srcdir)/screenhack.h
 polyominoes.o: $(srcdir)/xlockmoreI.h
@@ -1281,10 +1291,6 @@ xlockmore.o: $(srcdir)/xlockmoreI.h
 xlyap.o: ../config.h
 xlyap.o: $(srcdir)/screenhack.h
 xmatrix.o: ../config.h
-xmatrix.o: $(srcdir)/images/matrix0b.xbm
-xmatrix.o: $(srcdir)/images/matrix0b.xpm
-xmatrix.o: $(srcdir)/images/matrix0.xbm
-xmatrix.o: $(srcdir)/images/matrix0.xpm
 xmatrix.o: $(srcdir)/images/matrix1b.xbm
 xmatrix.o: $(srcdir)/images/matrix1b.xpm
 xmatrix.o: $(srcdir)/images/matrix1.xbm