# hacks/glx/Makefile.in --- xscreensaver, Copyright (c) 1999, 2000 # by Jamie Zawinski. # the `../../configure' script generates `hacks/glx/Makefile' from this file. @SET_MAKE@ .SUFFIXES: .SUFFIXES: .c .o srcdir = @srcdir@ VPATH = @srcdir@ install_prefix = prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ mandir = @mandir@ man1dir = $(mandir)/man1 mansuffix = 1 CC = @CC@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = -DSTANDALONE -DUSE_GL @DEFS@ LIBS = @LIBS@ DEPEND = @DEPEND@ DEPEND_FLAGS = @DEPEND_FLAGS@ DEPEND_DEFINES = @DEPEND_DEFINES@ SHELL = /bin/sh INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_DIRS = @INSTALL_DIRS@ HACKDIR = @HACKDIR@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ XMU_LIBS = @XMU_LIBS@ # Note: see comment in ../../driver/Makefile.in for explanation of X_LIBS, etc. # HACK_PRE = $(LIBS) $(X_LIBS) HACK_POST = $(X_PRE_LIBS) -lXt -lX11 $(XMU_LIBS) -lXext $(X_EXTRA_LIBS) -lm HACK_POST2 = @GL_LIBS@ @HACK_LIBS@ $(HACK_POST) HACK_LIBS = $(HACK_PRE) $(HACK_POST2) XPM_LIBS = $(HACK_PRE) @XPM_LIBS@ $(HACK_POST2) GLE_LIBS = $(HACK_PRE) @GLE_LIBS@ @XPM_LIBS@ $(HACK_POST2) HACK_SRC = $(srcdir)/.. HACK_BIN = .. UTILS_SRC = $(HACK_SRC)/../utils UTILS_BIN = $(HACK_BIN)/../utils INCLUDES = -I. -I$(srcdir) -I$(UTILS_SRC) -I$(HACK_SRC) -I../.. @INCLUDES@ UTIL_SRCS = $(UTILS_SRC)/colors.c $(UTILS_SRC)/hsv.c \ $(UTILS_SRC)/resources.c $(UTILS_SRC)/usleep.c \ $(UTILS_SRC)/visual.c $(UTILS_SRC)/visual-gl.c \ $(UTILS_SRC)/yarandom.c UTIL_OBJS = $(UTILS_SRC)/colors.o $(UTILS_SRC)/hsv.o \ $(UTILS_SRC)/resources.o $(UTILS_SRC)/usleep.o \ $(UTILS_SRC)/visual.o $(UTILS_SRC)/visual-gl.o \ $(UTILS_SRC)/yarandom.o SRCS = xscreensaver-gl-helper.c \ atlantis.c b_draw.c b_lockglue.c b_sphere.c bubble3d.c \ buildlwo.c cage.c dolphin.c gears.c lament.c moebius.c \ morph3d.c pipeobjs.c pipes.c rubik.c s1_1.c s1_2.c s1_3.c \ s1_4.c s1_5.c s1_6.c s1_b.c shark.c sproingies.c \ sproingiewrap.c stairs.c superquadrics.c swim.c whale.c \ xlock-gl.c fps.c xpm-ximage.c glplanet.c pulsar.c \ extrusion.c extrusion-helix2.c extrusion-helix3.c \ extrusion-helix4.c extrusion-joinoffset.c extrusion-screw.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 OBJS = xscreensaver-gl-helper.o \ atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \ buildlwo.o cage.o dolphin.o gears.o lament.o moebius.o \ morph3d.o pipeobjs.o pipes.o rubik.o s1_1.o s1_2.o s1_3.o \ s1_4.o s1_5.o s1_6.o s1_b.o shark.o sproingies.o \ sproingiewrap.o stairs.o superquadrics.o swim.o whale.o \ xlock-gl.o fps.o xpm-ximage.o glplanet.o pulsar.o \ extrusion.o extrusion-helix2.o extrusion-helix3.o \ extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.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 GL_EXES_1 = cage gears moebius pipes sproingies stairs superquadrics \ morph3d rubik atlantis lament bubble3d glplanet pulsar \ sierpinski3d gflux stonerview starwars gltext molecule \ dangerball UTIL_EXES = xscreensaver-gl-helper GL_EXES = $(UTIL_EXES) $(GL_EXES_1) GLE_EXES = extrusion HACK_EXES = @GL_EXES@ @GLE_EXES@ EXES = $(HACK_EXES) HACK_OBJS = screenhack-gl.o xlock-gl.o fps.o $(HACK_BIN)/xlockmore.o \ $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ $(UTILS_BIN)/visual-gl.o $(UTILS_BIN)/usleep.o \ $(UTILS_BIN)/yarandom.o $(UTILS_BIN)/hsv.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 GL_MEN = gflux.man lament.man starwars.man gltext.man \ molecule.man xscreensaver-gl-helper.man MEN = @GL_MEN@ EXTRAS = README Makefile.in TARFILES = $(SRCS) $(HDRS) $(MEN) $(EXTRAS) default: all all: $(EXES) install: install-program install-man uninstall: uninstall-program uninstall-man install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install # the hacks, in $HACKDIR install-program:: $(HACK_EXES) @if [ ! -d $(install_prefix)$(HACKDIR) ]; then \ $(INSTALL_DIRS) $(install_prefix)$(HACKDIR) ; \ fi ; \ exes="$(HACK_EXES)" ; \ for program in $$exes; do \ echo $(INSTALL_PROGRAM) $$program \ $(install_prefix)$(HACKDIR)/$$program ; \ $(INSTALL_PROGRAM) $$program \ $(install_prefix)$(HACKDIR)/$$program ; \ done # the xscreensaver-gl-helper program, in $bindir install-program:: $(HACK_EXES) @if [ "$(HACK_EXES)" != "" ]; then \ if [ ! -d $(install_prefix)$(bindir) ]; then \ $(INSTALL_DIRS) $(install_prefix)$(bindir) ; \ fi ; \ exes="$(UTIL_EXES)" ; \ for program in $$exes; do \ echo $(INSTALL_PROGRAM) $$program \ $(install_prefix)$(bindir)/$$program ; \ $(INSTALL_PROGRAM) $$program \ $(install_prefix)$(bindir)/$$program ; \ done ; \ fi install-man: $(MEN) @men="$(MEN)" ; \ if [ ! -d $(install_prefix)$(man1dir) ]; then \ $(INSTALL_DIRS) $(install_prefix)$(man1dir) ; \ fi ; \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ echo $(INSTALL_DATA) $(srcdir)/$$man \ $(install_prefix)$(man1dir)/$$instname ; \ $(INSTALL_DATA) $(srcdir)/$$man \ $(install_prefix)$(man1dir)/$$instname ; \ done # the hacks, in $HACKDIR uninstall-program:: @exes="$(GL_EXES_1) $(GLE_EXES)" ; \ for program in $$exes; do \ echo rm -f $(install_prefix)$(HACKDIR)/$$program ; \ rm -f $(install_prefix)$(HACKDIR)/$$program ; \ done # the xscreensaver-gl-helper program, in $bindir uninstall-program:: @exes="$(UTIL_EXES)" ; \ for program in $$exes; do \ echo rm -f $(install_prefix)$(bindir)/$$program ; \ rm -f $(install_prefix)$(bindir)/$$program ; \ done uninstall-man: @men="$(GL_MEN)" ; \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ echo rm -f $(install_prefix)$(man1dir)/$$instname ; \ rm -f $(install_prefix)$(man1dir)/$$instname ; \ done clean: -rm -f *.o a.out core $(EXES) molecules.h distclean: clean -rm -f Makefile TAGS *~ "#"* # Adds all current dependencies to Makefile depend: $(DEPEND) -s '# DO NOT DELETE: updated by make depend' \ $(DEPEND_FLAGS) -- \ $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) -- \ $(SRCS) # Adds some dependencies to Makefile.in -- not totally accurate, but pretty # close. This excludes dependencies on files in /usr/include, etc. It tries # to include only dependencies on files which are themselves a part of this # package. distdepend:: molecules.h @echo updating dependencies in `pwd`/Makefile.in... ; \ $(DEPEND) -w 0 -f - \ -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \ $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) -- \ $(SRCS) | \ ( \ awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \ sed -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d' \ -e 's@\.\./\.\./utils@$$(UTILS_SRC)@g' \ -e 's@\.\./glx/@@g' \ -e 's@ \.\./@ $$(HACK_SRC)/@g' \ -e 's@ \([^$$]\)@ $$(srcdir)/\1@g' \ -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g' \ -e 's@ $$(HACK_SRC)/\(.*config.h\)@ ../\1@g' \ -e 's@ $$(srcdir)/\(.*molecules.h\)@ \1@g' ; \ echo '' \ ) > /tmp/distdepend.$$$$ && \ mv Makefile.in Makefile.in.bak && \ mv /tmp/distdepend.$$$$ Makefile.in TAGS: tags tags: find $(srcdir) -name '*.[chly]' -print | xargs etags -a echo_tarfiles: @echo $(TARFILES) # Rules for noticing when the objects from the utils directory are out of # date with respect to their sources, and going and building them according # to the rules in their own Makefile... # $(UTILS_BIN)/colors.o: $(UTILS_SRC)/colors.c $(UTILS_BIN)/hsv.o: $(UTILS_SRC)/hsv.c $(UTILS_BIN)/resources.o: $(UTILS_SRC)/resources.c $(UTILS_BIN)/usleep.o: $(UTILS_SRC)/usleep.c $(UTILS_BIN)/visual.o: $(UTILS_SRC)/visual.c $(UTILS_BIN)/visual-gl.o: $(UTILS_SRC)/visual-gl.c $(UTILS_BIN)/yarandom.o: $(UTILS_SRC)/yarandom.c $(UTIL_OBJS): cd $(UTILS_BIN) ; \ $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(HACK_BIN)/xlockmore.o: $(HACK_SRC)/xlockmore.c cd $(HACK_BIN) ; $(MAKE) $(@F) CC="$(CC)" CFLAGS="$(CFLAGS)" # How we build object files in this directory. .c.o: $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $< # How to build the "xscreensaver-gl-helper" program, that lets the daemon # know which visual is the right one for GL programs. # HELPER_OBJS = xscreensaver-gl-helper.o $(UTILS_BIN)/visual-gl.o \ $(UTILS_BIN)/visual.o $(UTILS_BIN)/resources.o xscreensaver-gl-helper: $(HELPER_OBJS) $(CC) $(LDFLAGS) -o $@ $(HELPER_OBJS) $(LIBS) $(X_LIBS) $(HACK_POST2) # These hacks use a slightly-differently-compiled variant of screenhack.c. # This is how to make the the other .o file from it. # screenhack-gl.o: $(HACK_SRC)/screenhack.c $(CC) -o $@ -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) \ -DXLOCKMORE -DUSE_GL $(HACK_SRC)/screenhack.c CC_HACK = $(CC) $(LDFLAGS) ATLANTIS_OBJS = $(HACK_OBJS) dolphin.o shark.o swim.o whale.o xpm-ximage.o atlantis: atlantis.o $(ATLANTIS_OBJS) $(CC_HACK) -o $@ $@.o $(ATLANTIS_OBJS) $(HACK_LIBS) $(XPM_LIBS) cage: cage.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) gears: gears.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) moebius: moebius.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) pipes: pipes.o $(HACK_OBJS) pipeobjs.o buildlwo.o $(CC_HACK) -o $@ $@.o $(HACK_OBJS) pipeobjs.o buildlwo.o \ $(HACK_LIBS) superquadrics: superquadrics.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) morph3d: morph3d.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) rubik: rubik.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) stairs: stairs.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) SPROINGIES = sproingiewrap.o buildlwo.o \ s1_1.o s1_2.o s1_3.o s1_4.o s1_5.o s1_6.o s1_b.o sproingies: sproingies.o $(HACK_OBJS) $(SPROINGIES) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SPROINGIES) $(HACK_LIBS) lament: lament.o $(HACK_OBJS) xpm-ximage.o $(CC_HACK) -o $@ $@.o $(HACK_OBJS) xpm-ximage.o $(XPM_LIBS) B3D = b_sphere.o b_draw.o b_lockglue.o bubble3d: bubble3d.o $(HACK_OBJS) $(B3D) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(B3D) $(HACK_LIBS) glplanet: glplanet.o sphere.o xpm-ximage.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o sphere.o xpm-ximage.o $(HACK_OBJS) $(XPM_LIBS) pulsar: pulsar.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) EXTRUSION_OBJS=extrusion.o extrusion-helix2.o extrusion-helix3.o \ extrusion-helix4.o extrusion-joinoffset.o extrusion-screw.o \ extrusion-taper.o extrusion-twistoid.o extrusion: $(EXTRUSION_OBJS) $(HACK_OBJS) $(CC_HACK) -o $@ $(EXTRUSION_OBJS) $(HACK_OBJS) $(GLE_LIBS) 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) SW_OBJS=starwars.o glut_stroke.o glut_swidth.o starwars: $(SW_OBJS) $(HACK_OBJS) $(CC_HACK) -o $@ $(SW_OBJS) $(HACK_OBJS) $(HACK_LIBS) GLT_OBJS=gltext.o glut_stroke.o glut_swidth.o tube.o gltext: $(GLT_OBJS) $(HACK_OBJS) $(CC_HACK) -o $@ $(GLT_OBJS) $(HACK_OBJS) $(HACK_LIBS) dangerball: dangerball.o sphere.o tube.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o sphere.o tube.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 \ $(UTILS_BIN)/yarandom.o stonerview: $(STONER_OBJS) $(CC_HACK) -o $@ $(STONER_OBJS) $(HACK_LIBS) molecules.h: @tmp=molecules.h.$$$$ ; \ rm -f $$tmp ; \ echo "building molecules.h from $(HACK_SRC)/images/molecules/*.pdb" ; \ for f in $(HACK_SRC)/images/molecules/*.pdb ; do \ $(SHELL) $(UTILS_SRC)/ad2c "$$f" | \ sed 's/",$$/\\n"/' >> $$tmp ; \ echo ',' >> $$tmp ; \ done ; \ mv $$tmp molecules.h molecule: molecule.o sphere.o tube.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o sphere.o tube.o $(HACK_OBJS) $(HACK_LIBS) ############################################################################## # # DO NOT DELETE: updated by make distdepend # $(srcdir)/DO $(srcdir)/NOT $(srcdir)/DELETE: $(srcdir)/updated $(srcdir)/by $(srcdir)/make $(srcdir)/distdepend xscreensaver-gl-helper.o: ../../config.h atlantis.o: ../../config.h atlantis.o: $(srcdir)/atlantis.h atlantis.o: $(srcdir)/xpm-ximage.h atlantis.o: $(HACK_SRC)/images/sea-texture.xpm b_draw.o: $(srcdir)/bubble3d.h b_draw.o: ../../config.h b_lockglue.o: $(srcdir)/bubble3d.h b_lockglue.o: ../../config.h b_sphere.o: $(srcdir)/bubble3d.h b_sphere.o: ../../config.h bubble3d.o: $(srcdir)/bubble3d.h bubble3d.o: ../../config.h buildlwo.o: $(srcdir)/buildlwo.h cage.o: ../../config.h cage.o: $(srcdir)/e_textures.h dolphin.o: $(srcdir)/atlantis.h gears.o: ../../config.h lament.o: ../../config.h lament.o: $(srcdir)/xpm-ximage.h lament.o: $(HACK_SRC)/images/lament.xpm moebius.o: ../../config.h moebius.o: $(srcdir)/e_textures.h morph3d.o: ../../config.h pipeobjs.o: $(srcdir)/buildlwo.h pipes.o: ../../config.h pipes.o: $(srcdir)/buildlwo.h rubik.o: ../../config.h s1_1.o: $(srcdir)/buildlwo.h s1_2.o: $(srcdir)/buildlwo.h s1_3.o: $(srcdir)/buildlwo.h s1_4.o: $(srcdir)/buildlwo.h s1_5.o: $(srcdir)/buildlwo.h s1_6.o: $(srcdir)/buildlwo.h s1_b.o: $(srcdir)/buildlwo.h shark.o: $(srcdir)/atlantis.h sproingies.o: ../../config.h sproingies.o: $(srcdir)/buildlwo.h sproingiewrap.o: ../../config.h stairs.o: ../../config.h stairs.o: $(srcdir)/e_textures.h superquadrics.o: ../../config.h swim.o: ../../config.h swim.o: $(srcdir)/atlantis.h whale.o: $(srcdir)/atlantis.h xlock-gl.o: ../../config.h 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: $(srcdir)/xpm-ximage.h pulsar.o: ../../config.h extrusion.o: ../../config.h extrusion-helix2.o: ../../config.h extrusion-helix3.o: ../../config.h extrusion-helix4.o: ../../config.h extrusion-joinoffset.o: ../../config.h extrusion-screw.o: ../../config.h extrusion-taper.o: ../../config.h extrusion-twistoid.o: ../../config.h sierpinski3d.o: ../../config.h gflux.o: ../../config.h stonerview.o: ../../config.h stonerview.o: $(srcdir)/stonerview-move.h stonerview-move.o: ../../config.h stonerview-move.o: $(srcdir)/stonerview-osc.h stonerview-move.o: $(srcdir)/stonerview-move.h stonerview-osc.o: ../../config.h stonerview-osc.o: $(srcdir)/stonerview-osc.h stonerview-view.o: ../../config.h stonerview-view.o: $(srcdir)/stonerview-osc.h stonerview-view.o: $(srcdir)/stonerview-move.h starwars.o: ../../config.h starwars.o: $(srcdir)/glutstroke.h starwars.o: $(srcdir)/glut_roman.h glut_stroke.o: ../../config.h glut_stroke.o: $(srcdir)/glutstroke.h glut_swidth.o: ../../config.h glut_swidth.o: $(srcdir)/glutstroke.h gltext.o: ../../config.h gltext.o: $(srcdir)/tube.h gltext.o: $(srcdir)/glutstroke.h gltext.o: $(srcdir)/glut_roman.h molecule.o: ../../config.h molecule.o: $(srcdir)/sphere.h molecule.o: $(srcdir)/tube.h molecule.o: molecules.h 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