Code Search for Developers
 
 
  

Makefile from gzz at Krugle


Show Makefile syntax highlighted

RST_TARGETS=$(shell for file in *.rst; do echo $${file%.rst}.gen.pdf; done)

all: $(RST_TARGETS)

showtargets:
	echo $(RST_TARGETS) 

clean:
	rm -f *.gen.* *~
	rm *.pyc
	rm m.dat

.PRECIOUS: %.gen.latex %.gen.dvi

%.gen.pdf: %.gen.ps
	ps2pdf $< $@

%.gen.pdf: %.gen.eps
	ps2pdf $< $@

#%.gen.pdf: %.gen.latex $(LATEX_DEPS)
#	pdflatex $*.gen.latex
#	BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
#	pdflatex $*.gen.latex

%.gen.dvi: %.gen.latex $(LATEX_DEPS)
	latex $<
	BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
	latex $<
	latex $<

%.gen.ps: %.gen.dvi style.tex
	dvips $< -o $@

%.gen.latex: %.rst docutils.conf
	$(MAKE) -C ../../navidoc latex RST="../manuscripts/Sigs/$<"

%.gen.html: %.rst docutils.conf
	$(MAKE) -C ../../navidoc html RST="../manuscripts/Sigs/$<"

%.gen.png: %.dia
	dia -n -e $@ $<

%.gen.eps: %.dia
	dia -n -e $@ $<




See more files for this project here

gzz

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

  Makefile
  article.rst
  biba.py
  birthday.bc
  birthday.py
  docutils.conf
  fractions.py
  internal.rst
  kbmhtrade.tex
  neil.py
  poss.py
  referee
  reyzin.py
  style.tex