Show Makefile syntax highlighted
all: distdocs
docdirs=Clang_Design DesignProblems Gentle_Introduction Glossary Spec UsersGuide Nile UseCases VersioningMerge Mediaserver
distdocs:
set -e ; for d in $(docdirs); do $(MAKE) -C $$d all ; done
dist: distdir=docdisttree
dist: distdocs
rm -rf $(distdir)
mkdir $(distdir)
ln FAQ $(distdir)
ln index.html $(distdir)
set -e; for d in $(docdirs); \
do \
echo -n "mkdir $(distdir)/$$d...";\
mkdir "$(distdir)/$$d"; \
echo "done."; \
files=`find $$d -name \*.html -o -name \*.png`;\
echo "Copying `echo $$files` to $(distdir)/$$d..."; \
ln -f $$files $(distdir)/$$d; \
echo "done."; \
done
ps:
(cd CellScroll; $(MAKE) ps)
(cd Clang_Design; $(MAKE) ps)
(cd Gentle_Introduction; $(MAKE) ps)
(cd Interfacing; $(MAKE) ps)
(cd Spec; $(MAKE) ps)
# Special target for Tjl only ;)
mvps: ps
scp */*.ps tjl@gzigzag.sourceforge.net:/home/groups/gzigzag/www/ps/
cleanps:
rm -f */*.ps
clean: cleanps
rm -f */*.dvi */*.log */*.xyc */*.pdf
See more files for this project here
An implementation of Ted Nelson's ZZstructure. ZZstructure is a new type of programming platform for structured data.
Project homepage:
http://savannah.nongnu.org/projects/gzz
Programming language(s): C++,Java,Python
License: lgpl21
Clang_Design/
1.png
2.png
3.png
4.png
5.png
6.png
7.png
Makefile
clasm-1.png
clasm-2.png
clasm-3.png
clasm-4.png
clasm-5.png
clasm-tutorial.wml
clasm.wml
clasmpics.html
cursor-impliedcells.jpg
design.ptex
preflet_ladder.jpg
thales.wml
DesignProblems/
Makefile
beamorder.dia
beamorder.png
dp.wml
linkorder.dia
linkorder.png
Gentle_Introduction/
Cells.jpg
Dims.jpg
ListGridTreeMesh.jpg
LocalGlobal.jpg
Makefile
README
SpreadSheet.jpg
gi.wml
zzgentle.tex
Glossary/
Makefile
gl.wml
Mediaserver/
Makefile
id-format.jpg
id-sig-scheme.jpg
ms.wml
spoof-3rdparty.jpg
Presentations/
General2002/
script-img/
competitors.png
content-not-king.png
content-revenues.png
net-not-tv.png
pdf-connectedness.png
pdf-fisheyezoomed.png
pdf-focusmoved.png
pdf-infoflood.png
pdf-papervariety.png
pdf-plain.png
pdf-possiblebygames.png
pdf-recognize-harder.png
pdf-recognize-impossible.png
pdf-recognize.png
pdf-simpletextures.png
pdf-textured.png
pdf-zoomed.png
xu-email.png
xu-flower1.png
xu-flower2.png
xu-flower3.png
xu-intro.png
script.html
ThursdaySeminar03/
ABSTRACTS
Makefile
loom.tex
p2p_presentation.tex
Semantics/
Makefile
pic1.png
pic2.png
pic3-1.png
pic3-2.png
sem.wml
Slices/
SliceLogic
zzSliceLogic.jpg
Spec/
Makefile
SCRATCH
canvasraster.dia
cursor1.dia
cursordim.dia
email1.dia
formal.tex
inheritparam.dia
mainloop.jpg
oz.sty
rasterspec.dia
sliceinclusion-containment.jpg
sliceinclusion-dimsame.jpg
sliceinclusion-preflet-types.jpg
sliceinclusion-simple.jpg
sliceinclusion-upgrade-conflict.jpg
sliceinclusion-upgrade.jpg
spaces1.jpeg
spaces2.jpeg
spaces3.jpeg
span-insertion-after.png
span-insertion-before.png
transspace-versioning-inclusion.jpg
transspace-versioning.jpg
zzspec.wml
TechReports/
Blobs/
Graphics/
GzzTech/
UseCases/
Makefile
usecases.wml
UsersGuide/
Makefile
active.png
addressbook.png
aftermove.png
alku.png
bind1.png
bind2.png
boring.png
bothwins.png
breakkafka.png
change1.png
change2.png
child1.png
child2.png
clone1.png
clone2.png
connect1.png
connect2.png
connection1.png
creation.png
dimensio.png
edit1.png
edit2.png
edit3.png
edit4.png
extra.png
f2.png
familytree.png
font.png
grey.png
hop1.png
hop2.png
hopolympos.png
htree.png
kafka.png
klooni.png
make1.png
make2.png
make3.png
make4.png
make5.png
make6.png
margins.png
mark1.png
mark2.png
markconnect.png
mutsi.png
mutsiosoite.png
myspeech.png
myspeech1.png
myspeech2.png
myspeech3.png
newcells.png
newstory.png
newstory2.png
newstory3.png
newug.wml
olympos.png
olympos2.png
osoite.png
para.png
rainy.png
rastererror.png
rcfact1.png
rightmoved.png
rotate.png
row.png
shiny.png
shinyhappy.png
shinyhappy2.png
shinyhappy3.png
showingz.png
start.png
story.png
storytext.png
structure1.png
structure2.png
suku.png
testi.png
ug.wml
wallstreet.png
widthstr.png
wrongconn.png
VersioningMerge/
ABCD.jpg
ConflictLevels.jpg
DifficultMerge.jpg
LLMergeProblem.jpg
LLMergeProblem2.jpg
LargeScaleRearrange.jpg
Makefile
RelationConflict.jpg
SCRATCH
SegCases.jpg
SegExamples.jpg
mergemath.tex
vm.wml
ZOb/
ZOb.html
javazob.png
printzob.png
testzob.png
zobtype.png
diagrams/
CornerListViolation.jpg
Makefile
Molecule1.jpg
Molecule2.jpg
Molecule3.jpg
ZZCanvas.dia
cursoring.dia
link-usecases.png
revper-1.jpg
revper-2.jpg
revper-3.jpg
images/
buoy-nadir.jpeg
fillets-topoproblem.jpeg
paper-bettermarble-green.jpeg
paper-bettermarble-orange.jpeg
paper-bettermarble-red.jpeg
paper-bluemarble.jpeg
paper-brownmarble.jpeg
paper-greenmarble.jpeg
paper-oksa.jpeg
paper-othermarble-gray.jpeg
paper-pinkmarble.jpeg
paper-silk.jpeg
pp-frame-connection.jpeg
misc/
ZZvsTraditional/
antont-wireless_security/
benja-diff-fa/
hemppah-luk/
hemppah-progradu/
mindmap/
uml/
PPPrototypeDesign.sxw
argh-useful.jpeg
billow
bricks.txt
byrokratiadoku
byrokratiadoku.txt
cellids
cursor-bindings.txt
gzz-functional-notes.sxw
gzz-ogl-notes.sxw
gzzmo.rst
inbct2002yht
jyvasaly.txt
keys
m2npic.txt
nets-1.txt
nets-2.txt
oske1.tex
storm-urn-application.txt
styled-enfilade-nodes.txt
textcloud
urn-application.txt
wmlinc/
art.css
article.wml
catart.wml
common.wml
FAQ
Makefile
README
RauliLogo.png
STARTING
TjlLogo.png
VISION
index.html
keybindings.wml
lib.mk
newbie-dev-faq