http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.02.tar.gz
[xscreensaver] / hacks / glx / Makefile.in
index 5b8f028063a2498462d27823826e75a2cc6f03e0..9e01c2995655164cc6c58372eecb00284f4eb6e1 100644 (file)
@@ -79,7 +79,8 @@ SRCS          = xscreensaver-gl-helper.c \
                  stonerview-view.c starwars.c glut_stroke.c glut_swidth.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
+                 grab-ximage.c glsnake.c boxed.c glforestfire.c sballs.c \
+                 cubenetic.c
 
 OBJS           = xscreensaver-gl-helper.o \
                  atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
@@ -95,13 +96,14 @@ OBJS                = xscreensaver-gl-helper.o \
                  stonerview-view.o starwars.o glut_stroke.o glut_swidth.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
+                 grab-ximage.o glsnake.o boxed.o glforestfire.o sballs.o \
+                 cubenetic.o
 
 GL_EXES                = cage gears moebius pipes sproingies stairs superquadrics \
                  morph3d rubik atlantis lament bubble3d glplanet pulsar \
                  sierpinski3d gflux stonerview starwars gltext molecule \
                  dangerball circuit menger engine flipscreen3d glsnake boxed \
-                 glforestfire sballs
+                 glforestfire sballs cubenetic
 GLE_EXES       = extrusion
 GL_UTIL_EXES   = xscreensaver-gl-helper
 HACK_EXES      = @GL_EXES@ @GLE_EXES@
@@ -385,6 +387,10 @@ glforestfire:      glforestfire.o  $(HACK_OBJS) xpm-ximage.o
 sballs:                sballs.o        $(HACK_OBJS) xpm-ximage.o
        $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS)
 
+cubenetic:     cubenetic.o     $(HACK_OBJS)
+       $(CC_HACK) -o $@ $@.o   $(HACK_OBJS) $(HACK_LIBS)
+
+
 # This one works differently (it's not xlock-like.)
 #
 STONER_OBJS=stonerview.o stonerview-move.o stonerview-osc.o stonerview-view.o \
@@ -464,7 +470,7 @@ fps.o: ../../config.h
 xpm-ximage.o: ../../config.h
 glplanet.o: ../../config.h
 glplanet.o: $(srcdir)/sphere.h
-glplanet.o: $(HACK_SRC)/images/earth.xbm
+glplanet.o: $(HACK_SRC)/images/earth.xpm
 glplanet.o: $(srcdir)/xpm-ximage.h
 pulsar.o: ../../config.h
 extrusion.o: ../../config.h
@@ -507,7 +513,6 @@ dangerball.o: ../../config.h
 dangerball.o: $(srcdir)/sphere.h
 dangerball.o: $(srcdir)/tube.h
 sphere.o: ../../config.h
-sphere.o: $(srcdir)/tube.h
 tube.o: ../../config.h
 tube.o: $(srcdir)/tube.h
 circuit.o: ../../config.h
@@ -529,4 +534,5 @@ 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
+cubenetic.o: ../../config.h