ftp://ftp.uni-heidelberg.de/pub/X11/contrib/applications/xscreensaver-1.27.tar.Z
[xscreensaver] / hacks / Imakefile
index d2276c49b6125866df8d42d436a1f33851c091ff..e9e6ed87423e8ca783aad3562d7929b1a95f3d12 100644 (file)
@@ -17,6 +17,7 @@
 # define XPMLIB
 #endif
 
+          STAR = *
           UTILS = ../utils
        INCLUDES = -I$(UTILS)
         DEFINES = R5ISMS XPMDEFS
@@ -24,14 +25,21 @@ LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) XPMLIB $(EXTENSIONLIB) $(XLIB) -lm
           HACKS = attraction.c greynetic.c helix.c hopalong.c xroger-hack.c \
                   noseguy.c pyro.c qix.c rocks.c rorschach.c blitspin.c \
                   imsmap.c slidescreen.c decayscreen.c maze.c hypercube.c \
-                  halo.c flame.c pedal.c lmorph.c
+                  halo.c flame.c pedal.c lmorph.c \
+                 bubbles.c bubbles.h bubbles_default.c
             MEN = attraction.man greynetic.man helix.man hopalong.man \
                   noseguy.man pyro.man xroger.man qix.man rocks.man \
                   rorschach.man blitspin.man imsmap.man slidescreen.man \
                   decayscreen.man maze.man hypercube.man halo.man flame.man \
-                  pedal.man lmorph.man
+                  pedal.man lmorph.man \
+                 bubbles.man bubbles.README
        TARFILES = README Imakefile screenhack.c $(HACKS) screenhack.h \
-                  vroot.h xlock.h default.xbm $(MEN) .gdbinit noses/\*
+                  vroot.h xlock.h default.xbm $(MEN) .gdbinit \
+                 noses/nose.$(STAR) \
+                 bubbles-tools/bubbles$(STAR) \
+                 bubbles-tools/xpm$(STAR) \
+                 bubbles-sources/$(STAR).pov \
+                 bubbles-samples/$(STAR).bub.gz
 
 all::
 
@@ -73,3 +81,4 @@ ScreenhackTarget (halo, halo, $(HOBJS) $(UTILS)/hsv.o)
 ScreenhackTarget (flame, flame, $(HOBJS) $(UTILS)/hsv.o)
 ScreenhackTarget (pedal, pedal, $(HOBJS) $(UTILS)/hsv.o)
 ScreenhackTarget (lmorph, lmorph, $(HOBJS))
+ScreenhackTarget (bubbles, bubbles, bubbles_default.o $(HOBJS))