X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2FMakefile.in;h=05d6a5c692cc8130d740e94cb9649ccdb543df64;hb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930;hp=12e58419aeaf8c94f299d1df3ed8cdb5501f3459;hpb=13dbc569cdc6e29019722c0ef9b932a925efbcad;p=xscreensaver diff --git a/hacks/Makefile.in b/hacks/Makefile.in index 12e58419..05d6a5c6 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -1,4 +1,4 @@ -# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-1999 Jamie Zawinski. +# hacks/Makefile.in --- xscreensaver, Copyright (c) 1997-2002 Jamie Zawinski. # the `../configure' script generates `hacks/Makefile' from this file. @SET_MAKE@ @@ -13,8 +13,9 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ mandir = @mandir@ -man1dir = $(mandir)/man1 +# maybe this should be 6 (games)? mansuffix = 1 +manNdir = $(mandir)/man$(mansuffix) CC = @CC@ CFLAGS = @CFLAGS@ @@ -95,7 +96,8 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ rotzoomer.c whirlygig.c speedmine.c vermiculate.c \ xpm-pixmap.c webcollage-helper.c twang.c apollonian.c \ euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \ - anemone.c + anemone.c halftone.c metaballs.c eruption.c popsquares.c \ + barcode.c piecewise.c cloudlife.c SCRIPTS = vidwhacker webcollage OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ @@ -119,7 +121,8 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ rotzoomer.o whirlygig.o speedmine.o vermiculate.o \ xpm-pixmap.o webcollage-helper.o twang.o apollonian.o \ euler2d.o juggle.o polyominoes.o thornbird.o fluidballs.o \ - anemone.o + anemone.o halftone.o metaballs.o eruption.o popsquares.o \ + barcode.o piecewise.o cloudlife.o NEXES = attraction blitspin bouboule braid bubbles decayscreen deco \ drift flag flame forest vines galaxy grav greynetic halo \ @@ -135,7 +138,8 @@ NEXES = attraction blitspin bouboule braid bubbles decayscreen deco \ xsublim ccurve blaster bumps ripples xteevee xspirograph \ nerverot xrayswarm hyperball zoom whirlwindwarp rotzoomer \ whirlygig speedmine vermiculate twang apollonian euler2d \ - juggle polyominoes thornbird fluidballs anemone \ + juggle polyominoes thornbird fluidballs anemone halftone \ + metaballs eruption popsquares barcode piecewise cloudlife \ @JPEG_EXES@ SEXES = sonar JPEG_EXES = webcollage-helper @@ -176,7 +180,8 @@ MEN = anemone.man ant.man apollonian.man attraction.man \ wander.man webcollage.man whirlwindwarp.man whirlygig.man \ worm.man xflame.man xjack.man xlyap.man xmatrix.man \ xrayswarm.man xspirograph.man xsublim.man xteevee.man \ - zoom.man + zoom.man halftone.man eruption.man metaballs.man \ + barcode.man piecewise.man cloudlife.man STAR = * EXTRAS = README Makefile.in xlock_23.h xml2man.pl .gdbinit \ config/README \ @@ -273,15 +278,15 @@ munge-scripts: $(SCRIPTS) install-man: $(MEN) @men="$(MEN)" ; \ - if [ ! -d $(install_prefix)$(man1dir) ]; then \ - $(INSTALL_DIRS) $(install_prefix)$(man1dir) ; \ + if [ ! -d $(install_prefix)$(manNdir) ]; then \ + $(INSTALL_DIRS) $(install_prefix)$(manNdir) ; \ fi ; \ for man in $$men; do \ instname=`echo $$man | sed 's/\.man$$/\.$(mansuffix)/'` ; \ echo $(INSTALL_DATA) $(srcdir)/$$man \ - $(install_prefix)$(man1dir)/$$instname ; \ + $(install_prefix)$(manNdir)/$$instname ; \ $(INSTALL_DATA) $(srcdir)/$$man \ - $(install_prefix)$(man1dir)/$$instname ; \ + $(install_prefix)$(manNdir)/$$instname ; \ done install-xml: @@ -306,8 +311,8 @@ uninstall-man: @men="$(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 ; \ + echo rm -f $(install_prefix)$(manNdir)/$$instname ; \ + rm -f $(install_prefix)$(manNdir)/$$instname ; \ done uninstall-xml: @@ -617,8 +622,8 @@ interference: interference.o $(HACK_OBJS) $(COL) $(SHM) $(DBE) truchet: truchet.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) -bsod: bsod.o $(HACK_OBJS) $(GRAB) $(XPM) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(XPM) $(XPM_LIBS) +bsod: bsod.o $(HACK_OBJS) $(GRAB) $(SHM) $(XPM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(XPM) $(XPM_LIBS) distort: distort.o $(HACK_OBJS) $(GRAB) $(SHM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) @@ -674,8 +679,8 @@ ccurve: ccurve.o $(HACK_OBJS) $(COL) $(SPL) blaster: blaster.o $(HACK_OBJS) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) -bumps: bumps.o $(HACK_OBJS) $(GRAB) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) +bumps: bumps.o $(HACK_OBJS) $(GRAB) $(SHM) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) ripples: ripples.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(SHM) $(COL) $(GRAB) $(HACK_LIBS) @@ -704,8 +709,8 @@ whirlwindwarp: whirlwindwarp.o $(HACK_OBJS) $(COL) rotzoomer: rotzoomer.o $(HACK_OBJS) $(GRAB) $(SHM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) -whirlygig: whirlygig.o $(HACK_OBJS) $(COL) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) +whirlygig: whirlygig.o $(HACK_OBJS) $(DBE) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS) speedmine: speedmine.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) @@ -716,12 +721,32 @@ vermiculate: vermiculate.o $(HACK_OBJS) $(COL) twang: twang.o $(HACK_OBJS) $(GRAB) $(SHM) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(SHM) $(HACK_LIBS) -fluidballs: fluidballs.o $(HACK_OBJS) - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) +fluidballs: fluidballs.o $(HACK_OBJS) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) anemone: anemone.o $(HACK_OBJS) $(DBE) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(HACK_LIBS) +halftone: halftone.o $(HACK_OBJS) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) + +metaballs: metaballs.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +eruption: eruption.o $(HACK_OBJS) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) + +popsquares: popsquares.o $(HACK_OBJS) $(DBE) $(COL) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(DBE) $(COL) $(HACK_LIBS) + +barcode: barcode.o $(HACK_OBJS) $(HSV) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HSV) $(HACK_LIBS) + +piecewise: piecewise.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) + +cloudlife: cloudlife.o $(HACK_OBJS) $(COL) $(DBE) + $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS) # The rules for those hacks which follow the `xlockmore' API. # @@ -867,6 +892,8 @@ apollonian.o: $(srcdir)/xlockmoreI.h apollonian.o: $(srcdir)/xlockmore.h attraction.o: ../config.h attraction.o: $(srcdir)/screenhack.h +barcode.o: ../config.h +barcode.o: $(srcdir)/screenhack.h blaster.o: ../config.h blaster.o: $(srcdir)/screenhack.h blitspin.o: ../config.h @@ -884,6 +911,7 @@ braid.o: $(srcdir)/xlockmore.h bsod.o: ../config.h bsod.o: $(srcdir)/images/amiga.xpm bsod.o: $(srcdir)/images/atari.xbm +bsod.o: $(srcdir)/images/hmac.xpm bsod.o: $(srcdir)/images/macbomb.xbm bsod.o: $(srcdir)/images/mac.xbm bsod.o: $(srcdir)/screenhack.h @@ -943,6 +971,8 @@ bumps.o: ../config.h bumps.o: $(srcdir)/screenhack.h ccurve.o: ../config.h ccurve.o: $(srcdir)/screenhack.h +cloudlife.o: ../config.h +cloudlife.o: $(srcdir)/screenhack.h compass.o: ../config.h compass.o: $(srcdir)/screenhack.h coral.o: ../config.h @@ -978,6 +1008,8 @@ drift.o: $(srcdir)/xlockmoreI.h drift.o: $(srcdir)/xlockmore.h epicycle.o: ../config.h epicycle.o: $(srcdir)/screenhack.h +eruption.o: ../config.h +eruption.o: $(srcdir)/screenhack.h euler2d.o: ../config.h euler2d.o: $(srcdir)/screenhack.h euler2d.o: $(srcdir)/xlockmoreI.h @@ -1016,6 +1048,8 @@ grav.o: $(srcdir)/xlockmoreI.h grav.o: $(srcdir)/xlockmore.h greynetic.o: ../config.h greynetic.o: $(srcdir)/screenhack.h +halftone.o: ../config.h +halftone.o: $(srcdir)/screenhack.h halo.o: ../config.h halo.o: $(srcdir)/screenhack.h helix.o: ../config.h @@ -1111,6 +1145,8 @@ loop.o: $(srcdir)/xlockmoreI.h loop.o: $(srcdir)/xlockmore.h maze.o: ../config.h maze.o: $(srcdir)/screenhack.h +metaballs.o: ../config.h +metaballs.o: $(srcdir)/screenhack.h moire2.o: ../config.h moire2.o: $(srcdir)/screenhack.h moire.o: ../config.h @@ -1146,10 +1182,14 @@ petri.o: ../config.h petri.o: $(srcdir)/screenhack.h phosphor.o: ../config.h phosphor.o: $(srcdir)/screenhack.h +piecewise.o: ../config.h +piecewise.o: $(srcdir)/screenhack.h polyominoes.o: ../config.h polyominoes.o: $(srcdir)/screenhack.h polyominoes.o: $(srcdir)/xlockmoreI.h polyominoes.o: $(srcdir)/xlockmore.h +popsquares.o: ../config.h +popsquares.o: $(srcdir)/screenhack.h pyro.o: ../config.h pyro.o: $(srcdir)/screenhack.h qix.o: ../config.h @@ -1251,10 +1291,6 @@ xlockmore.o: $(srcdir)/xlockmoreI.h xlyap.o: ../config.h xlyap.o: $(srcdir)/screenhack.h xmatrix.o: ../config.h -xmatrix.o: $(srcdir)/images/matrix0b.xbm -xmatrix.o: $(srcdir)/images/matrix0b.xpm -xmatrix.o: $(srcdir)/images/matrix0.xbm -xmatrix.o: $(srcdir)/images/matrix0.xpm xmatrix.o: $(srcdir)/images/matrix1b.xbm xmatrix.o: $(srcdir)/images/matrix1b.xpm xmatrix.o: $(srcdir)/images/matrix1.xbm