http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / glx / Makefile.in
index ba97c32963007ff0332a88d8d1ddd4faef3453ad..5b8f028063a2498462d27823826e75a2cc6f03e0 100644 (file)
@@ -77,7 +77,9 @@ SRCS          = xscreensaver-gl-helper.c \
                  extrusion-taper.c extrusion-twistoid.c sierpinski3d.c \
                  gflux.c stonerview.c stonerview-move.c stonerview-osc.c \
                  stonerview-view.c starwars.c glut_stroke.c glut_swidth.c \
-                 gltext.c molecule.c dangerball.c sphere.c tube.c
+                 gltext.c molecule.c dangerball.c sphere.c tube.c circuit.c \
+                 menger.c engine.c flipscreen3d.c font-ximage.c \
+                 grab-ximage.c glsnake.c boxed.c glforestfire.c sballs.c
 
 OBJS           = xscreensaver-gl-helper.o \
                  atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
@@ -91,15 +93,19 @@ OBJS                = xscreensaver-gl-helper.o \
                  extrusion-taper.o extrusion-twistoid.o sierpinski3d.o \
                  gflux.o stonerview.o stonerview-move.o stonerview-osc.o \
                  stonerview-view.o starwars.o glut_stroke.o glut_swidth.o \
-                 gltext.o molecule.o dangerball.o sphere.o tube.o
+                 gltext.o molecule.o dangerball.o sphere.o tube.o circuit.o \
+                 menger.o engine.o flipscreen3d.o font-ximage.o \
+                 grab-ximage.o glsnake.o boxed.o glforestfire.o sballs.o
 
 GL_EXES                = cage gears moebius pipes sproingies stairs superquadrics \
                  morph3d rubik atlantis lament bubble3d glplanet pulsar \
                  sierpinski3d gflux stonerview starwars gltext molecule \
-                 dangerball
+                 dangerball circuit menger engine flipscreen3d glsnake boxed \
+                 glforestfire sballs
 GLE_EXES       = extrusion
 GL_UTIL_EXES   = xscreensaver-gl-helper
 HACK_EXES      = @GL_EXES@ @GLE_EXES@
+GRAB_OBJS      = $(UTILS_BIN)/grabclient.o grab-ximage.o
 EXES           = @GL_UTIL_EXES@ $(HACK_EXES)
 
 HACK_OBJS      = screenhack-gl.o xlock-gl.o fps.o $(HACK_BIN)/xlockmore.o \
@@ -109,10 +115,11 @@ HACK_OBJS = screenhack-gl.o xlock-gl.o fps.o $(HACK_BIN)/xlockmore.o \
                  $(UTILS_BIN)/colors.o
 
 HDRS           = atlantis.h bubble3d.h buildlwo.h e_textures.h xpm-ximage.h \
-                 tube.h sphere.h stonerview-move.h stonerview-osc.h \
-                 glutstroke.h glut_roman.h
+                 grab-ximage.h font-ximage.h tube.h sphere.h boxed.h \
+                 stonerview-move.h stonerview-osc.h glutstroke.h glut_roman.h
 GL_MEN         = gflux.man lament.man starwars.man gltext.man \
-                 molecule.man xscreensaver-gl-helper.man
+                 molecule.man xscreensaver-gl-helper.man glsnake.man \
+                 glforestfire.man sballs.man
 MEN            = @GL_MEN@
 EXTRAS         = README Makefile.in
 
@@ -144,7 +151,7 @@ install-program:: $(EXES)
 
 # the xscreensaver-gl-helper program, in $bindir
 install-program:: $(EXES)
-       @exes="$(GL_UTIL_EXES)" ;                                       \
+       @exes="@GL_UTIL_EXES@" ;                                        \
         idir="$(install_prefix)$(bindir)" ;                            \
         if [ "$$exes" != "" ]; then                                    \
           if [ ! -d $$idir ]; then                                     \
@@ -340,8 +347,8 @@ extrusion:  $(EXTRUSION_OBJS) $(HACK_OBJS)
 sierpinski3d:  sierpinski3d.o  $(HACK_OBJS)
        $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
 
-gflux:         gflux.o         $(HACK_OBJS)
-       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+gflux:         gflux.o         $(HACK_OBJS) $(GRAB_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB_OBJS) $(HACK_LIBS)
 
 SW_OBJS=starwars.o glut_stroke.o glut_swidth.o
 starwars:      $(SW_OBJS) $(HACK_OBJS)
@@ -354,6 +361,30 @@ gltext:    $(GLT_OBJS) $(HACK_OBJS)
 dangerball:    dangerball.o    sphere.o tube.o $(HACK_OBJS)
        $(CC_HACK) -o $@ $@.o   sphere.o tube.o $(HACK_OBJS) $(HACK_LIBS)
 
+circuit:       circuit.o       $(HACK_OBJS) font-ximage.o
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) font-ximage.o $(HACK_LIBS)
+
+menger:                menger.o        $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+
+engine:                engine.o        $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+
+flipscreen3d:  flipscreen3d.o  $(HACK_OBJS) $(GRAB_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(GRAB_OBJS) $(HACK_LIBS)
+
+glsnake:       glsnake.o       $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+
+boxed:         boxed.o         $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+
+glforestfire:  glforestfire.o  $(HACK_OBJS) xpm-ximage.o
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
+
+sballs:                sballs.o        $(HACK_OBJS) xpm-ximage.o
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
+
 # This one works differently (it's not xlock-like.)
 #
 STONER_OBJS=stonerview.o stonerview-move.o stonerview-osc.o stonerview-view.o \
@@ -375,6 +406,8 @@ molecules.h:
 molecule:      molecule.o      sphere.o tube.o $(HACK_OBJS)
        $(CC_HACK) -o $@ $@.o   sphere.o tube.o $(HACK_OBJS) $(HACK_LIBS)
 
+dnalogo:       dnalogo.o       tube.o $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   tube.o $(HACK_OBJS) $(HACK_LIBS)
 
 ##############################################################################
 #
@@ -444,6 +477,7 @@ extrusion-taper.o: ../../config.h
 extrusion-twistoid.o: ../../config.h
 sierpinski3d.o: ../../config.h
 gflux.o: ../../config.h
+gflux.o: $(srcdir)/grab-ximage.h
 stonerview.o: ../../config.h
 stonerview.o: $(srcdir)/stonerview-move.h
 stonerview-move.o: ../../config.h
@@ -476,4 +510,23 @@ sphere.o: ../../config.h
 sphere.o: $(srcdir)/tube.h
 tube.o: ../../config.h
 tube.o: $(srcdir)/tube.h
+circuit.o: ../../config.h
+circuit.o: $(srcdir)/font-ximage.h
+menger.o: ../../config.h
+engine.o: ../../config.h
+flipscreen3d.o: ../../config.h
+flipscreen3d.o: $(srcdir)/grab-ximage.h
+font-ximage.o: ../../config.h
+grab-ximage.o: ../../config.h
+glsnake.o: ../../config.h
+boxed.o: $(srcdir)/boxed.h
+boxed.o: ../../config.h
+glforestfire.o: ../../config.h
+glforestfire.o: $(srcdir)/xpm-ximage.h
+glforestfire.o: $(HACK_SRC)/images/ground.xpm
+glforestfire.o: $(HACK_SRC)/images/tree.xpm
+sballs.o: ../../config.h
+sballs.o: $(srcdir)/xpm-ximage.h
+sballs.o: $(HACK_SRC)/images/sball.xpm
+sballs.o: $(HACK_SRC)/images/sball-bg.xpm