Lines 100-106
Link Here
|
100 |
blaster.c bumps.c ripples.c xteevee.c xspirograph.c \ |
100 |
blaster.c bumps.c ripples.c xteevee.c xspirograph.c \ |
101 |
nerverot.c xrayswarm.c hyperball.c zoom.c whirlwindwarp.c \ |
101 |
nerverot.c xrayswarm.c hyperball.c zoom.c whirlwindwarp.c \ |
102 |
rotzoomer.c whirlygig.c speedmine.c vermiculate.c \ |
102 |
rotzoomer.c whirlygig.c speedmine.c vermiculate.c \ |
103 |
xpm-pixmap.c webcollage-helper.c twang.c apollonian.c \ |
103 |
xpm-pixmap.c twang.c apollonian.c \ |
104 |
euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \ |
104 |
euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \ |
105 |
anemone.c halftone.c metaballs.c eruption.c popsquares.c \ |
105 |
anemone.c halftone.c metaballs.c eruption.c popsquares.c \ |
106 |
barcode.c piecewise.c cloudlife.c fontglide.c apple2.c \ |
106 |
barcode.c piecewise.c cloudlife.c fontglide.c apple2.c \ |
Lines 109-115
Link Here
|
109 |
fuzzyflakes.c anemotaxis.c memscroller.c substrate.c \ |
109 |
fuzzyflakes.c anemotaxis.c memscroller.c substrate.c \ |
110 |
intermomentary.c fireworkx.c fireworkx_mmx.S fiberlamp.c \ |
110 |
intermomentary.c fireworkx.c fireworkx_mmx.S fiberlamp.c \ |
111 |
boxfit.c interaggregate.c |
111 |
boxfit.c interaggregate.c |
112 |
SCRIPTS = vidwhacker webcollage ljlatest |
112 |
SCRIPTS = vidwhacker ljlatest |
113 |
|
113 |
|
114 |
OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ |
114 |
OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ |
115 |
bubbles-default.o decayscreen.o deco.o drift.o flag.o \ |
115 |
bubbles-default.o decayscreen.o deco.o drift.o flag.o \ |
Lines 130-136
Link Here
|
130 |
blaster.o bumps.o ripples.o xteevee.o xspirograph.o \ |
130 |
blaster.o bumps.o ripples.o xteevee.o xspirograph.o \ |
131 |
nerverot.o xrayswarm.o hyperball.o zoom.o whirlwindwarp.o \ |
131 |
nerverot.o xrayswarm.o hyperball.o zoom.o whirlwindwarp.o \ |
132 |
rotzoomer.o whirlygig.o speedmine.o vermiculate.o \ |
132 |
rotzoomer.o whirlygig.o speedmine.o vermiculate.o \ |
133 |
xpm-pixmap.o webcollage-helper.o twang.o apollonian.o \ |
133 |
xpm-pixmap.o twang.o apollonian.o \ |
134 |
euler2d.o juggle.o polyominoes.o thornbird.o fluidballs.o \ |
134 |
euler2d.o juggle.o polyominoes.o thornbird.o fluidballs.o \ |
135 |
anemone.o halftone.o metaballs.o eruption.o popsquares.o \ |
135 |
anemone.o halftone.o metaballs.o eruption.o popsquares.o \ |
136 |
barcode.o piecewise.o cloudlife.o fontglide.o apple2.o \ |
136 |
barcode.o piecewise.o cloudlife.o fontglide.o apple2.o \ |
Lines 161-167
Link Here
|
161 |
intermomentary fireworkx fiberlamp boxfit interaggregate \ |
161 |
intermomentary fireworkx fiberlamp boxfit interaggregate \ |
162 |
@JPEG_EXES@ |
162 |
@JPEG_EXES@ |
163 |
SEXES = sonar |
163 |
SEXES = sonar |
164 |
JPEG_EXES = webcollage-helper |
164 |
JPEG_EXES = |
165 |
EXES = $(NEXES) $(SEXES) |
165 |
EXES = $(NEXES) $(SEXES) |
166 |
|
166 |
|
167 |
HACK_OBJS_1 = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ |
167 |
HACK_OBJS_1 = $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \ |
Lines 197-203
Link Here
|
197 |
spotlight.man squiral.man starfish.man strange.man \ |
197 |
spotlight.man squiral.man starfish.man strange.man \ |
198 |
swirl.man t3d.man thornbird.man triangle.man truchet.man \ |
198 |
swirl.man t3d.man thornbird.man triangle.man truchet.man \ |
199 |
twang.man vermiculate.man vidwhacker.man vines.man \ |
199 |
twang.man vermiculate.man vidwhacker.man vines.man \ |
200 |
wander.man webcollage.man whirlwindwarp.man whirlygig.man \ |
200 |
wander.man whirlwindwarp.man whirlygig.man \ |
201 |
worm.man xflame.man xjack.man xlyap.man xmatrix.man \ |
201 |
worm.man xflame.man xjack.man xlyap.man xmatrix.man \ |
202 |
xrayswarm.man xspirograph.man xsublim.man xteevee.man \ |
202 |
xrayswarm.man xspirograph.man xsublim.man xteevee.man \ |
203 |
zoom.man halftone.man eruption.man metaballs.man \ |
203 |
zoom.man halftone.man eruption.man metaballs.man \ |
Lines 410-417
Link Here
|
410 |
check_men: |
410 |
check_men: |
411 |
@badmen="" ; \ |
411 |
@badmen="" ; \ |
412 |
for exe in $(EXES) $(SCRIPTS); do \ |
412 |
for exe in $(EXES) $(SCRIPTS); do \ |
413 |
if ! [ -f $(srcdir)/$$exe.man \ |
413 |
if ! [ -f $(srcdir)/$$exe.man ]; then \ |
414 |
-o "$$exe" = webcollage-helper ]; then \ |
|
|
415 |
badmen="$$badmen $$exe" ; \ |
414 |
badmen="$$badmen $$exe" ; \ |
416 |
fi ; \ |
415 |
fi ; \ |
417 |
done ; \ |
416 |
done ; \ |
Lines 428-434
Link Here
|
428 |
@badxml="" ; \ |
427 |
@badxml="" ; \ |
429 |
for exe in $(EXES) $(SCRIPTS); do \ |
428 |
for exe in $(EXES) $(SCRIPTS); do \ |
430 |
if ! [ -f $(srcdir)/config/$$exe.xml \ |
429 |
if ! [ -f $(srcdir)/config/$$exe.xml \ |
431 |
-o "$$exe" = webcollage-helper \ |
|
|
432 |
-o "$$exe" = xsublim \ |
430 |
-o "$$exe" = xsublim \ |
433 |
-o "$$exe" = ljlatest ]; then \ |
431 |
-o "$$exe" = ljlatest ]; then \ |
434 |
badxml="$$badxml $$exe" ; \ |
432 |
badxml="$$badxml $$exe" ; \ |
Lines 969-977
Link Here
|
969 |
xsublim: xsublim.o $(HACK_OBJS_1) |
967 |
xsublim: xsublim.o $(HACK_OBJS_1) |
970 |
$(CC_HACK) -o $@ $@.o $(HACK_OBJS_1) $(HACK_LIBS) |
968 |
$(CC_HACK) -o $@ $@.o $(HACK_OBJS_1) $(HACK_LIBS) |
971 |
|
969 |
|
972 |
webcollage-helper: webcollage-helper.o |
|
|
973 |
$(CC_HACK) -o $@ $@.o $(XPM_LIBS) $(JPEG_LIBS) |
974 |
|
975 |
|
970 |
|
976 |
############################################################################## |
971 |
############################################################################## |
977 |
# |
972 |
# |
Lines 1461-1467
Link Here
|
1461 |
vines.o: $(srcdir)/xlockmore.h |
1456 |
vines.o: $(srcdir)/xlockmore.h |
1462 |
wander.o: ../config.h |
1457 |
wander.o: ../config.h |
1463 |
wander.o: $(srcdir)/screenhack.h |
1458 |
wander.o: $(srcdir)/screenhack.h |
1464 |
webcollage-helper.o: ../config.h |
|
|
1465 |
whirlwindwarp.o: ../config.h |
1459 |
whirlwindwarp.o: ../config.h |
1466 |
whirlwindwarp.o: $(srcdir)/screenhack.h |
1460 |
whirlwindwarp.o: $(srcdir)/screenhack.h |
1467 |
whirlygig.o: ../config.h |
1461 |
whirlygig.o: ../config.h |