X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fglx%2FMakefile.in;h=e32391f2560607c28242c0c7290f3c29f90a0495;hb=93f25dc6827112d98b8b855ea85c8f5eb8123086;hp=f50e987d174dec002e059b7871228469aaa58b41;hpb=72c1f4c1dc6ab07fe121a327ff1c30bf51ef74c1;p=xscreensaver diff --git a/hacks/glx/Makefile.in b/hacks/glx/Makefile.in index f50e987d..e32391f2 100644 --- a/hacks/glx/Makefile.in +++ b/hacks/glx/Makefile.in @@ -1,4 +1,4 @@ -# hacks/glx/Makefile.in --- xscreensaver, Copyright (c) 1997 Jamie Zawinski. +# hacks/glx/Makefile.in --- xscreensaver, Copyright (c) 1999 Jamie Zawinski. # the `../../configure' script generates `hacks/glx/Makefile' from this file. @SET_MAKE@ @@ -113,34 +113,43 @@ install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install install-program: $(EXES) - @exes="$(EXES)" ; \ - if [ ! -d $(HACKDIR) ]; then $(INSTALL_DIRS) $(HACKDIR) ; fi ; \ + @if [ ! -d $(install_prefix)$(HACKDIR) ]; then \ + $(INSTALL_DIRS) $(install_prefix)$(HACKDIR) ; \ + fi ; \ + exes="$(EXES)" ; \ for program in $$exes; do \ - echo $(INSTALL_PROGRAM) $$program $(HACKDIR)/$$program ; \ - $(INSTALL_PROGRAM) $$program $(HACKDIR)/$$program ; \ + echo $(INSTALL_PROGRAM) $$program \ + $(install_prefix)$(HACKDIR)/$$program ; \ + $(INSTALL_PROGRAM) $$program \ + $(install_prefix)$(HACKDIR)/$$program ; \ done install-man: $(MEN) @men="$(MEN)" ; \ - if [ ! -d $(man1dir) ]; then $(INSTALL_DIRS) $(man1dir) ; fi ; \ + 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 $(man1dir)/$$instname ; \ - $(INSTALL_DATA) $(srcdir)/$$man $(man1dir)/$$instname ; \ + echo $(INSTALL_DATA) $(srcdir)/$$man \ + $(install_prefix)$(man1dir)/$$instname ; \ + $(INSTALL_DATA) $(srcdir)/$$man \ + $(install_prefix)$(man1dir)/$$instname ; \ done uninstall-program: - @for program in $(EXES); do \ - echo rm -f $(HACKDIR)/$$program ; \ - rm -f $(HACKDIR)/$$program ; \ + @exes="$(EXES)" ; \ + for program in $$exes; do \ + echo rm -f $(install_prefix)$(HACKDIR)/$$program ; \ + rm -f $(install_prefix)$(HACKDIR)/$$program ; \ done uninstall-man: @men="$(MEN)" ; \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ - echo rm -f $(man1dir)/$$instname ; \ - rm -f $(man1dir)/$$instname ; \ + echo rm -f $(install_prefix)$(man1dir)/$$instname ; \ + rm -f $(install_prefix)$(man1dir)/$$instname ; \ done clean: @@ -545,8 +554,8 @@ pulsar.o: $(UTILS_SRC)/colors.h pulsar.o: $(UTILS_SRC)/grabscreen.h pulsar.o: $(UTILS_SRC)/visual.h pulsar.o: $(UTILS_SRC)/xshm.h -extrusion.o: $(HACK_SRC)/xlockmore.h extrusion.o: ../../config.h +extrusion.o: $(HACK_SRC)/xlockmore.h extrusion.o: $(HACK_SRC)/xlockmoreI.h extrusion.o: $(HACK_SRC)/screenhack.h extrusion.o: $(UTILS_SRC)/yarandom.h @@ -557,6 +566,13 @@ extrusion.o: $(UTILS_SRC)/colors.h extrusion.o: $(UTILS_SRC)/grabscreen.h extrusion.o: $(UTILS_SRC)/visual.h extrusion.o: $(UTILS_SRC)/xshm.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: $(HACK_SRC)/xlockmore.h sierpinski3d.o: ../../config.h sierpinski3d.o: $(HACK_SRC)/xlockmoreI.h